brintos

brintos / llvm-project-archived public Read only

0
0
Text · 37.3 KiB · d9f6934 Raw
677 lines · plain
1// NOTE: Assertions have been autogenerated by utils/update_mc_test_checks.py UTC_ARGS: --version 52// RUN: llvm-mc -triple=amdgcn -mcpu=gfx1250 -show-encoding %s | FileCheck --check-prefixes=GFX1250,GFX1250-ASM %s3// RUN: llvm-mc -triple=amdgcn -mcpu=gfx1250 -show-encoding %s | %extract-encodings | llvm-mc -triple=amdgcn -mcpu=gfx1250 -disassemble -show-encoding | FileCheck --check-prefixes=GFX1250,GFX1250-DIS %s4// RUN: not llvm-mc -triple=amdgcn -mcpu=gfx1200 %s 2>&1 | FileCheck --check-prefix=GFX1200-ERR --implicit-check-not=error: %s5 6v_fmac_f64 v[4:5], v[2:3], v[4:5]7// GFX1250: v_fmac_f64_e32 v[4:5], v[2:3], v[4:5]   ; encoding: [0x02,0x09,0x08,0x2e]8// GFX1200-ERR: :[[@LINE-2]]:1: error: instruction not supported on this GPU9 10v_fmac_f64 v[254:255], v[2:3], v[4:5]11// GFX1250: v_fmac_f64_e32 v[254:255], v[2:3], v[4:5] ; encoding: [0x02,0x09,0xfc,0x2f]12// GFX1200-ERR: :[[@LINE-2]]:1: error: instruction not supported on this GPU13 14v_fmac_f64 v[4:5], v[254:255], v[4:5]15// GFX1250: v_fmac_f64_e32 v[4:5], v[254:255], v[4:5] ; encoding: [0xfe,0x09,0x08,0x2e]16// GFX1200-ERR: :[[@LINE-2]]:1: error: instruction not supported on this GPU17 18v_fmac_f64 v[4:5], vcc, v[4:5]19// GFX1250: v_fmac_f64_e32 v[4:5], vcc, v[4:5]      ; encoding: [0x6a,0x08,0x08,0x2e]20// GFX1200-ERR: :[[@LINE-2]]:1: error: instruction not supported on this GPU21 22v_fmac_f64 v[4:5], exec, v[4:5]23// GFX1250: v_fmac_f64_e32 v[4:5], exec, v[4:5]     ; encoding: [0x7e,0x08,0x08,0x2e]24// GFX1200-ERR: :[[@LINE-2]]:1: error: instruction not supported on this GPU25 26v_fmac_f64 v[4:5], 0, v[4:5]27// GFX1250: v_fmac_f64_e32 v[4:5], 0, v[4:5]        ; encoding: [0x80,0x08,0x08,0x2e]28// GFX1200-ERR: :[[@LINE-2]]:1: error: instruction not supported on this GPU29 30v_fmac_f64 v[4:5], -1, v[4:5]31// GFX1250: v_fmac_f64_e32 v[4:5], -1, v[4:5]       ; encoding: [0xc1,0x08,0x08,0x2e]32// GFX1200-ERR: :[[@LINE-2]]:1: error: instruction not supported on this GPU33 34v_fmac_f64 v[4:5], 0.5, v[4:5]35// GFX1250: v_fmac_f64_e32 v[4:5], 0.5, v[4:5]      ; encoding: [0xf0,0x08,0x08,0x2e]36// GFX1200-ERR: :[[@LINE-2]]:1: error: instruction not supported on this GPU37 38v_fmac_f64 v[4:5], -4.0, v[4:5]39// GFX1250: v_fmac_f64_e32 v[4:5], -4.0, v[4:5]     ; encoding: [0xf7,0x08,0x08,0x2e]40// GFX1200-ERR: :[[@LINE-2]]:1: error: instruction not supported on this GPU41 42v_fmac_f64 v[4:5], 0xaf123456, v[4:5]43// GFX1250: v_fmac_f64_e32 v[4:5], 0xaf123456, v[4:5] ; encoding: [0xff,0x08,0x08,0x2e,0x56,0x34,0x12,0xaf]44// GFX1200-ERR: :[[@LINE-2]]:1: error: instruction not supported on this GPU45 46v_fmac_f64 v[4:5], 0x3f717273, v[4:5]47// GFX1250: v_fmac_f64_e32 v[4:5], 0x3f717273, v[4:5] ; encoding: [0xff,0x08,0x08,0x2e,0x73,0x72,0x71,0x3f]48// GFX1200-ERR: :[[@LINE-2]]:1: error: instruction not supported on this GPU49 50v_fmac_f64 v[4:5], v[2:3], v[254:255]51// GFX1250: v_fmac_f64_e32 v[4:5], v[2:3], v[254:255] ; encoding: [0x02,0xfd,0x09,0x2e]52// GFX1200-ERR: :[[@LINE-2]]:1: error: instruction not supported on this GPU53 54v_fmac_f64 v[4:5], v[2:3], v[8:9]55// GFX1250: v_fmac_f64_e32 v[4:5], v[2:3], v[8:9]   ; encoding: [0x02,0x11,0x08,0x2e]56// GFX1200-ERR: :[[@LINE-2]]:1: error: instruction not supported on this GPU57 58v_fmac_f64 v[254:255], v[2:3], v[8:9]59// GFX1250: v_fmac_f64_e32 v[254:255], v[2:3], v[8:9] ; encoding: [0x02,0x11,0xfc,0x2f]60// GFX1200-ERR: :[[@LINE-2]]:1: error: instruction not supported on this GPU61 62v_fmac_f64 v[4:5], v[254:255], v[8:9]63// GFX1250: v_fmac_f64_e32 v[4:5], v[254:255], v[8:9] ; encoding: [0xfe,0x11,0x08,0x2e]64// GFX1200-ERR: :[[@LINE-2]]:1: error: instruction not supported on this GPU65 66v_fmac_f64 v[4:5], vcc, v[8:9]67// GFX1250: v_fmac_f64_e32 v[4:5], vcc, v[8:9]      ; encoding: [0x6a,0x10,0x08,0x2e]68// GFX1200-ERR: :[[@LINE-2]]:1: error: instruction not supported on this GPU69 70v_fmac_f64 v[4:5], exec, v[8:9]71// GFX1250: v_fmac_f64_e32 v[4:5], exec, v[8:9]     ; encoding: [0x7e,0x10,0x08,0x2e]72// GFX1200-ERR: :[[@LINE-2]]:1: error: instruction not supported on this GPU73 74v_fmac_f64 v[4:5], 0, v[8:9]75// GFX1250: v_fmac_f64_e32 v[4:5], 0, v[8:9]        ; encoding: [0x80,0x10,0x08,0x2e]76// GFX1200-ERR: :[[@LINE-2]]:1: error: instruction not supported on this GPU77 78v_fmac_f64 v[4:5], -1, v[8:9]79// GFX1250: v_fmac_f64_e32 v[4:5], -1, v[8:9]       ; encoding: [0xc1,0x10,0x08,0x2e]80// GFX1200-ERR: :[[@LINE-2]]:1: error: instruction not supported on this GPU81 82v_fmac_f64 v[4:5], 0.5, v[8:9]83// GFX1250: v_fmac_f64_e32 v[4:5], 0.5, v[8:9]      ; encoding: [0xf0,0x10,0x08,0x2e]84// GFX1200-ERR: :[[@LINE-2]]:1: error: instruction not supported on this GPU85 86v_fmac_f64 v[4:5], -4.0, v[8:9]87// GFX1250: v_fmac_f64_e32 v[4:5], -4.0, v[8:9]     ; encoding: [0xf7,0x10,0x08,0x2e]88// GFX1200-ERR: :[[@LINE-2]]:1: error: instruction not supported on this GPU89 90v_fmac_f64 v[4:5], v[2:3], v[254:255]91// GFX1250: v_fmac_f64_e32 v[4:5], v[2:3], v[254:255] ; encoding: [0x02,0xfd,0x09,0x2e]92// GFX1200-ERR: :[[@LINE-2]]:1: error: instruction not supported on this GPU93 94v_fmac_f64 v[4:5], v[2:3], vcc95// GFX1250: v_fmac_f64_e64 v[4:5], v[2:3], vcc      ; encoding: [0x04,0x00,0x17,0xd5,0x02,0xd5,0x00,0x00]96// GFX1200-ERR: :[[@LINE-2]]:1: error: instruction not supported on this GPU97 98v_fmac_f64 v[4:5], v[2:3], exec99// GFX1250: v_fmac_f64_e64 v[4:5], v[2:3], exec     ; encoding: [0x04,0x00,0x17,0xd5,0x02,0xfd,0x00,0x00]100// GFX1200-ERR: :[[@LINE-2]]:1: error: instruction not supported on this GPU101 102v_fmac_f64 v[4:5], v[2:3], 0103// GFX1250: v_fmac_f64_e64 v[4:5], v[2:3], 0        ; encoding: [0x04,0x00,0x17,0xd5,0x02,0x01,0x01,0x00]104// GFX1200-ERR: :[[@LINE-2]]:1: error: instruction not supported on this GPU105 106v_fmac_f64 v[4:5], v[2:3], -1107// GFX1250: v_fmac_f64_e64 v[4:5], v[2:3], -1       ; encoding: [0x04,0x00,0x17,0xd5,0x02,0x83,0x01,0x00]108// GFX1200-ERR: :[[@LINE-2]]:1: error: instruction not supported on this GPU109 110v_fmac_f64 v[4:5], v[2:3], 0.5111// GFX1250: v_fmac_f64_e64 v[4:5], v[2:3], 0.5      ; encoding: [0x04,0x00,0x17,0xd5,0x02,0xe1,0x01,0x00]112// GFX1200-ERR: :[[@LINE-2]]:1: error: instruction not supported on this GPU113 114v_fmac_f64 v[4:5], v[2:3], -4.0115// GFX1250: v_fmac_f64_e64 v[4:5], v[2:3], -4.0     ; encoding: [0x04,0x00,0x17,0xd5,0x02,0xef,0x01,0x00]116// GFX1200-ERR: :[[@LINE-2]]:1: error: instruction not supported on this GPU117 118v_fmac_f64 v[4:5], -v[2:3], v[8:9]119// GFX1250: v_fmac_f64_e64 v[4:5], -v[2:3], v[8:9]  ; encoding: [0x04,0x00,0x17,0xd5,0x02,0x11,0x02,0x20]120// GFX1200-ERR: :[[@LINE-2]]:1: error: instruction not supported on this GPU121 122v_fmac_f64 v[4:5], v[2:3], -v[8:9]123// GFX1250: v_fmac_f64_e64 v[4:5], v[2:3], -v[8:9]  ; encoding: [0x04,0x00,0x17,0xd5,0x02,0x11,0x02,0x40]124// GFX1200-ERR: :[[@LINE-2]]:1: error: instruction not supported on this GPU125 126v_fmac_f64 v[4:5], -v[2:3], -v[8:9]127// GFX1250: v_fmac_f64_e64 v[4:5], -v[2:3], -v[8:9] ; encoding: [0x04,0x00,0x17,0xd5,0x02,0x11,0x02,0x60]128// GFX1200-ERR: :[[@LINE-2]]:1: error: instruction not supported on this GPU129 130v_fmac_f64 v[4:5], |v[2:3]|, v[8:9]131// GFX1250: v_fmac_f64_e64 v[4:5], |v[2:3]|, v[8:9] ; encoding: [0x04,0x01,0x17,0xd5,0x02,0x11,0x02,0x00]132// GFX1200-ERR: :[[@LINE-2]]:1: error: instruction not supported on this GPU133 134v_fmac_f64 v[4:5], v[2:3], |v[8:9]|135// GFX1250: v_fmac_f64_e64 v[4:5], v[2:3], |v[8:9]| ; encoding: [0x04,0x02,0x17,0xd5,0x02,0x11,0x02,0x00]136// GFX1200-ERR: :[[@LINE-2]]:1: error: instruction not supported on this GPU137 138v_fmac_f64 v[4:5], |v[2:3]|, |v[8:9]|139// GFX1250: v_fmac_f64_e64 v[4:5], |v[2:3]|, |v[8:9]| ; encoding: [0x04,0x03,0x17,0xd5,0x02,0x11,0x02,0x00]140// GFX1200-ERR: :[[@LINE-2]]:1: error: instruction not supported on this GPU141 142v_fmac_f64 v[4:5], v[2:3], v[8:9] clamp143// GFX1250: v_fmac_f64_e64 v[4:5], v[2:3], v[8:9] clamp ; encoding: [0x04,0x80,0x17,0xd5,0x02,0x11,0x02,0x00]144// GFX1200-ERR: :[[@LINE-2]]:1: error: instruction not supported on this GPU145 146v_fmac_f64 v[4:5], v[2:3], v[8:9] mul:2147// GFX1250: v_fmac_f64_e64 v[4:5], v[2:3], v[8:9] mul:2 ; encoding: [0x04,0x00,0x17,0xd5,0x02,0x11,0x02,0x08]148// GFX1200-ERR: :[[@LINE-2]]:1: error: instruction not supported on this GPU149 150v_fmac_f64 v[4:5], v[2:3], v[8:9] mul:4151// GFX1250: v_fmac_f64_e64 v[4:5], v[2:3], v[8:9] mul:4 ; encoding: [0x04,0x00,0x17,0xd5,0x02,0x11,0x02,0x10]152// GFX1200-ERR: :[[@LINE-2]]:1: error: instruction not supported on this GPU153 154v_fmac_f64 v[4:5], v[2:3], v[8:9] div:2155// GFX1250: v_fmac_f64_e64 v[4:5], v[2:3], v[8:9] div:2 ; encoding: [0x04,0x00,0x17,0xd5,0x02,0x11,0x02,0x18]156// GFX1200-ERR: :[[@LINE-2]]:1: error: instruction not supported on this GPU157 158v_add_nc_u64 v[4:5], v[2:3], v[4:5]159// GFX1250: v_add_nc_u64_e32 v[4:5], v[2:3], v[4:5] ; encoding: [0x02,0x09,0x08,0x50]160// GFX1200-ERR: :[[@LINE-2]]:1: error: instruction not supported on this GPU161 162v_add_nc_u64 v[254:255], v[2:3], v[4:5]163// GFX1250: v_add_nc_u64_e32 v[254:255], v[2:3], v[4:5] ; encoding: [0x02,0x09,0xfc,0x51]164// GFX1200-ERR: :[[@LINE-2]]:1: error: instruction not supported on this GPU165 166v_add_nc_u64_e64 v[4:5], s[2:3], s[4:5]167// GFX1250: v_add_nc_u64_e64 v[4:5], s[2:3], s[4:5] ; encoding: [0x04,0x00,0x28,0xd5,0x02,0x08,0x00,0x00]168// GFX1200-ERR: :[[@LINE-2]]:1: error: instruction not supported on this GPU169 170v_add_nc_u64 v[4:5], v[254:255], v[4:5]171// GFX1250: v_add_nc_u64_e32 v[4:5], v[254:255], v[4:5] ; encoding: [0xfe,0x09,0x08,0x50]172// GFX1200-ERR: :[[@LINE-2]]:1: error: instruction not supported on this GPU173 174v_add_nc_u64 v[4:5], vcc, v[4:5]175// GFX1250: v_add_nc_u64_e32 v[4:5], vcc, v[4:5]    ; encoding: [0x6a,0x08,0x08,0x50]176// GFX1200-ERR: :[[@LINE-2]]:1: error: instruction not supported on this GPU177 178v_add_nc_u64 v[4:5], exec, v[4:5]179// GFX1250: v_add_nc_u64_e32 v[4:5], exec, v[4:5]   ; encoding: [0x7e,0x08,0x08,0x50]180// GFX1200-ERR: :[[@LINE-2]]:1: error: instruction not supported on this GPU181 182v_add_nc_u64 v[4:5], 0, v[4:5]183// GFX1250: v_add_nc_u64_e32 v[4:5], 0, v[4:5]      ; encoding: [0x80,0x08,0x08,0x50]184// GFX1200-ERR: :[[@LINE-2]]:1: error: instruction not supported on this GPU185 186v_add_nc_u64 v[4:5], -1, v[4:5]187// GFX1250: v_add_nc_u64_e32 v[4:5], -1, v[4:5]     ; encoding: [0xc1,0x08,0x08,0x50]188// GFX1200-ERR: :[[@LINE-2]]:1: error: instruction not supported on this GPU189 190v_add_nc_u64 v[4:5], 0.5, v[4:5]191// GFX1250: v_add_nc_u64_e32 v[4:5], 0.5, v[4:5]    ; encoding: [0xf0,0x08,0x08,0x50]192// GFX1200-ERR: :[[@LINE-2]]:1: error: instruction not supported on this GPU193 194v_add_nc_u64 v[4:5], -4.0, v[4:5]195// GFX1250: v_add_nc_u64_e32 v[4:5], -4.0, v[4:5]   ; encoding: [0xf7,0x08,0x08,0x50]196// GFX1200-ERR: :[[@LINE-2]]:1: error: instruction not supported on this GPU197 198v_add_nc_u64 v[4:5], 0xaf123456, v[4:5]199// GFX1250-ASM: v_add_nc_u64_e32 v[4:5], 0xaf123456, v[4:5] ; encoding: [0xfe,0x08,0x08,0x50,0x56,0x34,0x12,0xaf,0x00,0x00,0x00,0x00]200// GFX1250-DIS: v_add_nc_u64_e32 v[4:5], lit64(0xaf123456), v[4:5] ; encoding: [0xfe,0x08,0x08,0x50,0x56,0x34,0x12,0xaf,0x00,0x00,0x00,0x00]201// GFX1200-ERR: :[[@LINE-3]]:1: error: instruction not supported on this GPU202 203v_add_nc_u64 v[4:5], 0x3f717273, v[4:5]204// GFX1250: v_add_nc_u64_e32 v[4:5], 0x3f717273, v[4:5] ; encoding: [0xff,0x08,0x08,0x50,0x73,0x72,0x71,0x3f]205// GFX1200-ERR: :[[@LINE-2]]:1: error: instruction not supported on this GPU206 207v_add_nc_u64 v[4:5], v[2:3], v[254:255]208// GFX1250: v_add_nc_u64_e32 v[4:5], v[2:3], v[254:255] ; encoding: [0x02,0xfd,0x09,0x50]209// GFX1200-ERR: :[[@LINE-2]]:1: error: instruction not supported on this GPU210 211v_add_nc_u64 v[4:5], v[2:3], v[8:9]212// GFX1250: v_add_nc_u64_e32 v[4:5], v[2:3], v[8:9] ; encoding: [0x02,0x11,0x08,0x50]213// GFX1200-ERR: :[[@LINE-2]]:1: error: instruction not supported on this GPU214 215v_add_nc_u64 v[254:255], v[2:3], v[8:9]216// GFX1250: v_add_nc_u64_e32 v[254:255], v[2:3], v[8:9] ; encoding: [0x02,0x11,0xfc,0x51]217// GFX1200-ERR: :[[@LINE-2]]:1: error: instruction not supported on this GPU218 219v_add_nc_u64 v[4:5], v[254:255], v[8:9]220// GFX1250: v_add_nc_u64_e32 v[4:5], v[254:255], v[8:9] ; encoding: [0xfe,0x11,0x08,0x50]221// GFX1200-ERR: :[[@LINE-2]]:1: error: instruction not supported on this GPU222 223v_add_nc_u64 v[4:5], vcc, v[8:9]224// GFX1250: v_add_nc_u64_e32 v[4:5], vcc, v[8:9]    ; encoding: [0x6a,0x10,0x08,0x50]225// GFX1200-ERR: :[[@LINE-2]]:1: error: instruction not supported on this GPU226 227v_add_nc_u64 v[4:5], exec, v[8:9]228// GFX1250: v_add_nc_u64_e32 v[4:5], exec, v[8:9]   ; encoding: [0x7e,0x10,0x08,0x50]229// GFX1200-ERR: :[[@LINE-2]]:1: error: instruction not supported on this GPU230 231v_add_nc_u64 v[4:5], 0, v[8:9]232// GFX1250: v_add_nc_u64_e32 v[4:5], 0, v[8:9]      ; encoding: [0x80,0x10,0x08,0x50]233// GFX1200-ERR: :[[@LINE-2]]:1: error: instruction not supported on this GPU234 235v_add_nc_u64 v[4:5], -1, v[8:9]236// GFX1250: v_add_nc_u64_e32 v[4:5], -1, v[8:9]     ; encoding: [0xc1,0x10,0x08,0x50]237// GFX1200-ERR: :[[@LINE-2]]:1: error: instruction not supported on this GPU238 239v_add_nc_u64 v[4:5], 0.5, v[8:9]240// GFX1250: v_add_nc_u64_e32 v[4:5], 0.5, v[8:9]    ; encoding: [0xf0,0x10,0x08,0x50]241// GFX1200-ERR: :[[@LINE-2]]:1: error: instruction not supported on this GPU242 243v_add_nc_u64 v[4:5], -4.0, v[8:9]244// GFX1250: v_add_nc_u64_e32 v[4:5], -4.0, v[8:9]   ; encoding: [0xf7,0x10,0x08,0x50]245// GFX1200-ERR: :[[@LINE-2]]:1: error: instruction not supported on this GPU246 247v_add_nc_u64 v[4:5], v[2:3], v[254:255]248// GFX1250: v_add_nc_u64_e32 v[4:5], v[2:3], v[254:255] ; encoding: [0x02,0xfd,0x09,0x50]249// GFX1200-ERR: :[[@LINE-2]]:1: error: instruction not supported on this GPU250 251v_add_nc_u64 v[4:5], v[2:3], vcc252// GFX1250: v_add_nc_u64_e64 v[4:5], v[2:3], vcc    ; encoding: [0x04,0x00,0x28,0xd5,0x02,0xd5,0x00,0x00]253// GFX1200-ERR: :[[@LINE-2]]:1: error: instruction not supported on this GPU254 255v_add_nc_u64 v[4:5], v[2:3], exec256// GFX1250: v_add_nc_u64_e64 v[4:5], v[2:3], exec   ; encoding: [0x04,0x00,0x28,0xd5,0x02,0xfd,0x00,0x00]257// GFX1200-ERR: :[[@LINE-2]]:1: error: instruction not supported on this GPU258 259v_add_nc_u64 v[4:5], v[2:3], 0260// GFX1250: v_add_nc_u64_e64 v[4:5], v[2:3], 0      ; encoding: [0x04,0x00,0x28,0xd5,0x02,0x01,0x01,0x00]261// GFX1200-ERR: :[[@LINE-2]]:1: error: instruction not supported on this GPU262 263v_add_nc_u64 v[4:5], v[2:3], -1264// GFX1250: v_add_nc_u64_e64 v[4:5], v[2:3], -1     ; encoding: [0x04,0x00,0x28,0xd5,0x02,0x83,0x01,0x00]265// GFX1200-ERR: :[[@LINE-2]]:1: error: instruction not supported on this GPU266 267v_add_nc_u64 v[4:5], v[2:3], 0.5268// GFX1250: v_add_nc_u64_e64 v[4:5], v[2:3], 0.5    ; encoding: [0x04,0x00,0x28,0xd5,0x02,0xe1,0x01,0x00]269// GFX1200-ERR: :[[@LINE-2]]:1: error: instruction not supported on this GPU270 271v_add_nc_u64 v[4:5], v[2:3], -4.0272// GFX1250: v_add_nc_u64_e64 v[4:5], v[2:3], -4.0   ; encoding: [0x04,0x00,0x28,0xd5,0x02,0xef,0x01,0x00]273// GFX1200-ERR: :[[@LINE-2]]:1: error: instruction not supported on this GPU274 275v_add_nc_u64 v[4:5], v[2:3], v[8:9] clamp276// GFX1250: v_add_nc_u64_e64 v[4:5], v[2:3], v[8:9] clamp ; encoding: [0x04,0x80,0x28,0xd5,0x02,0x11,0x02,0x00]277// GFX1200-ERR: :[[@LINE-2]]:1: error: instruction not supported on this GPU278 279v_sub_nc_u64 v[4:5], v[2:3], v[4:5]280// GFX1250: v_sub_nc_u64_e32 v[4:5], v[2:3], v[4:5] ; encoding: [0x02,0x09,0x08,0x52]281// GFX1200-ERR: :[[@LINE-2]]:1: error: instruction not supported on this GPU282 283v_sub_nc_u64 v[254:255], v[2:3], v[4:5]284// GFX1250: v_sub_nc_u64_e32 v[254:255], v[2:3], v[4:5] ; encoding: [0x02,0x09,0xfc,0x53]285// GFX1200-ERR: :[[@LINE-2]]:1: error: instruction not supported on this GPU286 287v_sub_nc_u64_e64 v[4:5], s[2:3], s[4:5]288// GFX1250: v_sub_nc_u64_e64 v[4:5], s[2:3], s[4:5] ; encoding: [0x04,0x00,0x29,0xd5,0x02,0x08,0x00,0x00]289// GFX1200-ERR: :[[@LINE-2]]:1: error: instruction not supported on this GPU290 291v_sub_nc_u64 v[4:5], v[254:255], v[4:5]292// GFX1250: v_sub_nc_u64_e32 v[4:5], v[254:255], v[4:5] ; encoding: [0xfe,0x09,0x08,0x52]293// GFX1200-ERR: :[[@LINE-2]]:1: error: instruction not supported on this GPU294 295v_sub_nc_u64 v[4:5], vcc, v[4:5]296// GFX1250: v_sub_nc_u64_e32 v[4:5], vcc, v[4:5]    ; encoding: [0x6a,0x08,0x08,0x52]297// GFX1200-ERR: :[[@LINE-2]]:1: error: instruction not supported on this GPU298 299v_sub_nc_u64 v[4:5], exec, v[4:5]300// GFX1250: v_sub_nc_u64_e32 v[4:5], exec, v[4:5]   ; encoding: [0x7e,0x08,0x08,0x52]301// GFX1200-ERR: :[[@LINE-2]]:1: error: instruction not supported on this GPU302 303v_sub_nc_u64 v[4:5], 0, v[4:5]304// GFX1250: v_sub_nc_u64_e32 v[4:5], 0, v[4:5]      ; encoding: [0x80,0x08,0x08,0x52]305// GFX1200-ERR: :[[@LINE-2]]:1: error: instruction not supported on this GPU306 307v_sub_nc_u64 v[4:5], -1, v[4:5]308// GFX1250: v_sub_nc_u64_e32 v[4:5], -1, v[4:5]     ; encoding: [0xc1,0x08,0x08,0x52]309// GFX1200-ERR: :[[@LINE-2]]:1: error: instruction not supported on this GPU310 311v_sub_nc_u64 v[4:5], 0.5, v[4:5]312// GFX1250: v_sub_nc_u64_e32 v[4:5], 0.5, v[4:5]    ; encoding: [0xf0,0x08,0x08,0x52]313// GFX1200-ERR: :[[@LINE-2]]:1: error: instruction not supported on this GPU314 315v_sub_nc_u64 v[4:5], -4.0, v[4:5]316// GFX1250: v_sub_nc_u64_e32 v[4:5], -4.0, v[4:5]   ; encoding: [0xf7,0x08,0x08,0x52]317// GFX1200-ERR: :[[@LINE-2]]:1: error: instruction not supported on this GPU318 319v_sub_nc_u64 v[4:5], 0xaf123456, v[4:5]320// GFX1250-ASM: v_sub_nc_u64_e32 v[4:5], 0xaf123456, v[4:5] ; encoding: [0xfe,0x08,0x08,0x52,0x56,0x34,0x12,0xaf,0x00,0x00,0x00,0x00]321// GFX1250-DIS: v_sub_nc_u64_e32 v[4:5], lit64(0xaf123456), v[4:5] ; encoding: [0xfe,0x08,0x08,0x52,0x56,0x34,0x12,0xaf,0x00,0x00,0x00,0x00]322// GFX1200-ERR: :[[@LINE-3]]:1: error: instruction not supported on this GPU323 324v_sub_nc_u64 v[4:5], 0x3f717273, v[4:5]325// GFX1250: v_sub_nc_u64_e32 v[4:5], 0x3f717273, v[4:5] ; encoding: [0xff,0x08,0x08,0x52,0x73,0x72,0x71,0x3f]326// GFX1200-ERR: :[[@LINE-2]]:1: error: instruction not supported on this GPU327 328v_sub_nc_u64 v[4:5], v[2:3], v[254:255]329// GFX1250: v_sub_nc_u64_e32 v[4:5], v[2:3], v[254:255] ; encoding: [0x02,0xfd,0x09,0x52]330// GFX1200-ERR: :[[@LINE-2]]:1: error: instruction not supported on this GPU331 332v_sub_nc_u64 v[4:5], v[2:3], v[8:9]333// GFX1250: v_sub_nc_u64_e32 v[4:5], v[2:3], v[8:9] ; encoding: [0x02,0x11,0x08,0x52]334// GFX1200-ERR: :[[@LINE-2]]:1: error: instruction not supported on this GPU335 336v_sub_nc_u64 v[254:255], v[2:3], v[8:9]337// GFX1250: v_sub_nc_u64_e32 v[254:255], v[2:3], v[8:9] ; encoding: [0x02,0x11,0xfc,0x53]338// GFX1200-ERR: :[[@LINE-2]]:1: error: instruction not supported on this GPU339 340v_sub_nc_u64 v[4:5], v[254:255], v[8:9]341// GFX1250: v_sub_nc_u64_e32 v[4:5], v[254:255], v[8:9] ; encoding: [0xfe,0x11,0x08,0x52]342// GFX1200-ERR: :[[@LINE-2]]:1: error: instruction not supported on this GPU343 344v_sub_nc_u64 v[4:5], vcc, v[8:9]345// GFX1250: v_sub_nc_u64_e32 v[4:5], vcc, v[8:9]    ; encoding: [0x6a,0x10,0x08,0x52]346// GFX1200-ERR: :[[@LINE-2]]:1: error: instruction not supported on this GPU347 348v_sub_nc_u64 v[4:5], exec, v[8:9]349// GFX1250: v_sub_nc_u64_e32 v[4:5], exec, v[8:9]   ; encoding: [0x7e,0x10,0x08,0x52]350// GFX1200-ERR: :[[@LINE-2]]:1: error: instruction not supported on this GPU351 352v_sub_nc_u64 v[4:5], 0, v[8:9]353// GFX1250: v_sub_nc_u64_e32 v[4:5], 0, v[8:9]      ; encoding: [0x80,0x10,0x08,0x52]354// GFX1200-ERR: :[[@LINE-2]]:1: error: instruction not supported on this GPU355 356v_sub_nc_u64 v[4:5], -1, v[8:9]357// GFX1250: v_sub_nc_u64_e32 v[4:5], -1, v[8:9]     ; encoding: [0xc1,0x10,0x08,0x52]358// GFX1200-ERR: :[[@LINE-2]]:1: error: instruction not supported on this GPU359 360v_sub_nc_u64 v[4:5], 0.5, v[8:9]361// GFX1250: v_sub_nc_u64_e32 v[4:5], 0.5, v[8:9]    ; encoding: [0xf0,0x10,0x08,0x52]362// GFX1200-ERR: :[[@LINE-2]]:1: error: instruction not supported on this GPU363 364v_sub_nc_u64 v[4:5], -4.0, v[8:9]365// GFX1250: v_sub_nc_u64_e32 v[4:5], -4.0, v[8:9]   ; encoding: [0xf7,0x10,0x08,0x52]366// GFX1200-ERR: :[[@LINE-2]]:1: error: instruction not supported on this GPU367 368v_sub_nc_u64 v[4:5], v[2:3], v[254:255]369// GFX1250: v_sub_nc_u64_e32 v[4:5], v[2:3], v[254:255] ; encoding: [0x02,0xfd,0x09,0x52]370// GFX1200-ERR: :[[@LINE-2]]:1: error: instruction not supported on this GPU371 372v_sub_nc_u64 v[4:5], v[2:3], vcc373// GFX1250: v_sub_nc_u64_e64 v[4:5], v[2:3], vcc    ; encoding: [0x04,0x00,0x29,0xd5,0x02,0xd5,0x00,0x00]374// GFX1200-ERR: :[[@LINE-2]]:1: error: instruction not supported on this GPU375 376v_sub_nc_u64 v[4:5], v[2:3], exec377// GFX1250: v_sub_nc_u64_e64 v[4:5], v[2:3], exec   ; encoding: [0x04,0x00,0x29,0xd5,0x02,0xfd,0x00,0x00]378// GFX1200-ERR: :[[@LINE-2]]:1: error: instruction not supported on this GPU379 380v_sub_nc_u64 v[4:5], v[2:3], 0381// GFX1250: v_sub_nc_u64_e64 v[4:5], v[2:3], 0      ; encoding: [0x04,0x00,0x29,0xd5,0x02,0x01,0x01,0x00]382// GFX1200-ERR: :[[@LINE-2]]:1: error: instruction not supported on this GPU383 384v_sub_nc_u64 v[4:5], v[2:3], -1385// GFX1250: v_sub_nc_u64_e64 v[4:5], v[2:3], -1     ; encoding: [0x04,0x00,0x29,0xd5,0x02,0x83,0x01,0x00]386// GFX1200-ERR: :[[@LINE-2]]:1: error: instruction not supported on this GPU387 388v_sub_nc_u64 v[4:5], v[2:3], 0.5389// GFX1250: v_sub_nc_u64_e64 v[4:5], v[2:3], 0.5    ; encoding: [0x04,0x00,0x29,0xd5,0x02,0xe1,0x01,0x00]390// GFX1200-ERR: :[[@LINE-2]]:1: error: instruction not supported on this GPU391 392v_sub_nc_u64 v[4:5], v[2:3], -4.0393// GFX1250: v_sub_nc_u64_e64 v[4:5], v[2:3], -4.0   ; encoding: [0x04,0x00,0x29,0xd5,0x02,0xef,0x01,0x00]394// GFX1200-ERR: :[[@LINE-2]]:1: error: instruction not supported on this GPU395 396v_sub_nc_u64 v[4:5], v[2:3], v[8:9] clamp397// GFX1250: v_sub_nc_u64_e64 v[4:5], v[2:3], v[8:9] clamp ; encoding: [0x04,0x80,0x29,0xd5,0x02,0x11,0x02,0x00]398// GFX1200-ERR: :[[@LINE-2]]:1: error: instruction not supported on this GPU399 400v_mul_u64 v[4:5], v[2:3], v[4:5]401// GFX1250: v_mul_u64_e32 v[4:5], v[2:3], v[4:5]    ; encoding: [0x02,0x09,0x08,0x54]402// GFX1200-ERR: :[[@LINE-2]]:1: error: instruction not supported on this GPU403 404v_mul_u64 v[254:255], v[2:3], v[4:5]405// GFX1250: v_mul_u64_e32 v[254:255], v[2:3], v[4:5] ; encoding: [0x02,0x09,0xfc,0x55]406// GFX1200-ERR: :[[@LINE-2]]:1: error: instruction not supported on this GPU407 408v_mul_u64_e64 v[4:5], s[2:3], s[4:5]409// GFX1250: v_mul_u64_e64 v[4:5], s[2:3], s[4:5]    ; encoding: [0x04,0x00,0x2a,0xd5,0x02,0x08,0x00,0x00]410// GFX1200-ERR: :[[@LINE-2]]:1: error: instruction not supported on this GPU411 412v_mul_u64 v[4:5], v[254:255], v[4:5]413// GFX1250: v_mul_u64_e32 v[4:5], v[254:255], v[4:5] ; encoding: [0xfe,0x09,0x08,0x54]414// GFX1200-ERR: :[[@LINE-2]]:1: error: instruction not supported on this GPU415 416v_mul_u64 v[4:5], vcc, v[4:5]417// GFX1250: v_mul_u64_e32 v[4:5], vcc, v[4:5]       ; encoding: [0x6a,0x08,0x08,0x54]418// GFX1200-ERR: :[[@LINE-2]]:1: error: instruction not supported on this GPU419 420v_mul_u64 v[4:5], exec, v[4:5]421// GFX1250: v_mul_u64_e32 v[4:5], exec, v[4:5]      ; encoding: [0x7e,0x08,0x08,0x54]422// GFX1200-ERR: :[[@LINE-2]]:1: error: instruction not supported on this GPU423 424v_mul_u64 v[4:5], 0, v[4:5]425// GFX1250: v_mul_u64_e32 v[4:5], 0, v[4:5]         ; encoding: [0x80,0x08,0x08,0x54]426// GFX1200-ERR: :[[@LINE-2]]:1: error: instruction not supported on this GPU427 428v_mul_u64 v[4:5], -1, v[4:5]429// GFX1250: v_mul_u64_e32 v[4:5], -1, v[4:5]        ; encoding: [0xc1,0x08,0x08,0x54]430// GFX1200-ERR: :[[@LINE-2]]:1: error: instruction not supported on this GPU431 432v_mul_u64 v[4:5], 0.5, v[4:5]433// GFX1250: v_mul_u64_e32 v[4:5], 0.5, v[4:5]       ; encoding: [0xf0,0x08,0x08,0x54]434// GFX1200-ERR: :[[@LINE-2]]:1: error: instruction not supported on this GPU435 436v_mul_u64 v[4:5], -4.0, v[4:5]437// GFX1250: v_mul_u64_e32 v[4:5], -4.0, v[4:5]      ; encoding: [0xf7,0x08,0x08,0x54]438// GFX1200-ERR: :[[@LINE-2]]:1: error: instruction not supported on this GPU439 440v_mul_u64 v[4:5], 0xaf123456, v[4:5]441// GFX1250-ASM: v_mul_u64_e32 v[4:5], 0xaf123456, v[4:5] ; encoding: [0xfe,0x08,0x08,0x54,0x56,0x34,0x12,0xaf,0x00,0x00,0x00,0x00]442// GFX1250-DIS: v_mul_u64_e32 v[4:5], lit64(0xaf123456), v[4:5] ; encoding: [0xfe,0x08,0x08,0x54,0x56,0x34,0x12,0xaf,0x00,0x00,0x00,0x00]443// GFX1200-ERR: :[[@LINE-3]]:1: error: instruction not supported on this GPU444 445v_mul_u64 v[4:5], 0x3f717273, v[4:5]446// GFX1250: v_mul_u64_e32 v[4:5], 0x3f717273, v[4:5] ; encoding: [0xff,0x08,0x08,0x54,0x73,0x72,0x71,0x3f]447// GFX1200-ERR: :[[@LINE-2]]:1: error: instruction not supported on this GPU448 449v_mul_u64 v[4:5], v[2:3], v[254:255]450// GFX1250: v_mul_u64_e32 v[4:5], v[2:3], v[254:255] ; encoding: [0x02,0xfd,0x09,0x54]451// GFX1200-ERR: :[[@LINE-2]]:1: error: instruction not supported on this GPU452 453v_mul_u64 v[4:5], v[2:3], v[8:9]454// GFX1250: v_mul_u64_e32 v[4:5], v[2:3], v[8:9]    ; encoding: [0x02,0x11,0x08,0x54]455// GFX1200-ERR: :[[@LINE-2]]:1: error: instruction not supported on this GPU456 457v_mul_u64 v[254:255], v[2:3], v[8:9]458// GFX1250: v_mul_u64_e32 v[254:255], v[2:3], v[8:9] ; encoding: [0x02,0x11,0xfc,0x55]459// GFX1200-ERR: :[[@LINE-2]]:1: error: instruction not supported on this GPU460 461v_mul_u64 v[4:5], v[254:255], v[8:9]462// GFX1250: v_mul_u64_e32 v[4:5], v[254:255], v[8:9] ; encoding: [0xfe,0x11,0x08,0x54]463// GFX1200-ERR: :[[@LINE-2]]:1: error: instruction not supported on this GPU464 465v_mul_u64 v[4:5], vcc, v[8:9]466// GFX1250: v_mul_u64_e32 v[4:5], vcc, v[8:9]       ; encoding: [0x6a,0x10,0x08,0x54]467// GFX1200-ERR: :[[@LINE-2]]:1: error: instruction not supported on this GPU468 469v_mul_u64 v[4:5], exec, v[8:9]470// GFX1250: v_mul_u64_e32 v[4:5], exec, v[8:9]      ; encoding: [0x7e,0x10,0x08,0x54]471// GFX1200-ERR: :[[@LINE-2]]:1: error: instruction not supported on this GPU472 473v_mul_u64 v[4:5], 0, v[8:9]474// GFX1250: v_mul_u64_e32 v[4:5], 0, v[8:9]         ; encoding: [0x80,0x10,0x08,0x54]475// GFX1200-ERR: :[[@LINE-2]]:1: error: instruction not supported on this GPU476 477v_mul_u64 v[4:5], -1, v[8:9]478// GFX1250: v_mul_u64_e32 v[4:5], -1, v[8:9]        ; encoding: [0xc1,0x10,0x08,0x54]479// GFX1200-ERR: :[[@LINE-2]]:1: error: instruction not supported on this GPU480 481v_mul_u64 v[4:5], 0.5, v[8:9]482// GFX1250: v_mul_u64_e32 v[4:5], 0.5, v[8:9]       ; encoding: [0xf0,0x10,0x08,0x54]483// GFX1200-ERR: :[[@LINE-2]]:1: error: instruction not supported on this GPU484 485v_mul_u64 v[4:5], -4.0, v[8:9]486// GFX1250: v_mul_u64_e32 v[4:5], -4.0, v[8:9]      ; encoding: [0xf7,0x10,0x08,0x54]487// GFX1200-ERR: :[[@LINE-2]]:1: error: instruction not supported on this GPU488 489v_mul_u64 v[4:5], v[2:3], v[254:255]490// GFX1250: v_mul_u64_e32 v[4:5], v[2:3], v[254:255] ; encoding: [0x02,0xfd,0x09,0x54]491// GFX1200-ERR: :[[@LINE-2]]:1: error: instruction not supported on this GPU492 493v_mul_u64 v[4:5], v[2:3], vcc494// GFX1250: v_mul_u64_e64 v[4:5], v[2:3], vcc       ; encoding: [0x04,0x00,0x2a,0xd5,0x02,0xd5,0x00,0x00]495// GFX1200-ERR: :[[@LINE-2]]:1: error: instruction not supported on this GPU496 497v_mul_u64 v[4:5], v[2:3], exec498// GFX1250: v_mul_u64_e64 v[4:5], v[2:3], exec      ; encoding: [0x04,0x00,0x2a,0xd5,0x02,0xfd,0x00,0x00]499// GFX1200-ERR: :[[@LINE-2]]:1: error: instruction not supported on this GPU500 501v_mul_u64 v[4:5], v[2:3], 0502// GFX1250: v_mul_u64_e64 v[4:5], v[2:3], 0         ; encoding: [0x04,0x00,0x2a,0xd5,0x02,0x01,0x01,0x00]503// GFX1200-ERR: :[[@LINE-2]]:1: error: instruction not supported on this GPU504 505v_mul_u64 v[4:5], v[2:3], -1506// GFX1250: v_mul_u64_e64 v[4:5], v[2:3], -1        ; encoding: [0x04,0x00,0x2a,0xd5,0x02,0x83,0x01,0x00]507// GFX1200-ERR: :[[@LINE-2]]:1: error: instruction not supported on this GPU508 509v_mul_u64 v[4:5], v[2:3], 0.5510// GFX1250: v_mul_u64_e64 v[4:5], v[2:3], 0.5       ; encoding: [0x04,0x00,0x2a,0xd5,0x02,0xe1,0x01,0x00]511// GFX1200-ERR: :[[@LINE-2]]:1: error: instruction not supported on this GPU512 513v_mul_u64 v[4:5], v[2:3], -4.0514// GFX1250: v_mul_u64_e64 v[4:5], v[2:3], -4.0      ; encoding: [0x04,0x00,0x2a,0xd5,0x02,0xef,0x01,0x00]515// GFX1200-ERR: :[[@LINE-2]]:1: error: instruction not supported on this GPU516 517v_fmamk_f64 v[6:7], v[4:5], 0x405ec000, v[2:3]518// GFX1250: v_fmamk_f64 v[6:7], v[4:5], 0x405ec000, v[2:3] ; encoding: [0x04,0x05,0x0c,0x46,0x00,0x00,0x00,0x00,0x00,0xc0,0x5e,0x40]519// GFX1200-ERR: :[[@LINE-2]]:1: error: instruction not supported on this GPU520 521v_fmamk_f64 v[6:7], v[254:255], 0x405ec00000000000, v[2:3]522// GFX1250: v_fmamk_f64 v[6:7], v[254:255], 0x405ec000, v[2:3] ; encoding: [0xfe,0x05,0x0c,0x46,0x00,0x00,0x00,0x00,0x00,0xc0,0x5e,0x40]523// GFX1200-ERR: :[[@LINE-2]]:1: error: instruction not supported on this GPU524 525v_fmamk_f64 v[6:7], s[2:3], 0x405ec00012345678, v[2:3]526// GFX1250: v_fmamk_f64 v[6:7], s[2:3], 0x405ec00012345678, v[2:3] ; encoding: [0x02,0x04,0x0c,0x46,0x78,0x56,0x34,0x12,0x00,0xc0,0x5e,0x40]527// GFX1200-ERR: :[[@LINE-2]]:1: error: instruction not supported on this GPU528 529v_fmamk_f64 v[6:7], vcc, 0x405ec000, v[2:3]530// GFX1250: v_fmamk_f64 v[6:7], vcc, 0x405ec000, v[2:3] ; encoding: [0x6a,0x04,0x0c,0x46,0x00,0x00,0x00,0x00,0x00,0xc0,0x5e,0x40]531// GFX1200-ERR: :[[@LINE-2]]:1: error: instruction not supported on this GPU532 533v_fmamk_f64 v[6:7], exec, 0x405ec000, v[2:3]534// GFX1250: v_fmamk_f64 v[6:7], exec, 0x405ec000, v[2:3] ; encoding: [0x7e,0x04,0x0c,0x46,0x00,0x00,0x00,0x00,0x00,0xc0,0x5e,0x40]535// GFX1200-ERR: :[[@LINE-2]]:1: error: instruction not supported on this GPU536 537v_fmamk_f64 v[6:7], null, 0x405ec000, v[2:3]538// GFX1250: v_fmamk_f64 v[6:7], null, 0x405ec000, v[2:3] ; encoding: [0x7c,0x04,0x0c,0x46,0x00,0x00,0x00,0x00,0x00,0xc0,0x5e,0x40]539// GFX1200-ERR: :[[@LINE-2]]:1: error: instruction not supported on this GPU540 541v_fmamk_f64 v[6:7], -1, 0x405ec000, v[2:3]542// GFX1250: v_fmamk_f64 v[6:7], -1, 0x405ec000, v[2:3] ; encoding: [0xc1,0x04,0x0c,0x46,0x00,0x00,0x00,0x00,0x00,0xc0,0x5e,0x40]543// GFX1200-ERR: :[[@LINE-2]]:1: error: instruction not supported on this GPU544 545v_fmamk_f64 v[6:7], 0.5, 0x405ec000, v[2:3]546// GFX1250: v_fmamk_f64 v[6:7], 0.5, 0x405ec000, v[2:3] ; encoding: [0xf0,0x04,0x0c,0x46,0x00,0x00,0x00,0x00,0x00,0xc0,0x5e,0x40]547// GFX1200-ERR: :[[@LINE-2]]:1: error: instruction not supported on this GPU548 549v_fmamk_f64 v[6:7], src_scc, 0x405ec000, v[2:3]550// GFX1250: v_fmamk_f64 v[6:7], src_scc, 0x405ec000, v[2:3] ; encoding: [0xfd,0x04,0x0c,0x46,0x00,0x00,0x00,0x00,0x00,0xc0,0x5e,0x40]551// GFX1200-ERR: :[[@LINE-2]]:1: error: instruction not supported on this GPU552 553v_fmamk_f64 v[254:255], 0x405ec000, 0x405ec000, v[254:255]554// GFX1250: v_fmamk_f64 v[254:255], 0x405ec000, 0x405ec000, v[254:255] ; encoding: [0xfe,0xfc,0xfd,0x47,0x00,0x00,0x00,0x00,0x00,0xc0,0x5e,0x40]555// GFX1200-ERR: :[[@LINE-2]]:1: error: instruction not supported on this GPU556 557v_fmamk_f64 v[254:255], 0x405ec00012345678, 0x405ec00012345678, v[254:255]558// GFX1250: v_fmamk_f64 v[254:255], 0x405ec00012345678, 0x405ec00012345678, v[254:255] ; encoding: [0xfe,0xfc,0xfd,0x47,0x78,0x56,0x34,0x12,0x00,0xc0,0x5e,0x40]559// GFX1200-ERR: :[[@LINE-2]]:1: error: instruction not supported on this GPU560 561v_fmamk_f64 v[254:255], 123.0, 0x405ec000, v[2:3]562// GFX1250: v_fmamk_f64 v[254:255], 0x405ec000, 0x405ec000, v[2:3] ; encoding: [0xfe,0x04,0xfc,0x47,0x00,0x00,0x00,0x00,0x00,0xc0,0x5e,0x40]563// GFX1200-ERR: :[[@LINE-2]]:1: error: instruction not supported on this GPU564 565v_fmamk_f64 v[4:5], v[2:3], 123.1, v[6:7]566// GFX1250: v_fmamk_f64 v[4:5], v[2:3], 0x405ec66666666666, v[6:7] ; encoding: [0x02,0x0d,0x08,0x46,0x66,0x66,0x66,0x66,0x66,0xc6,0x5e,0x40]567// GFX1200-ERR: :[[@LINE-2]]:1: error: instruction not supported on this GPU568 569v_fmamk_f64 v[4:5], 0x405ec66666666666, 123.1, v[6:7]570// GFX1250: v_fmamk_f64 v[4:5], 0x405ec66666666666, 0x405ec66666666666, v[6:7] ; encoding: [0xfe,0x0c,0x08,0x46,0x66,0x66,0x66,0x66,0x66,0xc6,0x5e,0x40]571// GFX1200-ERR: :[[@LINE-2]]:1: error: instruction not supported on this GPU572 573v_fmamk_f64 v[4:5], 123.1, 123.1, v[8:9]574// GFX1250: v_fmamk_f64 v[4:5], 0x405ec66666666666, 0x405ec66666666666, v[8:9] ; encoding: [0xfe,0x10,0x08,0x46,0x66,0x66,0x66,0x66,0x66,0xc6,0x5e,0x40]575// GFX1200-ERR: :[[@LINE-2]]:1: error: instruction not supported on this GPU576 577v_fmamk_f64 v[4:5], 1.0, 1.0, v[6:7]578// GFX1250: v_fmamk_f64 v[4:5], 1.0, 0x3ff00000, v[6:7] ; encoding: [0xf2,0x0c,0x08,0x46,0x00,0x00,0x00,0x00,0x00,0x00,0xf0,0x3f]579// GFX1200-ERR: :[[@LINE-2]]:1: error: instruction not supported on this GPU580 581v_fmamk_f64 v[4:5], 1e-320, 1e-320, v[6:7]582// GFX1250: v_fmamk_f64 v[4:5], lit64(0x7e8), lit64(0x7e8), v[6:7] ; encoding: [0xfe,0x0c,0x08,0x46,0xe8,0x07,0x00,0x00,0x00,0x00,0x00,0x00]583// GFX1200-ERR: :[[@LINE-2]]:1: error: instruction not supported on this GPU584 585v_fmamk_f64 v[4:5], lit64(0x7e8), 1e-320, v[8:9]586// GFX1250: v_fmamk_f64 v[4:5], lit64(0x7e8), lit64(0x7e8), v[8:9] ; encoding: [0xfe,0x10,0x08,0x46,0xe8,0x07,0x00,0x00,0x00,0x00,0x00,0x00]587// GFX1200-ERR: :[[@LINE-2]]:1: error: instruction not supported on this GPU588 589v_fmamk_f64 v[4:5], lit64(0x7e8), lit64(0x7e8), v[8:9]590// GFX1250: v_fmamk_f64 v[4:5], lit64(0x7e8), lit64(0x7e8), v[8:9] ; encoding: [0xfe,0x10,0x08,0x46,0xe8,0x07,0x00,0x00,0x00,0x00,0x00,0x00]591// GFX1200-ERR: :[[@LINE-2]]:1: error: instruction not supported on this GPU592 593v_fmaak_f64 v[6:7], v[4:5], v[8:9], 0x405ec000594// GFX1250: v_fmaak_f64 v[6:7], v[4:5], v[8:9], 0x405ec000 ; encoding: [0x04,0x11,0x0c,0x48,0x00,0x00,0x00,0x00,0x00,0xc0,0x5e,0x40]595// GFX1200-ERR: :[[@LINE-2]]:1: error: instruction not supported on this GPU596 597v_fmaak_f64 v[6:7], v[254:255], v[8:9], 0x405ec00000000000598// GFX1250: v_fmaak_f64 v[6:7], v[254:255], v[8:9], 0x405ec000 ; encoding: [0xfe,0x11,0x0c,0x48,0x00,0x00,0x00,0x00,0x00,0xc0,0x5e,0x40]599// GFX1200-ERR: :[[@LINE-2]]:1: error: instruction not supported on this GPU600 601v_fmaak_f64 v[6:7], s[2:3], v[8:9], 0x405ec00012345678602// GFX1250: v_fmaak_f64 v[6:7], s[2:3], v[8:9], 0x405ec00012345678 ; encoding: [0x02,0x10,0x0c,0x48,0x78,0x56,0x34,0x12,0x00,0xc0,0x5e,0x40]603// GFX1200-ERR: :[[@LINE-2]]:1: error: instruction not supported on this GPU604 605v_fmaak_f64 v[6:7], vcc, v[8:9], 0x405ec000606// GFX1250: v_fmaak_f64 v[6:7], vcc, v[8:9], 0x405ec000 ; encoding: [0x6a,0x10,0x0c,0x48,0x00,0x00,0x00,0x00,0x00,0xc0,0x5e,0x40]607// GFX1200-ERR: :[[@LINE-2]]:1: error: instruction not supported on this GPU608 609v_fmaak_f64 v[6:7], exec, v[8:9], 0x405ec000610// GFX1250: v_fmaak_f64 v[6:7], exec, v[8:9], 0x405ec000 ; encoding: [0x7e,0x10,0x0c,0x48,0x00,0x00,0x00,0x00,0x00,0xc0,0x5e,0x40]611// GFX1200-ERR: :[[@LINE-2]]:1: error: instruction not supported on this GPU612 613v_fmaak_f64 v[6:7], null, v[8:9], 0x405ec000614// GFX1250: v_fmaak_f64 v[6:7], null, v[8:9], 0x405ec000 ; encoding: [0x7c,0x10,0x0c,0x48,0x00,0x00,0x00,0x00,0x00,0xc0,0x5e,0x40]615// GFX1200-ERR: :[[@LINE-2]]:1: error: instruction not supported on this GPU616 617v_fmaak_f64 v[6:7], -1, v[8:9], 0x405ec000618// GFX1250: v_fmaak_f64 v[6:7], -1, v[8:9], 0x405ec000 ; encoding: [0xc1,0x10,0x0c,0x48,0x00,0x00,0x00,0x00,0x00,0xc0,0x5e,0x40]619// GFX1200-ERR: :[[@LINE-2]]:1: error: instruction not supported on this GPU620 621v_fmaak_f64 v[6:7], 0.5, v[8:9], 0x405ec000622// GFX1250: v_fmaak_f64 v[6:7], 0.5, v[8:9], 0x405ec000 ; encoding: [0xf0,0x10,0x0c,0x48,0x00,0x00,0x00,0x00,0x00,0xc0,0x5e,0x40]623// GFX1200-ERR: :[[@LINE-2]]:1: error: instruction not supported on this GPU624 625v_fmaak_f64 v[6:7], src_scc, v[8:9], 0x405ec000626// GFX1250: v_fmaak_f64 v[6:7], src_scc, v[8:9], 0x405ec000 ; encoding: [0xfd,0x10,0x0c,0x48,0x00,0x00,0x00,0x00,0x00,0xc0,0x5e,0x40]627// GFX1200-ERR: :[[@LINE-2]]:1: error: instruction not supported on this GPU628 629v_fmaak_f64 v[254:255], 0x405ec000, v[254:255], 0x405ec000630// GFX1250: v_fmaak_f64 v[254:255], 0x405ec000, v[254:255], 0x405ec000 ; encoding: [0xfe,0xfc,0xfd,0x49,0x00,0x00,0x00,0x00,0x00,0xc0,0x5e,0x40]631// GFX1200-ERR: :[[@LINE-2]]:1: error: instruction not supported on this GPU632 633v_fmaak_f64 v[254:255], 0x405ec00000000000, v[254:255], 0x405ec00000000000634// GFX1250: v_fmaak_f64 v[254:255], 0x405ec000, v[254:255], 0x405ec000 ; encoding: [0xfe,0xfc,0xfd,0x49,0x00,0x00,0x00,0x00,0x00,0xc0,0x5e,0x40]635// GFX1200-ERR: :[[@LINE-2]]:1: error: instruction not supported on this GPU636 637v_fmaak_f64 v[254:255], 0x405ec00012345678, v[254:255], 0x405ec00012345678638// GFX1250: v_fmaak_f64 v[254:255], 0x405ec00012345678, v[254:255], 0x405ec00012345678 ; encoding: [0xfe,0xfc,0xfd,0x49,0x78,0x56,0x34,0x12,0x00,0xc0,0x5e,0x40]639// GFX1200-ERR: :[[@LINE-2]]:1: error: instruction not supported on this GPU640 641v_fmaak_f64 v[254:255], lit64(0x405ec00012345678), v[254:255], lit(0x405ec00012345678)642// GFX1250-ASM: v_fmaak_f64 v[254:255], lit64(0x405ec00012345678), v[254:255], lit(0x405ec00012345678) ; encoding: [0xfe,0xfc,0xfd,0x49,0x78,0x56,0x34,0x12,0x00,0xc0,0x5e,0x40]643// GFX1250-DIS: v_fmaak_f64 v[254:255], 0x405ec00012345678, v[254:255], 0x405ec00012345678 ; encoding: [0xfe,0xfc,0xfd,0x49,0x78,0x56,0x34,0x12,0x00,0xc0,0x5e,0x40]644// GFX1200-ERR: :[[@LINE-3]]:1: error: instruction not supported on this GPU645 646v_fmaak_f64 v[254:255], 123.0, v[2:3], 0x405ec000647// GFX1250: v_fmaak_f64 v[254:255], 0x405ec000, v[2:3], 0x405ec000 ; encoding: [0xfe,0x04,0xfc,0x49,0x00,0x00,0x00,0x00,0x00,0xc0,0x5e,0x40]648// GFX1200-ERR: :[[@LINE-2]]:1: error: instruction not supported on this GPU649 650v_fmaak_f64 v[4:5], v[2:3], v[2:3], 123.1651// GFX1250: v_fmaak_f64 v[4:5], v[2:3], v[2:3], 0x405ec66666666666 ; encoding: [0x02,0x05,0x08,0x48,0x66,0x66,0x66,0x66,0x66,0xc6,0x5e,0x40]652// GFX1200-ERR: :[[@LINE-2]]:1: error: instruction not supported on this GPU653 654v_fmaak_f64 v[4:5], 0x405ec66666666666, v[6:7], 123.1655// GFX1250: v_fmaak_f64 v[4:5], 0x405ec66666666666, v[6:7], 0x405ec66666666666 ; encoding: [0xfe,0x0c,0x08,0x48,0x66,0x66,0x66,0x66,0x66,0xc6,0x5e,0x40]656// GFX1200-ERR: :[[@LINE-2]]:1: error: instruction not supported on this GPU657 658v_fmaak_f64 v[4:5], 123.1, v[8:9], 123.1659// GFX1250: v_fmaak_f64 v[4:5], 0x405ec66666666666, v[8:9], 0x405ec66666666666 ; encoding: [0xfe,0x10,0x08,0x48,0x66,0x66,0x66,0x66,0x66,0xc6,0x5e,0x40]660// GFX1200-ERR: :[[@LINE-2]]:1: error: instruction not supported on this GPU661 662v_fmaak_f64 v[4:5], 1.0, v[8:9], 1.0663// GFX1250: v_fmaak_f64 v[4:5], 1.0, v[8:9], 0x3ff00000 ; encoding: [0xf2,0x10,0x08,0x48,0x00,0x00,0x00,0x00,0x00,0x00,0xf0,0x3f]664// GFX1200-ERR: :[[@LINE-2]]:1: error: instruction not supported on this GPU665 666v_fmaak_f64 v[4:5], 1e-320, v[6:7], 1e-320667// GFX1250: v_fmaak_f64 v[4:5], lit64(0x7e8), v[6:7], lit64(0x7e8) ; encoding: [0xfe,0x0c,0x08,0x48,0xe8,0x07,0x00,0x00,0x00,0x00,0x00,0x00]668// GFX1200-ERR: :[[@LINE-2]]:1: error: instruction not supported on this GPU669 670v_fmaak_f64 v[4:5], lit64(0x7e8), v[8:9], 1e-320671// GFX1250: v_fmaak_f64 v[4:5], lit64(0x7e8), v[8:9], lit64(0x7e8) ; encoding: [0xfe,0x10,0x08,0x48,0xe8,0x07,0x00,0x00,0x00,0x00,0x00,0x00]672// GFX1200-ERR: :[[@LINE-2]]:1: error: instruction not supported on this GPU673 674v_fmaak_f64 v[4:5], lit64(0x7e8), v[8:9], lit64(0x7e8)675// GFX1250: v_fmaak_f64 v[4:5], lit64(0x7e8), v[8:9], lit64(0x7e8) ; encoding: [0xfe,0x10,0x08,0x48,0xe8,0x07,0x00,0x00,0x00,0x00,0x00,0x00]676// GFX1200-ERR: :[[@LINE-2]]:1: error: instruction not supported on this GPU677