51 lines · plain
1# RUN: llvm-mc -triple x86_64 -show-encoding -x86-asm-syntax=intel -output-asm-variant=1 %s | FileCheck %s2 3# CHECK: {evex} not bl4# CHECK: encoding: [0x62,0xf4,0x7c,0x08,0xf6,0xd3]5 {evex} not bl6# CHECK: not bl, bl7# CHECK: encoding: [0x62,0xf4,0x64,0x18,0xf6,0xd3]8 not bl, bl9# CHECK: {evex} not dx10# CHECK: encoding: [0x62,0xf4,0x7d,0x08,0xf7,0xd2]11 {evex} not dx12# CHECK: not dx, dx13# CHECK: encoding: [0x62,0xf4,0x6d,0x18,0xf7,0xd2]14 not dx, dx15# CHECK: {evex} not ecx16# CHECK: encoding: [0x62,0xf4,0x7c,0x08,0xf7,0xd1]17 {evex} not ecx18# CHECK: not ecx, ecx19# CHECK: encoding: [0x62,0xf4,0x74,0x18,0xf7,0xd1]20 not ecx, ecx21# CHECK: {evex} not r922# CHECK: encoding: [0x62,0xd4,0xfc,0x08,0xf7,0xd1]23 {evex} not r924# CHECK: not r9, r925# CHECK: encoding: [0x62,0xd4,0xb4,0x18,0xf7,0xd1]26 not r9, r927# 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