mirror of
https://github.com/RPCS3/llvm.git
synced 2025-02-12 22:30:12 +00:00
Added a testcase for the ENTER instruction.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@115580 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
6aeb2e32b7
commit
90371ad165
@ -59,4 +59,7 @@
|
||||
0x0f 0x20 0xc1
|
||||
|
||||
# CHECK: leal 4(%rsp), %ecx
|
||||
0x8d 0x4c 0x24 0x04
|
||||
0x8d 0x4c 0x24 0x04
|
||||
|
||||
# CHECK: enter $1, $2
|
||||
0xc8 0x01 0x00 0x02
|
||||
|
Loading…
x
Reference in New Issue
Block a user