1# RUN: llvm-mc -triple x86_64 -disassemble %s | FileCheck %s --check-prefix=ATT 2# RUN: llvm-mc -triple x86_64 -disassemble -output-asm-variant=1 %s | FileCheck %s --check-prefix=INTEL 3 4# ATT: setzuo %al 5# INTEL: setzuo al 60x62,0xf4,0x7f,0x18,0x40,0xc0 7 8# ATT: setzuno %al 9# INTEL: setzuno al 100x62,0xf4,0x7f,0x18,0x41,0xc0 11 12# ATT: setzub %al 13# INTEL: setzub al 140x62,0xf4,0x7f,0x18,0x42,0xc0 15 16# ATT: setzuae %al 17# INTEL: setzuae al 180x62,0xf4,0x7f,0x18,0x43,0xc0 19 20# ATT: setzue %al 21# INTEL: setzue al 220x62,0xf4,0x7f,0x18,0x44,0xc0 23 24# ATT: setzune %al 25# INTEL: setzune al 260x62,0xf4,0x7f,0x18,0x45,0xc0 27 28# ATT: setzube %al 29# INTEL: setzube al 300x62,0xf4,0x7f,0x18,0x46,0xc0 31 32# ATT: setzua %al 33# INTEL: setzua al 340x62,0xf4,0x7f,0x18,0x47,0xc0 35 36# ATT: setzus %al 37# INTEL: setzus al 380x62,0xf4,0x7f,0x18,0x48,0xc0 39 40# ATT: setzuns %al 41# INTEL: setzuns al 420x62,0xf4,0x7f,0x18,0x49,0xc0 43 44# ATT: setzup %al 45# INTEL: setzup al 460x62,0xf4,0x7f,0x18,0x4a,0xc0 47 48# ATT: setzunp %al 49# INTEL: setzunp al 500x62,0xf4,0x7f,0x18,0x4b,0xc0 51 52# ATT: setzul %al 53# INTEL: setzul al 540x62,0xf4,0x7f,0x18,0x4c,0xc0 55 56# ATT: setzuge %al 57# INTEL: setzuge al 580x62,0xf4,0x7f,0x18,0x4d,0xc0 59 60# ATT: setzule %al 61# INTEL: setzule al 620x62,0xf4,0x7f,0x18,0x4e,0xc0 63 64# ATT: setzug %al 65# INTEL: setzug al 660x62,0xf4,0x7f,0x18,0x4f,0xc0 67 68# ATT: setzuo (%rax) 69# INTEL: setzuo byte ptr [rax] 700x62,0xf4,0x7f,0x18,0x40,0x00 71 72# ATT: setzuno (%rax) 73# INTEL: setzuno byte ptr [rax] 740x62,0xf4,0x7f,0x18,0x41,0x00 75 76# ATT: setzub (%rax) 77# INTEL: setzub byte ptr [rax] 780x62,0xf4,0x7f,0x18,0x42,0x00 79 80# ATT: setzuae (%rax) 81# INTEL: setzuae byte ptr [rax] 820x62,0xf4,0x7f,0x18,0x43,0x00 83 84# ATT: setzue (%rax) 85# INTEL: setzue byte ptr [rax] 860x62,0xf4,0x7f,0x18,0x44,0x00 87 88# ATT: setzune (%rax) 89# INTEL: setzune byte ptr [rax] 900x62,0xf4,0x7f,0x18,0x45,0x00 91 92# ATT: setzube (%rax) 93# INTEL: setzube byte ptr [rax] 940x62,0xf4,0x7f,0x18,0x46,0x00 95 96# ATT: setzua (%rax) 97# INTEL: setzua byte ptr [rax] 980x62,0xf4,0x7f,0x18,0x47,0x00 99 100# ATT: setzus (%rax) 101# INTEL: setzus byte ptr [rax] 1020x62,0xf4,0x7f,0x18,0x48,0x00 103 104# ATT: setzuns (%rax) 105# INTEL: setzuns byte ptr [rax] 1060x62,0xf4,0x7f,0x18,0x49,0x00 107 108# ATT: setzup (%rax) 109# INTEL: setzup byte ptr [rax] 1100x62,0xf4,0x7f,0x18,0x4a,0x00 111 112# ATT: setzunp (%rax) 113# INTEL: setzunp byte ptr [rax] 1140x62,0xf4,0x7f,0x18,0x4b,0x00 115 116# ATT: setzul (%rax) 117# INTEL: setzul byte ptr [rax] 1180x62,0xf4,0x7f,0x18,0x4c,0x00 119 120# ATT: setzuge (%rax) 121# INTEL: setzuge byte ptr [rax] 1220x62,0xf4,0x7f,0x18,0x4d,0x00 123 124# ATT: setzule (%rax) 125# INTEL: setzule byte ptr [rax] 1260x62,0xf4,0x7f,0x18,0x4e,0x00 127 128# ATT: setzug (%rax) 129# INTEL: setzug byte ptr [rax] 1300x62,0xf4,0x7f,0x18,0x4f,0x00 131