You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
According to [1], Paired-Single instructions are not implemented in MIPS P5600, however, it is still possible to execute them with P5600 CPU defininition without any errors.
64-bit paired-single (PS) floating point data type could not be
implemented in the pre-Release 6.
It has to raise RI exception when PS type is not implemented. (FIR.PS = 0)
(The PS data type is removed in the Release 6.)
Closesprplfoundation#42
Signed-off-by: Yongbok Kim <[email protected]>
According to [1], Paired-Single instructions are not implemented in MIPS P5600, however, it is still possible to execute them with P5600 CPU defininition without any errors.
Step to reproduce:
Tested on i6400-mips64r6-PRIP4 branch.
References:
[1] "P5600 Multiprocessing System Software User's Manual", p646, http://www.imgtec.com/mips/docs/p-class/MD01025-2B-P5600-SUM-01.30.pdf
The text was updated successfully, but these errors were encountered: