diff options
-rw-r--r-- | lib/Target/Sparc/SparcInstrInfo.td | 1 | ||||
-rw-r--r-- | lib/Target/SparcV8/SparcV8InstrInfo.td | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/lib/Target/Sparc/SparcInstrInfo.td b/lib/Target/Sparc/SparcInstrInfo.td index 110ac8b0f8..246380beab 100644 --- a/lib/Target/Sparc/SparcInstrInfo.td +++ b/lib/Target/Sparc/SparcInstrInfo.td @@ -43,6 +43,7 @@ def ADJCALLSTACKDOWN : PseudoInstV8<"ADJCALLSTACKDOWN">; def ADJCALLSTACKUP : PseudoInstV8<"ADJCALLSTACKUP">; def IMPLICIT_USE : PseudoInstV8<"IMPLICIT_USE">; def IMPLICIT_DEF : PseudoInstV8<"IMPLICIT_DEF">; +def FpMOVD : PseudoInstV8<"FpMOVD">; // pseudo 64-bit double move // Section A.3 - Synthetic Instructions, p. 85 // special cases of JMPL: diff --git a/lib/Target/SparcV8/SparcV8InstrInfo.td b/lib/Target/SparcV8/SparcV8InstrInfo.td index 110ac8b0f8..246380beab 100644 --- a/lib/Target/SparcV8/SparcV8InstrInfo.td +++ b/lib/Target/SparcV8/SparcV8InstrInfo.td @@ -43,6 +43,7 @@ def ADJCALLSTACKDOWN : PseudoInstV8<"ADJCALLSTACKDOWN">; def ADJCALLSTACKUP : PseudoInstV8<"ADJCALLSTACKUP">; def IMPLICIT_USE : PseudoInstV8<"IMPLICIT_USE">; def IMPLICIT_DEF : PseudoInstV8<"IMPLICIT_DEF">; +def FpMOVD : PseudoInstV8<"FpMOVD">; // pseudo 64-bit double move // Section A.3 - Synthetic Instructions, p. 85 // special cases of JMPL: |