From: Sean Callanan Date: Tue, 5 Oct 2010 00:21:40 +0000 (+0000) Subject: Added a testcase for the ENTER instruction. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=90371ad16529099d53e78b1c6ac0c7e8b6374153;p=oota-llvm.git Added a testcase for the ENTER instruction. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@115580 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/MC/Disassembler/simple-tests.txt b/test/MC/Disassembler/simple-tests.txt index dcc3763b7b7..48a439e80dd 100644 --- 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