mirror of
https://github.com/RPCS3/llvm.git
synced 2025-01-26 20:57:15 +00:00
Define the pushq instruction for x86-64.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@37625 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
ec82dc9a7c
commit
638c96d391
@ -141,6 +141,8 @@ def LEAVE64 : I<0xC9, RawFrm,
|
||||
(ops), "leave", []>, Imp<[RBP,RSP],[RBP,RSP]>;
|
||||
def POP64r : I<0x58, AddRegFrm,
|
||||
(ops GR64:$reg), "pop{q} $reg", []>, Imp<[RSP],[RSP]>;
|
||||
def PUSH64r : I<0x50, AddRegFrm,
|
||||
(ops GR64:$reg), "push{q} $reg", []>, Imp<[RSP],[RSP]>;
|
||||
|
||||
def LEA64_32r : I<0x8D, MRMSrcMem,
|
||||
(ops GR32:$dst, lea64_32mem:$src),
|
||||
|
Loading…
x
Reference in New Issue
Block a user