diff options
| author | Chris Lattner <sabre@nondot.org> | 2010-02-12 23:46:48 +0000 |
|---|---|---|
| committer | Chris Lattner <sabre@nondot.org> | 2010-02-12 23:46:48 +0000 |
| commit | 34749d879de12f5cbbc08fc8f2553bf5d9ee5739 (patch) | |
| tree | 4eb2651af0639f29a63b1f073ced861961063e4c /llvm | |
| parent | 8cdbe64de497e1f693e2f3b5efa5dc31d59c01a2 (diff) | |
| download | bcm5719-llvm-34749d879de12f5cbbc08fc8f2553bf5d9ee5739.tar.gz bcm5719-llvm-34749d879de12f5cbbc08fc8f2553bf5d9ee5739.zip | |
add some disassemble testcases for weird instructions
llvm-svn: 96045
Diffstat (limited to 'llvm')
| -rw-r--r-- | llvm/test/MC/Disassembler/simple-tests.txt | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/llvm/test/MC/Disassembler/simple-tests.txt b/llvm/test/MC/Disassembler/simple-tests.txt index 1e3249f8268..376748a1dbf 100644 --- a/llvm/test/MC/Disassembler/simple-tests.txt +++ b/llvm/test/MC/Disassembler/simple-tests.txt @@ -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 |

