diff options
-rw-r--r-- | lib/Target/Sparc/SparcInstrInfo.td | 4 | ||||
-rw-r--r-- | lib/Target/SparcV8/SparcV8InstrInfo.td | 4 |
2 files changed, 8 insertions, 0 deletions
diff --git a/lib/Target/Sparc/SparcInstrInfo.td b/lib/Target/Sparc/SparcInstrInfo.td index c1b8d6e797..af3c8bce9c 100644 --- a/lib/Target/Sparc/SparcInstrInfo.td +++ b/lib/Target/Sparc/SparcInstrInfo.td @@ -214,6 +214,10 @@ def WRri : F3_2<2, 0b110000, "wr">; // wr rs1, imm, rd def FITOS : F3_3<2, 0b110100, 0b011000100, "fitos">; def FITOD : F3_3<2, 0b110100, 0b011001000, "fitod">; +// Convert Floating-point to Integer Instructions, p. 142 +def FSTOI : F3_3<2, 0b110100, 0b011010001, "fstoi">; +def FDTOI : F3_3<2, 0b110100, 0b011010010, "fdtoi">; + // Convert between Floating-point Formats Instructions, p. 143 def FSTOD : F3_3<2, 0b110100, 0b011001001, "fstod">; def FDTOS : F3_3<2, 0b110100, 0b011000110, "fdtos">; diff --git a/lib/Target/SparcV8/SparcV8InstrInfo.td b/lib/Target/SparcV8/SparcV8InstrInfo.td index c1b8d6e797..af3c8bce9c 100644 --- a/lib/Target/SparcV8/SparcV8InstrInfo.td +++ b/lib/Target/SparcV8/SparcV8InstrInfo.td @@ -214,6 +214,10 @@ def WRri : F3_2<2, 0b110000, "wr">; // wr rs1, imm, rd def FITOS : F3_3<2, 0b110100, 0b011000100, "fitos">; def FITOD : F3_3<2, 0b110100, 0b011001000, "fitod">; +// Convert Floating-point to Integer Instructions, p. 142 +def FSTOI : F3_3<2, 0b110100, 0b011010001, "fstoi">; +def FDTOI : F3_3<2, 0b110100, 0b011010010, "fdtoi">; + // Convert between Floating-point Formats Instructions, p. 143 def FSTOD : F3_3<2, 0b110100, 0b011001001, "fstod">; def FDTOS : F3_3<2, 0b110100, 0b011000110, "fdtos">; |