1# RUN: llvm-mc -triple x86_64 -show-encoding -x86-asm-syntax=intel -output-asm-variant=1 %s | FileCheck %s 2 3# CHECK: {evex} not bl 4# CHECK: encoding: [0x62,0xf4,0x7c,0x08,0xf6,0xd3] 5 {evex} not bl 6# CHECK: not bl, bl 7# CHECK: encoding: [0x62,0xf4,0x64,0x18,0xf6,0xd3] 8 not bl, bl 9# CHECK: {evex} not dx 10# CHECK: encoding: [0x62,0xf4,0x7d,0x08,0xf7,0xd2] 11 {evex} not dx 12# CHECK: not dx, dx 13# CHECK: encoding: [0x62,0xf4,0x6d,0x18,0xf7,0xd2] 14 not dx, dx 15# CHECK: {evex} not ecx 16# CHECK: encoding: [0x62,0xf4,0x7c,0x08,0xf7,0xd1] 17 {evex} not ecx 18# CHECK: not ecx, ecx 19# CHECK: encoding: [0x62,0xf4,0x74,0x18,0xf7,0xd1] 20 not ecx, ecx 21# CHECK: {evex} not r9 22# CHECK: encoding: [0x62,0xd4,0xfc,0x08,0xf7,0xd1] 23 {evex} not r9 24# CHECK: not r9, r9 25# CHECK: encoding: [0x62,0xd4,0xb4,0x18,0xf7,0xd1] 26 not r9, r9 27# CHECK: {evex} not byte ptr [r8 + 4*rax + 291] 28# CHECK: encoding: [0x62,0xd4,0x7c,0x08,0xf6,0x94,0x80,0x23,0x01,0x00,0x00] 29 {evex} not byte ptr [r8 + 4*rax + 291] 30# CHECK: not bl, byte ptr [r8 + 4*rax + 291] 31# CHECK: encoding: [0x62,0xd4,0x64,0x18,0xf6,0x94,0x80,0x23,0x01,0x00,0x00] 32 not bl, byte ptr [r8 + 4*rax + 291] 33# CHECK: {evex} not word ptr [r8 + 4*rax + 291] 34# CHECK: encoding: [0x62,0xd4,0x7d,0x08,0xf7,0x94,0x80,0x23,0x01,0x00,0x00] 35 {evex} not word ptr [r8 + 4*rax + 291] 36# CHECK: not dx, word ptr [r8 + 4*rax + 291] 37# CHECK: encoding: [0x62,0xd4,0x6d,0x18,0xf7,0x94,0x80,0x23,0x01,0x00,0x00] 38 not dx, word ptr [r8 + 4*rax + 291] 39# CHECK: {evex} not dword ptr [r8 + 4*rax + 291] 40# CHECK: encoding: [0x62,0xd4,0x7c,0x08,0xf7,0x94,0x80,0x23,0x01,0x00,0x00] 41 {evex} not dword ptr [r8 + 4*rax + 291] 42# CHECK: not ecx, dword ptr [r8 + 4*rax + 291] 43# CHECK: encoding: [0x62,0xd4,0x74,0x18,0xf7,0x94,0x80,0x23,0x01,0x00,0x00] 44 not ecx, dword ptr [r8 + 4*rax + 291] 45# CHECK: {evex} not qword ptr [r8 + 4*rax + 291] 46# CHECK: encoding: [0x62,0xd4,0xfc,0x08,0xf7,0x94,0x80,0x23,0x01,0x00,0x00] 47 {evex} not qword ptr [r8 + 4*rax + 291] 48# CHECK: not r9, qword ptr [r8 + 4*rax + 291] 49# CHECK: encoding: [0x62,0xd4,0xb4,0x18,0xf7,0x94,0x80,0x23,0x01,0x00,0x00] 50 not r9, qword ptr [r8 + 4*rax + 291] 51