diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/MC/AsmParser/X86/x86_32-encoding.s | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/test/MC/AsmParser/X86/x86_32-encoding.s b/test/MC/AsmParser/X86/x86_32-encoding.s new file mode 100644 index 0000000..3afdcca --- /dev/null +++ b/test/MC/AsmParser/X86/x86_32-encoding.s @@ -0,0 +1,5 @@ +// RUN: llvm-mc -triple i386-unknown-unknown %s -show-encoding | FileCheck %s + +fisttpl 3735928559(%ebx,%ecx,8) + +# CHECK: encoding: [0xdb,0x8c,0xcb,0xef,0xbe,0xad,0xde] |