under Contract DABT63-95-C-0127 and ARPA order no. D346. The current support for this work comes from a variety of sources, all of to which we are indebted.
CVT.W.S:Opcode:Format:Semantics:
CVT.W.D:Opcode:Format:Semantics:
C.EQ.S:Opcode:Format:Semantics:
C.EQ.D:Opcode:Format:Semantics:
C.LT.S:Opcode:Format:Semantics:
C.LT.D:Opcode:Format:Semantics:
C.LE.S:Opcode:Format:Semantics:
C.LE.D:Opcode:Format:Semantics:
SQRT.S:Opcode:Format:Semantics:
FPALIGN(FS)
SET_FPR_D(FD,(double)FPR_L(FS))
Convert single precision to integer.0x84
CVT.W.S fd,fs
FPALIGN(FD)FPALIGN(FS)
SET_FPR_L(FD, (long)FPR_F(FS))
Convert double precision to integer.0x85
CVT.W.D fd,fs
FPALIGN(FD)FPALIGN(FS)
SET_FPR_L(FD, (long)FPR_D(FS))
Test if equal, single precision.0x90
C.EQ.S fs,ft
FPALIGN(FS)FPALIGN(FT)
SET_FCC(FPR_F(FS) == FPR_F(FT))
Test if equal, double precision.0x91
C.EQ.D fs,ft
FPALIGN(FS)FPALIGN(FT)
SET_FCC(FPR_D(FS) == FPR_D(FT))
Test if less than, single precision.0x92
C.LT.S fs,ft
FPALIGN(FS)FPALIGN(FT)
SET_FCC(FPR_F(FS) < FPR_F(FT))
Test if less than, double precision.0x93
C.LT.D fs,ft
FPALIGN(FS)FPALIGN(FT)
SET_FCC(FPR_D(FS) < FPR_D(FT))
Test if less than or equal, single precision.0x94
C.LE.S fs,ft
FPALIGN(FS)FPALIGN(FT)
SET_FCC(FPR_F(FS) <= FPR_F(FT))
Test if less than or equal, double precision.0x95
C.LE.D fs,ft
FPALIGN(FS)FPALIGN(FT)
SET_FCC(FPR_D(FS) <= FPR_D(FT))
Square root, single precision.0x96
SQRT.S fd,fs
FPALIGN(FD)
SET_FPR_F(FD,sqrt((double)FPR_F(FS)))
搜索“diyifanwen.net”或“第一范文网”即可找到本站免费阅读全部范文。收藏本站方便下次阅读,第一范文网,提供最新人文社科The simplescalar tool set, version 2.0(29)全文阅读和word下载服务。
相关推荐: