mirror of
https://github.com/RPCS3/llvm.git
synced 2025-04-02 05:12:20 +00:00
Add new FpMOVD pseudo-instruction, used to move doubles around.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@16574 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
8a9acd1e31
commit
a036b53929
@ -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:
|
||||
|
@ -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…
x
Reference in New Issue
Block a user