aboutsummaryrefslogtreecommitdiffstats
path: root/test/MC/AsmParser/X86/x86_32-encoding.s
blob: e029ded0d1f305459b0ba63350d50106b04a49b8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
// 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]

sbbb    $0xfe,0xdeadbeef(%ebx,%ecx,8)
# CHECK: encoding: [0x80,0x9c,0xcb,0xef,0xbe,0xad,0xde,0xfe]

psllw	69, %mm3
# CHECK: encoding: [0x0f,0xf1,0x1d,0x45,0x00,0x00,0x00]

movntdqa 0xdeadbeef(%ebx,%ecx,8),%xmm5
# CHECK: encoding: [0x66,0x0f,0x38,0x2a,0xac,0xcb,0xef,0xbe,0xad,0xde]