fix X86 encoder to output [disp] only addresses with no SIB byte
[oota-llvm.git] / test / MC / AsmParser / X86 / x86_32-encoding.s
1 // RUN: llvm-mc -triple i386-unknown-unknown %s -show-encoding | FileCheck %s
2
3 fisttpl 3735928559(%ebx,%ecx,8)
4 # CHECK: encoding: [0xdb,0x8c,0xcb,0xef,0xbe,0xad,0xde]
5
6 sbbb    $0xfe,0xdeadbeef(%ebx,%ecx,8)
7 # CHECK: encoding: [0x80,0x9c,0xcb,0xef,0xbe,0xad,0xde,0xfe]
8
9 psllw   69, %mm3
10 # CHECK: encoding: [0x0f,0xf1,0x1d,0x45,0x00,0x00,0x00]
11