diff options
author | Devang Patel <dpatel@apple.com> | 2012-01-24 21:43:36 +0000 |
---|---|---|
committer | Devang Patel <dpatel@apple.com> | 2012-01-24 21:43:36 +0000 |
commit | a410ed3ced5cb7c0576d15896bad32d5973721de (patch) | |
tree | c49e1f48ac22581dc7ce0f6bc715ef47f7b0a76f /llvm/test/MC/X86/intel-syntax-encoding.s | |
parent | 73ab1864efe76d0872872e3c40cd123314f1a3e9 (diff) | |
download | bcm5719-llvm-a410ed3ced5cb7c0576d15896bad32d5973721de.tar.gz bcm5719-llvm-a410ed3ced5cb7c0576d15896bad32d5973721de.zip |
Intel Syntax: Extend special hand coded logic, to recognize special instructions, for intel syntax.
llvm-svn: 148864
Diffstat (limited to 'llvm/test/MC/X86/intel-syntax-encoding.s')
-rw-r--r-- | llvm/test/MC/X86/intel-syntax-encoding.s | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/llvm/test/MC/X86/intel-syntax-encoding.s b/llvm/test/MC/X86/intel-syntax-encoding.s index efd7b6b6669..3e7ad355f46 100644 --- a/llvm/test/MC/X86/intel-syntax-encoding.s +++ b/llvm/test/MC/X86/intel-syntax-encoding.s @@ -36,3 +36,6 @@ LBB0_3: jmp LBB0_3 // CHECK: encoding: [0xf2,0x0f,0x10,0x2c,0x25,0xf8,0xff,0xff,0xff] movsd XMM5, QWORD PTR [-8] + +// CHECK: encoding: [0xd1,0xe7] + shl EDI, 1 |