39 lines · plain
1# RUN: llvm-mc -triple x86_64 -show-encoding %s | FileCheck %s2 3# CHECK: {evex} tzcntw %dx, %ax4# CHECK: encoding: [0x62,0xf4,0x7d,0x08,0xf4,0xc2]5 {evex} tzcntw %dx, %ax6# CHECK: {nf} tzcntw %dx, %ax7# CHECK: encoding: [0x62,0xf4,0x7d,0x0c,0xf4,0xc2]8 {nf} tzcntw %dx, %ax9# CHECK: {evex} tzcntl %ecx, %edx10# CHECK: encoding: [0x62,0xf4,0x7c,0x08,0xf4,0xd1]11 {evex} tzcntl %ecx, %edx12# CHECK: {nf} tzcntl %ecx, %edx13# CHECK: encoding: [0x62,0xf4,0x7c,0x0c,0xf4,0xd1]14 {nf} tzcntl %ecx, %edx15# CHECK: {evex} tzcntq %r9, %r1516# CHECK: encoding: [0x62,0x54,0xfc,0x08,0xf4,0xf9]17 {evex} tzcntq %r9, %r1518# CHECK: {nf} tzcntq %r9, %r1519# CHECK: encoding: [0x62,0x54,0xfc,0x0c,0xf4,0xf9]20 {nf} tzcntq %r9, %r1521# CHECK: {evex} tzcntw 123(%r8,%rax,4), %dx22# CHECK: encoding: [0x62,0xd4,0x7d,0x08,0xf4,0x54,0x80,0x7b]23 {evex} tzcntw 123(%r8,%rax,4), %dx24# CHECK: {nf} tzcntw 123(%r8,%rax,4), %dx25# CHECK: encoding: [0x62,0xd4,0x7d,0x0c,0xf4,0x54,0x80,0x7b]26 {nf} tzcntw 123(%r8,%rax,4), %dx27# CHECK: {evex} tzcntl 123(%r8,%rax,4), %ecx28# CHECK: encoding: [0x62,0xd4,0x7c,0x08,0xf4,0x4c,0x80,0x7b]29 {evex} tzcntl 123(%r8,%rax,4), %ecx30# CHECK: {nf} tzcntl 123(%r8,%rax,4), %ecx31# CHECK: encoding: [0x62,0xd4,0x7c,0x0c,0xf4,0x4c,0x80,0x7b]32 {nf} tzcntl 123(%r8,%rax,4), %ecx33# CHECK: {evex} tzcntq 123(%r8,%rax,4), %r934# CHECK: encoding: [0x62,0x54,0xfc,0x08,0xf4,0x4c,0x80,0x7b]35 {evex} tzcntq 123(%r8,%rax,4), %r936# CHECK: {nf} tzcntq 123(%r8,%rax,4), %r937# CHECK: encoding: [0x62,0x54,0xfc,0x0c,0xf4,0x4c,0x80,0x7b]38 {nf} tzcntq 123(%r8,%rax,4), %r939