projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6aeb2e3
)
Added a testcase for the ENTER instruction.
author
Sean Callanan
<scallanan@apple.com>
Tue, 5 Oct 2010 00:21:40 +0000
(
00:21
+0000)
committer
Sean Callanan
<scallanan@apple.com>
Tue, 5 Oct 2010 00:21:40 +0000
(
00:21
+0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@115580
91177308
-0d34-0410-b5e6-
96231b3b80d8
test/MC/Disassembler/simple-tests.txt
patch
|
blob
|
history
diff --git
a/test/MC/Disassembler/simple-tests.txt
b/test/MC/Disassembler/simple-tests.txt
index dcc3763b7b7deea5b9e544fe4f4c44fb57c390b2..48a439e80dd19e7c4a7ec03d47d9ed47a41825f7 100644
(file)
--- a/
test/MC/Disassembler/simple-tests.txt
+++ b/
test/MC/Disassembler/simple-tests.txt
@@
-59,4
+59,7
@@
0x0f 0x20 0xc1
# CHECK: leal 4(%rsp), %ecx
-0x8d 0x4c 0x24 0x04
\ No newline at end of file
+0x8d 0x4c 0x24 0x04
+
+# CHECK: enter $1, $2
+0xc8 0x01 0x00 0x02