brintos

brintos / llvm-project-archived public Read only

0
0
Text · 841 B · a2a497b Raw
26 lines · plain
1# RUN: llvm-mc -triple x86_64 --show-encoding %s | FileCheck %s2# RUN: not llvm-mc -triple i386 -show-encoding %s 2>&1 | FileCheck %s --check-prefix=ERROR3 4# ERROR-COUNT-4: error:5# ERROR-NOT: error:6 7## invept8 9# CHECK: invept	291(%r28,%r29,4), %r1910# CHECK: encoding: [0x62,0x8c,0x7a,0x08,0xf0,0x9c,0xac,0x23,0x01,0x00,0x00]11         invept	291(%r28,%r29,4), %r1912 13# CHECK: {evex}	invept	123(%rax,%rbx,4), %r914# CHECK: encoding: [0x62,0x74,0x7e,0x08,0xf0,0x4c,0x98,0x7b]15         {evex}	invept	123(%rax,%rbx,4), %r916 17## invvpid18 19# CHECK: invvpid	291(%r28,%r29,4), %r1920# CHECK: encoding: [0x62,0x8c,0x7a,0x08,0xf1,0x9c,0xac,0x23,0x01,0x00,0x00]21         invvpid	291(%r28,%r29,4), %r1922 23# CHECK: {evex}	invvpid	123(%rax,%rbx,4), %r924# CHECK: encoding: [0x62,0x74,0x7e,0x08,0xf1,0x4c,0x98,0x7b]25         {evex}	invvpid	123(%rax,%rbx,4), %r926