add some disassemble testcases for weird instructions

llvm-svn: 96045
This commit is contained in:
Chris Lattner 2010-02-12 23:46:48 +00:00
parent 21a160f4bf
commit c80a6de0a9

View File

@ -13,3 +13,17 @@
# CHECK: callq -1234
0xe8 0x2e 0xfb 0xff 0xff
# CHECK: lfence
0x0f 0xae 0xe8
# CHECK: mfence
0x0f 0xae 0xf0
# CHECK: monitor
0x0f 0x01 0xc8
# CHECK: mwait
0x0f 0x01 0xc9
# CHECK: vmcall
0x0f 0x01 0xc1