xref: /llvm-project/llvm/test/MC/X86/apx/movdir64b-att.s (revision ddf0096a92e4c2852fd57321f02cbd78e596943c)
1# RUN: llvm-mc -triple x86_64 --show-encoding %s | FileCheck %s
2# RUN: not llvm-mc -triple i386 -show-encoding %s 2>&1 | FileCheck %s --check-prefix=ERROR
3
4# ERROR-COUNT-4: error:
5# ERROR-NOT: error:
6# CHECK: {evex}	movdir64b	123(%eax,%ebx,4), %ecx
7# CHECK: encoding: [0x67,0x62,0xf4,0x7d,0x08,0xf8,0x4c,0x98,0x7b]
8         {evex}	movdir64b	123(%eax,%ebx,4), %ecx
9
10# CHECK: {evex}	movdir64b	123(%rax,%rbx,4), %r9
11# CHECK: encoding: [0x62,0x74,0x7d,0x08,0xf8,0x4c,0x98,0x7b]
12         {evex}	movdir64b	123(%rax,%rbx,4), %r9
13
14# CHECK: movdir64b	291(%r28d,%r29d,4), %r18d
15# CHECK: encoding: [0x67,0x62,0x8c,0x79,0x08,0xf8,0x94,0xac,0x23,0x01,0x00,0x00]
16         movdir64b	291(%r28d,%r29d,4), %r18d
17
18# CHECK: movdir64b	291(%r28,%r29,4), %r19
19# CHECK: encoding: [0x62,0x8c,0x79,0x08,0xf8,0x9c,0xac,0x23,0x01,0x00,0x00]
20         movdir64b	291(%r28,%r29,4), %r19
21