fix incorrect encoding of SBB8mi that Kevin noticed.
[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
8 # CHECK: encoding: [0x80,0x9c,0xcb,0xef,0xbe,0xad,0xde,0xfe]