Define the pushq instruction for x86-64.

llvm-svn: 37625
This commit is contained in:
Dan Gohman 2007-06-18 14:12:56 +00:00
parent 03a7e5368a
commit c98815ba32
1 changed files with 2 additions and 0 deletions

View File

@ -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),