forked from OSchip/llvm-project
Add new FpMOVD pseudo-instruction, used to move doubles around.
llvm-svn: 16574
This commit is contained in:
parent
7f11dd4825
commit
da371d9cf3
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue