709 lines · plain
1// RUN: not llvm-mc -triple=amdgcn -mcpu=gfx908 %s 2>&1 | FileCheck -check-prefix=GFX908 --implicit-check-not=error: %s2// RUN: not llvm-mc -triple=amdgcn -mcpu=gfx900 %s 2>&1 | FileCheck -check-prefix=GFX900 --implicit-check-not=error: %s3 4v_accvgpr_read_b32 v0, v05// GFX908: :[[@LINE-1]]:{{[0-9]+}}: error: invalid operand for instruction6// GFX900: :[[@LINE-2]]:{{[0-9]+}}: error: instruction not supported on this GPU7 8v_accvgpr_read_b32 a0, a09// GFX908: :[[@LINE-1]]:{{[0-9]+}}: error: invalid operand for instruction10// GFX900: :[[@LINE-2]]:{{[0-9]+}}: error: instruction not supported on this GPU11 12v_accvgpr_read_b32 v0, 113// GFX908: :[[@LINE-1]]:{{[0-9]+}}: error: invalid operand for instruction14// GFX900: :[[@LINE-2]]:{{[0-9]+}}: error: instruction not supported on this GPU15 16v_accvgpr_read_b32 v0, s017// GFX908: :[[@LINE-1]]:{{[0-9]+}}: error: invalid operand for instruction18// GFX900: :[[@LINE-2]]:{{[0-9]+}}: error: instruction not supported on this GPU19 20v_accvgpr_read_b32 v0, a021// GFX900: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU22 23v_accvgpr_write_b32 v0, v024// GFX908: :[[@LINE-1]]:{{[0-9]+}}: error: invalid operand for instruction25// GFX900: :[[@LINE-2]]:{{[0-9]+}}: error: instruction not supported on this GPU26 27v_accvgpr_write_b32 a0, a028// GFX908: :[[@LINE-1]]:{{[0-9]+}}: error: invalid operand for instruction29// GFX900: :[[@LINE-2]]:{{[0-9]+}}: error: instruction not supported on this GPU30 31v_accvgpr_write_b32 a0, s032// GFX908: :[[@LINE-1]]:{{[0-9]+}}: error: source operand must be either a VGPR or an inline constant33// GFX900: :[[@LINE-2]]:{{[0-9]+}}: error: instruction not supported on this GPU34 35v_accvgpr_write_b32 a0, 6536// GFX908: :[[@LINE-1]]:{{[0-9]+}}: error: invalid operand for instruction37// GFX900: :[[@LINE-2]]:{{[0-9]+}}: error: instruction not supported on this GPU38 39v_accvgpr_write_b32 a0, v040// GFX900: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU41 42v_mfma_f32_32x32x1f32 v[0:31], v0, v1, a[0:31]43// GFX908: :[[@LINE-1]]:{{[0-9]+}}: error: invalid operand for instruction44// GFX900: :[[@LINE-2]]:{{[0-9]+}}: error: instruction not supported on this GPU45 46v_mfma_f32_32x32x1f32 a[0:31], v0, v1, v[0:31]47// GFX908: :[[@LINE-1]]:{{[0-9]+}}: error: invalid operand for instruction48// GFX900: :[[@LINE-2]]:{{[0-9]+}}: error: instruction not supported on this GPU49 50v_mfma_f32_32x32x1f32 a[0:31], s0, v1, a[0:31]51// GFX908: :[[@LINE-1]]:{{[0-9]+}}: error: invalid operand for instruction52// GFX900: :[[@LINE-2]]:{{[0-9]+}}: error: instruction not supported on this GPU53 54v_mfma_f32_32x32x1f32 a[0:31], 1, v1, a[0:31]55// GFX908: :[[@LINE-1]]:{{[0-9]+}}: error: invalid operand for instruction56// GFX900: :[[@LINE-2]]:{{[0-9]+}}: error: instruction not supported on this GPU57 58v_mfma_f32_32x32x1f32 a[0:31], v0, v1, 6559// GFX908: :[[@LINE-1]]:{{[0-9]+}}: error: invalid operand for instruction60// GFX900: :[[@LINE-2]]:{{[0-9]+}}: error: instruction not supported on this GPU61 62v_mfma_f32_32x32x1f32 a[0:31], v0, v1, 063// GFX900: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU64// GFX908: :[[@LINE-2]]:{{[0-9]+}}: error: inline constants are not allowed for this operand65 66v_mfma_f32_32x32x1f32 a[0:31], v0, v1, -2.067// GFX908: :[[@LINE-1]]:{{[0-9]+}}: error: inline constants are not allowed for this operand68// GFX900: :[[@LINE-2]]:{{[0-9]+}}: error: instruction not supported on this GPU69 70v_mfma_f32_32x32x1f32 a[0:31], v0, v1, -2.0 cbsz:3 abid:2 blgp:771// GFX908: :[[@LINE-1]]:{{[0-9]+}}: error: inline constants are not allowed for this operand72// GFX900: :[[@LINE-2]]:{{[0-9]+}}: error: instruction not supported on this GPU73 74v_mfma_f32_32x32x1f32 a[0:31], v0, a1, -2.075// GFX908: :[[@LINE-1]]:{{[0-9]+}}: error: inline constants are not allowed for this operand76// GFX900: :[[@LINE-2]]:{{[0-9]+}}: error: instruction not supported on this GPU77 78v_mfma_f32_32x32x1f32 a[0:31], v0, a1, -2.0 cbsz:3 abid:2 blgp:779// GFX908: :[[@LINE-1]]:{{[0-9]+}}: error: inline constants are not allowed for this operand80// GFX900: :[[@LINE-2]]:{{[0-9]+}}: error: instruction not supported on this GPU81 82v_mfma_f32_32x32x1f32 a[0:31], a0, v1, -2.083// GFX908: :[[@LINE-1]]:{{[0-9]+}}: error: inline constants are not allowed for this operand84// GFX900: :[[@LINE-2]]:{{[0-9]+}}: error: instruction not supported on this GPU85 86v_mfma_f32_32x32x1f32 a[0:31], a0, v1, -2.0 cbsz:3 abid:2 blgp:787// GFX908: :[[@LINE-1]]:{{[0-9]+}}: error: inline constants are not allowed for this operand88// GFX900: :[[@LINE-2]]:{{[0-9]+}}: error: instruction not supported on this GPU89 90v_mfma_f32_32x32x1f32 a[0:31], a0, a1, -2.091// GFX908: :[[@LINE-1]]:{{[0-9]+}}: error: inline constants are not allowed for this operand92// GFX900: :[[@LINE-2]]:{{[0-9]+}}: error: instruction not supported on this GPU93 94v_mfma_f32_32x32x1f32 a[0:31], a0, a1, -2.0 cbsz:3 abid:2 blgp:795// GFX908: :[[@LINE-1]]:{{[0-9]+}}: error: inline constants are not allowed for this operand96// GFX900: :[[@LINE-2]]:{{[0-9]+}}: error: instruction not supported on this GPU97 98v_mfma_f32_16x16x1f32 a[0:15], v0, v1, -2.099// GFX908: :[[@LINE-1]]:{{[0-9]+}}: error: inline constants are not allowed for this operand100// GFX900: :[[@LINE-2]]:{{[0-9]+}}: error: instruction not supported on this GPU101 102v_mfma_f32_16x16x1f32 a[0:15], v0, v1, -2.0 cbsz:3 abid:2 blgp:7103// GFX908: :[[@LINE-1]]:{{[0-9]+}}: error: inline constants are not allowed for this operand104// GFX900: :[[@LINE-2]]:{{[0-9]+}}: error: instruction not supported on this GPU105 106v_mfma_f32_16x16x1f32 a[0:15], v0, a1, -2.0107// GFX908: :[[@LINE-1]]:{{[0-9]+}}: error: inline constants are not allowed for this operand108// GFX900: :[[@LINE-2]]:{{[0-9]+}}: error: instruction not supported on this GPU109 110v_mfma_f32_16x16x1f32 a[0:15], v0, a1, -2.0 cbsz:3 abid:2 blgp:7111// GFX908: :[[@LINE-1]]:{{[0-9]+}}: error: inline constants are not allowed for this operand112// GFX900: :[[@LINE-2]]:{{[0-9]+}}: error: instruction not supported on this GPU113 114v_mfma_f32_16x16x1f32 a[0:15], a0, v1, -2.0115// GFX908: :[[@LINE-1]]:{{[0-9]+}}: error: inline constants are not allowed for this operand116// GFX900: :[[@LINE-2]]:{{[0-9]+}}: error: instruction not supported on this GPU117 118v_mfma_f32_16x16x1f32 a[0:15], a0, v1, -2.0 cbsz:3 abid:2 blgp:7119// GFX908: :[[@LINE-1]]:{{[0-9]+}}: error: inline constants are not allowed for this operand120// GFX900: :[[@LINE-2]]:{{[0-9]+}}: error: instruction not supported on this GPU121 122v_mfma_f32_16x16x1f32 a[0:15], a0, a1, -2.0123// GFX908: :[[@LINE-1]]:{{[0-9]+}}: error: inline constants are not allowed for this operand124// GFX900: :[[@LINE-2]]:{{[0-9]+}}: error: instruction not supported on this GPU125 126v_mfma_f32_16x16x1f32 a[0:15], a0, a1, -2.0 cbsz:3 abid:2 blgp:7127// GFX908: :[[@LINE-1]]:{{[0-9]+}}: error: inline constants are not allowed for this operand128// GFX900: :[[@LINE-2]]:{{[0-9]+}}: error: instruction not supported on this GPU129 130v_mfma_f32_4x4x1f32 a[0:3], v0, v1, -2.0131// GFX908: :[[@LINE-1]]:{{[0-9]+}}: error: inline constants are not allowed for this operand132// GFX900: :[[@LINE-2]]:{{[0-9]+}}: error: instruction not supported on this GPU133 134v_mfma_f32_4x4x1f32 a[0:3], v0, v1, -2.0 cbsz:3 abid:2 blgp:7135// GFX908: :[[@LINE-1]]:{{[0-9]+}}: error: inline constants are not allowed for this operand136// GFX900: :[[@LINE-2]]:{{[0-9]+}}: error: instruction not supported on this GPU137 138v_mfma_f32_4x4x1f32 a[0:3], v0, a1, -2.0139// GFX908: :[[@LINE-1]]:{{[0-9]+}}: error: inline constants are not allowed for this operand140// GFX900: :[[@LINE-2]]:{{[0-9]+}}: error: instruction not supported on this GPU141 142v_mfma_f32_4x4x1f32 a[0:3], v0, a1, -2.0 cbsz:3 abid:2 blgp:7143// GFX908: :[[@LINE-1]]:{{[0-9]+}}: error: inline constants are not allowed for this operand144// GFX900: :[[@LINE-2]]:{{[0-9]+}}: error: instruction not supported on this GPU145 146v_mfma_f32_4x4x1f32 a[0:3], a0, v1, -2.0147// GFX908: :[[@LINE-1]]:{{[0-9]+}}: error: inline constants are not allowed for this operand148// GFX900: :[[@LINE-2]]:{{[0-9]+}}: error: instruction not supported on this GPU149 150v_mfma_f32_4x4x1f32 a[0:3], a0, v1, -2.0 cbsz:3 abid:2 blgp:7151// GFX908: :[[@LINE-1]]:{{[0-9]+}}: error: inline constants are not allowed for this operand152// GFX900: :[[@LINE-2]]:{{[0-9]+}}: error: instruction not supported on this GPU153 154v_mfma_f32_4x4x1f32 a[0:3], a0, a1, -2.0155// GFX908: :[[@LINE-1]]:{{[0-9]+}}: error: inline constants are not allowed for this operand156// GFX900: :[[@LINE-2]]:{{[0-9]+}}: error: instruction not supported on this GPU157 158v_mfma_f32_4x4x1f32 a[0:3], a0, a1, -2.0 cbsz:3 abid:2 blgp:7159// GFX908: :[[@LINE-1]]:{{[0-9]+}}: error: inline constants are not allowed for this operand160// GFX900: :[[@LINE-2]]:{{[0-9]+}}: error: instruction not supported on this GPU161 162v_mfma_f32_32x32x2f32 a[0:15], v0, v1, -2.0163// GFX908: :[[@LINE-1]]:{{[0-9]+}}: error: inline constants are not allowed for this operand164// GFX900: :[[@LINE-2]]:{{[0-9]+}}: error: instruction not supported on this GPU165 166v_mfma_f32_32x32x2f32 a[0:15], v0, v1, -2.0 cbsz:3 abid:2 blgp:7167// GFX908: :[[@LINE-1]]:{{[0-9]+}}: error: inline constants are not allowed for this operand168// GFX900: :[[@LINE-2]]:{{[0-9]+}}: error: instruction not supported on this GPU169 170v_mfma_f32_32x32x2f32 a[0:15], v0, a1, -2.0171// GFX908: :[[@LINE-1]]:{{[0-9]+}}: error: inline constants are not allowed for this operand172// GFX900: :[[@LINE-2]]:{{[0-9]+}}: error: instruction not supported on this GPU173 174v_mfma_f32_32x32x2f32 a[0:15], v0, a1, -2.0 cbsz:3 abid:2 blgp:7175// GFX908: :[[@LINE-1]]:{{[0-9]+}}: error: inline constants are not allowed for this operand176// GFX900: :[[@LINE-2]]:{{[0-9]+}}: error: instruction not supported on this GPU177 178v_mfma_f32_32x32x2f32 a[0:15], a0, v1, -2.0179// GFX908: :[[@LINE-1]]:{{[0-9]+}}: error: inline constants are not allowed for this operand180// GFX900: :[[@LINE-2]]:{{[0-9]+}}: error: instruction not supported on this GPU181 182v_mfma_f32_32x32x2f32 a[0:15], a0, v1, -2.0 cbsz:3 abid:2 blgp:7183// GFX908: :[[@LINE-1]]:{{[0-9]+}}: error: inline constants are not allowed for this operand184// GFX900: :[[@LINE-2]]:{{[0-9]+}}: error: instruction not supported on this GPU185 186v_mfma_f32_32x32x2f32 a[0:15], a0, a1, -2.0187// GFX908: :[[@LINE-1]]:{{[0-9]+}}: error: inline constants are not allowed for this operand188// GFX900: :[[@LINE-2]]:{{[0-9]+}}: error: instruction not supported on this GPU189 190v_mfma_f32_32x32x2f32 a[0:15], a0, a1, -2.0 cbsz:3 abid:2 blgp:7191// GFX908: :[[@LINE-1]]:{{[0-9]+}}: error: inline constants are not allowed for this operand192// GFX900: :[[@LINE-2]]:{{[0-9]+}}: error: instruction not supported on this GPU193 194v_mfma_f32_16x16x4f32 a[0:3], v0, v1, -2.0195// GFX908: :[[@LINE-1]]:{{[0-9]+}}: error: inline constants are not allowed for this operand196// GFX900: :[[@LINE-2]]:{{[0-9]+}}: error: instruction not supported on this GPU197 198v_mfma_f32_16x16x4f32 a[0:3], v0, v1, -2.0 cbsz:3 abid:2 blgp:7199// GFX908: :[[@LINE-1]]:{{[0-9]+}}: error: inline constants are not allowed for this operand200// GFX900: :[[@LINE-2]]:{{[0-9]+}}: error: instruction not supported on this GPU201 202v_mfma_f32_16x16x4f32 a[0:3], v0, a1, -2.0203// GFX908: :[[@LINE-1]]:{{[0-9]+}}: error: inline constants are not allowed for this operand204// GFX900: :[[@LINE-2]]:{{[0-9]+}}: error: instruction not supported on this GPU205 206v_mfma_f32_16x16x4f32 a[0:3], v0, a1, -2.0 cbsz:3 abid:2 blgp:7207// GFX908: :[[@LINE-1]]:{{[0-9]+}}: error: inline constants are not allowed for this operand208// GFX900: :[[@LINE-2]]:{{[0-9]+}}: error: instruction not supported on this GPU209 210v_mfma_f32_16x16x4f32 a[0:3], a0, v1, -2.0211// GFX908: :[[@LINE-1]]:{{[0-9]+}}: error: inline constants are not allowed for this operand212// GFX900: :[[@LINE-2]]:{{[0-9]+}}: error: instruction not supported on this GPU213 214v_mfma_f32_16x16x4f32 a[0:3], a0, v1, -2.0 cbsz:3 abid:2 blgp:7215// GFX908: :[[@LINE-1]]:{{[0-9]+}}: error: inline constants are not allowed for this operand216// GFX900: :[[@LINE-2]]:{{[0-9]+}}: error: instruction not supported on this GPU217 218v_mfma_f32_16x16x4f32 a[0:3], a0, a1, -2.0219// GFX908: :[[@LINE-1]]:{{[0-9]+}}: error: inline constants are not allowed for this operand220// GFX900: :[[@LINE-2]]:{{[0-9]+}}: error: instruction not supported on this GPU221 222v_mfma_f32_16x16x4f32 a[0:3], a0, a1, -2.0 cbsz:3 abid:2 blgp:7223// GFX908: :[[@LINE-1]]:{{[0-9]+}}: error: inline constants are not allowed for this operand224// GFX900: :[[@LINE-2]]:{{[0-9]+}}: error: instruction not supported on this GPU225 226v_mfma_f32_32x32x4f16 a[0:31], v[0:1], v[1:2], -2.0227// GFX908: :[[@LINE-1]]:{{[0-9]+}}: error: inline constants are not allowed for this operand228// GFX900: :[[@LINE-2]]:{{[0-9]+}}: error: instruction not supported on this GPU229 230v_mfma_f32_32x32x4f16 a[0:31], v[0:1], v[1:2], -2.0 cbsz:3 abid:2 blgp:7231// GFX908: :[[@LINE-1]]:{{[0-9]+}}: error: inline constants are not allowed for this operand232// GFX900: :[[@LINE-2]]:{{[0-9]+}}: error: instruction not supported on this GPU233 234v_mfma_f32_32x32x4f16 a[0:31], v[0:1], a[1:2], -2.0235// GFX908: :[[@LINE-1]]:{{[0-9]+}}: error: inline constants are not allowed for this operand236// GFX900: :[[@LINE-2]]:{{[0-9]+}}: error: instruction not supported on this GPU237 238v_mfma_f32_32x32x4f16 a[0:31], v[0:1], a[1:2], -2.0 cbsz:3 abid:2 blgp:7239// GFX908: :[[@LINE-1]]:{{[0-9]+}}: error: inline constants are not allowed for this operand240// GFX900: :[[@LINE-2]]:{{[0-9]+}}: error: instruction not supported on this GPU241 242v_mfma_f32_32x32x4f16 a[0:31], a[0:1], v[1:2], -2.0243// GFX908: :[[@LINE-1]]:{{[0-9]+}}: error: inline constants are not allowed for this operand244// GFX900: :[[@LINE-2]]:{{[0-9]+}}: error: instruction not supported on this GPU245 246v_mfma_f32_32x32x4f16 a[0:31], a[0:1], v[1:2], -2.0 cbsz:3 abid:2 blgp:7247// GFX908: :[[@LINE-1]]:{{[0-9]+}}: error: inline constants are not allowed for this operand248// GFX900: :[[@LINE-2]]:{{[0-9]+}}: error: instruction not supported on this GPU249 250v_mfma_f32_32x32x4f16 a[0:31], a[0:1], a[1:2], -2.0251// GFX908: :[[@LINE-1]]:{{[0-9]+}}: error: inline constants are not allowed for this operand252// GFX900: :[[@LINE-2]]:{{[0-9]+}}: error: instruction not supported on this GPU253 254v_mfma_f32_32x32x4f16 a[0:31], a[0:1], a[1:2], -2.0 cbsz:3 abid:2 blgp:7255// GFX908: :[[@LINE-1]]:{{[0-9]+}}: error: inline constants are not allowed for this operand256// GFX900: :[[@LINE-2]]:{{[0-9]+}}: error: instruction not supported on this GPU257 258v_mfma_f32_16x16x4f16 a[0:15], v[0:1], v[1:2], -2.0259// GFX908: :[[@LINE-1]]:{{[0-9]+}}: error: inline constants are not allowed for this operand260// GFX900: :[[@LINE-2]]:{{[0-9]+}}: error: instruction not supported on this GPU261 262v_mfma_f32_16x16x4f16 a[0:15], v[0:1], v[1:2], -2.0 cbsz:3 abid:2 blgp:7263// GFX908: :[[@LINE-1]]:{{[0-9]+}}: error: inline constants are not allowed for this operand264// GFX900: :[[@LINE-2]]:{{[0-9]+}}: error: instruction not supported on this GPU265 266v_mfma_f32_16x16x4f16 a[0:15], v[0:1], a[1:2], -2.0267// GFX908: :[[@LINE-1]]:{{[0-9]+}}: error: inline constants are not allowed for this operand268// GFX900: :[[@LINE-2]]:{{[0-9]+}}: error: instruction not supported on this GPU269 270v_mfma_f32_16x16x4f16 a[0:15], v[0:1], a[1:2], -2.0 cbsz:3 abid:2 blgp:7271// GFX908: :[[@LINE-1]]:{{[0-9]+}}: error: inline constants are not allowed for this operand272// GFX900: :[[@LINE-2]]:{{[0-9]+}}: error: instruction not supported on this GPU273 274v_mfma_f32_16x16x4f16 a[0:15], a[0:1], v[1:2], -2.0275// GFX908: :[[@LINE-1]]:{{[0-9]+}}: error: inline constants are not allowed for this operand276// GFX900: :[[@LINE-2]]:{{[0-9]+}}: error: instruction not supported on this GPU277 278v_mfma_f32_16x16x4f16 a[0:15], a[0:1], v[1:2], -2.0 cbsz:3 abid:2 blgp:7279// GFX908: :[[@LINE-1]]:{{[0-9]+}}: error: inline constants are not allowed for this operand280// GFX900: :[[@LINE-2]]:{{[0-9]+}}: error: instruction not supported on this GPU281 282v_mfma_f32_16x16x4f16 a[0:15], a[0:1], a[1:2], -2.0283// GFX908: :[[@LINE-1]]:{{[0-9]+}}: error: inline constants are not allowed for this operand284// GFX900: :[[@LINE-2]]:{{[0-9]+}}: error: instruction not supported on this GPU285 286v_mfma_f32_16x16x4f16 a[0:15], a[0:1], a[1:2], -2.0 cbsz:3 abid:2 blgp:7287// GFX908: :[[@LINE-1]]:{{[0-9]+}}: error: inline constants are not allowed for this operand288// GFX900: :[[@LINE-2]]:{{[0-9]+}}: error: instruction not supported on this GPU289 290v_mfma_f32_4x4x4f16 a[0:3], v[0:1], v[1:2], -2.0291// GFX908: :[[@LINE-1]]:{{[0-9]+}}: error: inline constants are not allowed for this operand292// GFX900: :[[@LINE-2]]:{{[0-9]+}}: error: instruction not supported on this GPU293 294v_mfma_f32_4x4x4f16 a[0:3], v[0:1], v[1:2], -2.0 cbsz:3 abid:2 blgp:7295// GFX908: :[[@LINE-1]]:{{[0-9]+}}: error: inline constants are not allowed for this operand296// GFX900: :[[@LINE-2]]:{{[0-9]+}}: error: instruction not supported on this GPU297 298v_mfma_f32_4x4x4f16 a[0:3], v[0:1], a[1:2], -2.0299// GFX908: :[[@LINE-1]]:{{[0-9]+}}: error: inline constants are not allowed for this operand300// GFX900: :[[@LINE-2]]:{{[0-9]+}}: error: instruction not supported on this GPU301 302v_mfma_f32_4x4x4f16 a[0:3], v[0:1], a[1:2], -2.0 cbsz:3 abid:2 blgp:7303// GFX908: :[[@LINE-1]]:{{[0-9]+}}: error: inline constants are not allowed for this operand304// GFX900: :[[@LINE-2]]:{{[0-9]+}}: error: instruction not supported on this GPU305 306v_mfma_f32_4x4x4f16 a[0:3], a[0:1], v[1:2], -2.0307// GFX908: :[[@LINE-1]]:{{[0-9]+}}: error: inline constants are not allowed for this operand308// GFX900: :[[@LINE-2]]:{{[0-9]+}}: error: instruction not supported on this GPU309 310v_mfma_f32_4x4x4f16 a[0:3], a[0:1], v[1:2], -2.0 cbsz:3 abid:2 blgp:7311// GFX908: :[[@LINE-1]]:{{[0-9]+}}: error: inline constants are not allowed for this operand312// GFX900: :[[@LINE-2]]:{{[0-9]+}}: error: instruction not supported on this GPU313 314v_mfma_f32_4x4x4f16 a[0:3], a[0:1], a[1:2], -2.0315// GFX908: :[[@LINE-1]]:{{[0-9]+}}: error: inline constants are not allowed for this operand316// GFX900: :[[@LINE-2]]:{{[0-9]+}}: error: instruction not supported on this GPU317 318v_mfma_f32_4x4x4f16 a[0:3], a[0:1], a[1:2], -2.0 cbsz:3 abid:2 blgp:7319// GFX908: :[[@LINE-1]]:{{[0-9]+}}: error: inline constants are not allowed for this operand320// GFX900: :[[@LINE-2]]:{{[0-9]+}}: error: instruction not supported on this GPU321 322v_mfma_f32_32x32x8f16 a[0:15], v[0:1], v[1:2], -2.0323// GFX908: :[[@LINE-1]]:{{[0-9]+}}: error: inline constants are not allowed for this operand324// GFX900: :[[@LINE-2]]:{{[0-9]+}}: error: instruction not supported on this GPU325 326v_mfma_f32_32x32x8f16 a[0:15], v[0:1], v[1:2], -2.0 cbsz:3 abid:2 blgp:7327// GFX908: :[[@LINE-1]]:{{[0-9]+}}: error: inline constants are not allowed for this operand328// GFX900: :[[@LINE-2]]:{{[0-9]+}}: error: instruction not supported on this GPU329 330v_mfma_f32_32x32x8f16 a[0:15], v[0:1], a[1:2], -2.0331// GFX908: :[[@LINE-1]]:{{[0-9]+}}: error: inline constants are not allowed for this operand332// GFX900: :[[@LINE-2]]:{{[0-9]+}}: error: instruction not supported on this GPU333 334v_mfma_f32_32x32x8f16 a[0:15], v[0:1], a[1:2], -2.0 cbsz:3 abid:2 blgp:7335// GFX908: :[[@LINE-1]]:{{[0-9]+}}: error: inline constants are not allowed for this operand336// GFX900: :[[@LINE-2]]:{{[0-9]+}}: error: instruction not supported on this GPU337 338v_mfma_f32_32x32x8f16 a[0:15], a[0:1], v[1:2], -2.0339// GFX908: :[[@LINE-1]]:{{[0-9]+}}: error: inline constants are not allowed for this operand340// GFX900: :[[@LINE-2]]:{{[0-9]+}}: error: instruction not supported on this GPU341 342v_mfma_f32_32x32x8f16 a[0:15], a[0:1], v[1:2], -2.0 cbsz:3 abid:2 blgp:7343// GFX908: :[[@LINE-1]]:{{[0-9]+}}: error: inline constants are not allowed for this operand344// GFX900: :[[@LINE-2]]:{{[0-9]+}}: error: instruction not supported on this GPU345 346v_mfma_f32_32x32x8f16 a[0:15], a[0:1], a[1:2], -2.0347// GFX908: :[[@LINE-1]]:{{[0-9]+}}: error: inline constants are not allowed for this operand348// GFX900: :[[@LINE-2]]:{{[0-9]+}}: error: instruction not supported on this GPU349 350v_mfma_f32_32x32x8f16 a[0:15], a[0:1], a[1:2], -2.0 cbsz:3 abid:2 blgp:7351// GFX908: :[[@LINE-1]]:{{[0-9]+}}: error: inline constants are not allowed for this operand352// GFX900: :[[@LINE-2]]:{{[0-9]+}}: error: instruction not supported on this GPU353 354v_mfma_f32_16x16x16f16 a[0:3], v[0:1], v[1:2], -2.0355// GFX908: :[[@LINE-1]]:{{[0-9]+}}: error: inline constants are not allowed for this operand356// GFX900: :[[@LINE-2]]:{{[0-9]+}}: error: instruction not supported on this GPU357 358v_mfma_f32_16x16x16f16 a[0:3], v[0:1], v[1:2], -2.0 cbsz:3 abid:2 blgp:7359// GFX908: :[[@LINE-1]]:{{[0-9]+}}: error: inline constants are not allowed for this operand360// GFX900: :[[@LINE-2]]:{{[0-9]+}}: error: instruction not supported on this GPU361 362v_mfma_f32_16x16x16f16 a[0:3], v[0:1], a[1:2], -2.0363// GFX908: :[[@LINE-1]]:{{[0-9]+}}: error: inline constants are not allowed for this operand364// GFX900: :[[@LINE-2]]:{{[0-9]+}}: error: instruction not supported on this GPU365 366v_mfma_f32_16x16x16f16 a[0:3], v[0:1], a[1:2], -2.0 cbsz:3 abid:2 blgp:7367// GFX908: :[[@LINE-1]]:{{[0-9]+}}: error: inline constants are not allowed for this operand368// GFX900: :[[@LINE-2]]:{{[0-9]+}}: error: instruction not supported on this GPU369 370v_mfma_f32_16x16x16f16 a[0:3], a[0:1], v[1:2], -2.0371// GFX908: :[[@LINE-1]]:{{[0-9]+}}: error: inline constants are not allowed for this operand372// GFX900: :[[@LINE-2]]:{{[0-9]+}}: error: instruction not supported on this GPU373 374v_mfma_f32_16x16x16f16 a[0:3], a[0:1], v[1:2], -2.0 cbsz:3 abid:2 blgp:7375// GFX908: :[[@LINE-1]]:{{[0-9]+}}: error: inline constants are not allowed for this operand376// GFX900: :[[@LINE-2]]:{{[0-9]+}}: error: instruction not supported on this GPU377 378v_mfma_f32_16x16x16f16 a[0:3], a[0:1], a[1:2], -2.0379// GFX908: :[[@LINE-1]]:{{[0-9]+}}: error: inline constants are not allowed for this operand380// GFX900: :[[@LINE-2]]:{{[0-9]+}}: error: instruction not supported on this GPU381 382v_mfma_f32_16x16x16f16 a[0:3], a[0:1], a[1:2], -2.0 cbsz:3 abid:2 blgp:7383// GFX908: :[[@LINE-1]]:{{[0-9]+}}: error: inline constants are not allowed for this operand384// GFX900: :[[@LINE-2]]:{{[0-9]+}}: error: instruction not supported on this GPU385 386v_mfma_i32_32x32x4i8 a[0:31], v0, v1, 2387// GFX908: :[[@LINE-1]]:{{[0-9]+}}: error: inline constants are not allowed for this operand388// GFX900: :[[@LINE-2]]:{{[0-9]+}}: error: instruction not supported on this GPU389 390v_mfma_i32_32x32x4i8 a[0:31], v0, v1, 2 cbsz:3 abid:2 blgp:7391// GFX908: :[[@LINE-1]]:{{[0-9]+}}: error: inline constants are not allowed for this operand392// GFX900: :[[@LINE-2]]:{{[0-9]+}}: error: instruction not supported on this GPU393 394v_mfma_i32_32x32x4i8 a[0:31], v0, a1, 2395// GFX908: :[[@LINE-1]]:{{[0-9]+}}: error: inline constants are not allowed for this operand396// GFX900: :[[@LINE-2]]:{{[0-9]+}}: error: instruction not supported on this GPU397 398v_mfma_i32_32x32x4i8 a[0:31], v0, a1, 2 cbsz:3 abid:2 blgp:7399// GFX908: :[[@LINE-1]]:{{[0-9]+}}: error: inline constants are not allowed for this operand400// GFX900: :[[@LINE-2]]:{{[0-9]+}}: error: instruction not supported on this GPU401 402v_mfma_i32_32x32x4i8 a[0:31], a0, v1, 2403// GFX908: :[[@LINE-1]]:{{[0-9]+}}: error: inline constants are not allowed for this operand404// GFX900: :[[@LINE-2]]:{{[0-9]+}}: error: instruction not supported on this GPU405 406v_mfma_i32_32x32x4i8 a[0:31], a0, v1, 2 cbsz:3 abid:2 blgp:7407// GFX908: :[[@LINE-1]]:{{[0-9]+}}: error: inline constants are not allowed for this operand408// GFX900: :[[@LINE-2]]:{{[0-9]+}}: error: instruction not supported on this GPU409 410v_mfma_i32_32x32x4i8 a[0:31], a0, a1, 2411// GFX908: :[[@LINE-1]]:{{[0-9]+}}: error: inline constants are not allowed for this operand412// GFX900: :[[@LINE-2]]:{{[0-9]+}}: error: instruction not supported on this GPU413 414v_mfma_i32_32x32x4i8 a[0:31], a0, a1, 2 cbsz:3 abid:2 blgp:7415// GFX908: :[[@LINE-1]]:{{[0-9]+}}: error: inline constants are not allowed for this operand416// GFX900: :[[@LINE-2]]:{{[0-9]+}}: error: instruction not supported on this GPU417 418v_mfma_i32_16x16x4i8 a[0:15], v0, v1, 2419// GFX908: :[[@LINE-1]]:{{[0-9]+}}: error: inline constants are not allowed for this operand420// GFX900: :[[@LINE-2]]:{{[0-9]+}}: error: instruction not supported on this GPU421 422v_mfma_i32_16x16x4i8 a[0:15], v0, v1, 2 cbsz:3 abid:2 blgp:7423// GFX908: :[[@LINE-1]]:{{[0-9]+}}: error: inline constants are not allowed for this operand424// GFX900: :[[@LINE-2]]:{{[0-9]+}}: error: instruction not supported on this GPU425 426v_mfma_i32_16x16x4i8 a[0:15], v0, a1, 2427// GFX908: :[[@LINE-1]]:{{[0-9]+}}: error: inline constants are not allowed for this operand428// GFX900: :[[@LINE-2]]:{{[0-9]+}}: error: instruction not supported on this GPU429 430v_mfma_i32_16x16x4i8 a[0:15], v0, a1, 2 cbsz:3 abid:2 blgp:7431// GFX908: :[[@LINE-1]]:{{[0-9]+}}: error: inline constants are not allowed for this operand432// GFX900: :[[@LINE-2]]:{{[0-9]+}}: error: instruction not supported on this GPU433 434v_mfma_i32_16x16x4i8 a[0:15], a0, v1, 2435// GFX908: :[[@LINE-1]]:{{[0-9]+}}: error: inline constants are not allowed for this operand436// GFX900: :[[@LINE-2]]:{{[0-9]+}}: error: instruction not supported on this GPU437 438v_mfma_i32_16x16x4i8 a[0:15], a0, v1, 2 cbsz:3 abid:2 blgp:7439// GFX908: :[[@LINE-1]]:{{[0-9]+}}: error: inline constants are not allowed for this operand440// GFX900: :[[@LINE-2]]:{{[0-9]+}}: error: instruction not supported on this GPU441 442v_mfma_i32_16x16x4i8 a[0:15], a0, a1, 2443// GFX908: :[[@LINE-1]]:{{[0-9]+}}: error: inline constants are not allowed for this operand444// GFX900: :[[@LINE-2]]:{{[0-9]+}}: error: instruction not supported on this GPU445 446v_mfma_i32_16x16x4i8 a[0:15], a0, a1, 2 cbsz:3 abid:2 blgp:7447// GFX908: :[[@LINE-1]]:{{[0-9]+}}: error: inline constants are not allowed for this operand448// GFX900: :[[@LINE-2]]:{{[0-9]+}}: error: instruction not supported on this GPU449 450v_mfma_i32_4x4x4i8 a[0:3], v0, v1, 2451// GFX908: :[[@LINE-1]]:{{[0-9]+}}: error: inline constants are not allowed for this operand452// GFX900: :[[@LINE-2]]:{{[0-9]+}}: error: instruction not supported on this GPU453 454v_mfma_i32_4x4x4i8 a[0:3], v0, v1, 2 cbsz:3 abid:2 blgp:7455// GFX908: :[[@LINE-1]]:{{[0-9]+}}: error: inline constants are not allowed for this operand456// GFX900: :[[@LINE-2]]:{{[0-9]+}}: error: instruction not supported on this GPU457 458v_mfma_i32_4x4x4i8 a[0:3], v0, a1, 2459// GFX908: :[[@LINE-1]]:{{[0-9]+}}: error: inline constants are not allowed for this operand460// GFX900: :[[@LINE-2]]:{{[0-9]+}}: error: instruction not supported on this GPU461 462v_mfma_i32_4x4x4i8 a[0:3], v0, a1, 2 cbsz:3 abid:2 blgp:7463// GFX908: :[[@LINE-1]]:{{[0-9]+}}: error: inline constants are not allowed for this operand464// GFX900: :[[@LINE-2]]:{{[0-9]+}}: error: instruction not supported on this GPU465 466v_mfma_i32_4x4x4i8 a[0:3], a0, v1, 2467// GFX908: :[[@LINE-1]]:{{[0-9]+}}: error: inline constants are not allowed for this operand468// GFX900: :[[@LINE-2]]:{{[0-9]+}}: error: instruction not supported on this GPU469 470v_mfma_i32_4x4x4i8 a[0:3], a0, v1, 2 cbsz:3 abid:2 blgp:7471// GFX908: :[[@LINE-1]]:{{[0-9]+}}: error: inline constants are not allowed for this operand472// GFX900: :[[@LINE-2]]:{{[0-9]+}}: error: instruction not supported on this GPU473 474v_mfma_i32_4x4x4i8 a[0:3], a0, a1, 2475// GFX908: :[[@LINE-1]]:{{[0-9]+}}: error: inline constants are not allowed for this operand476// GFX900: :[[@LINE-2]]:{{[0-9]+}}: error: instruction not supported on this GPU477 478v_mfma_i32_4x4x4i8 a[0:3], a0, a1, 2 cbsz:3 abid:2 blgp:7479// GFX908: :[[@LINE-1]]:{{[0-9]+}}: error: inline constants are not allowed for this operand480// GFX900: :[[@LINE-2]]:{{[0-9]+}}: error: instruction not supported on this GPU481 482v_mfma_i32_32x32x8i8 a[0:15], v0, v1, 2483// GFX908: :[[@LINE-1]]:{{[0-9]+}}: error: inline constants are not allowed for this operand484// GFX900: :[[@LINE-2]]:{{[0-9]+}}: error: instruction not supported on this GPU485 486v_mfma_i32_32x32x8i8 a[0:15], v0, v1, 2 cbsz:3 abid:2 blgp:7487// GFX908: :[[@LINE-1]]:{{[0-9]+}}: error: inline constants are not allowed for this operand488// GFX900: :[[@LINE-2]]:{{[0-9]+}}: error: instruction not supported on this GPU489 490v_mfma_i32_32x32x8i8 a[0:15], v0, a1, 2491// GFX908: :[[@LINE-1]]:{{[0-9]+}}: error: inline constants are not allowed for this operand492// GFX900: :[[@LINE-2]]:{{[0-9]+}}: error: instruction not supported on this GPU493 494v_mfma_i32_32x32x8i8 a[0:15], v0, a1, 2 cbsz:3 abid:2 blgp:7495// GFX908: :[[@LINE-1]]:{{[0-9]+}}: error: inline constants are not allowed for this operand496// GFX900: :[[@LINE-2]]:{{[0-9]+}}: error: instruction not supported on this GPU497 498v_mfma_i32_32x32x8i8 a[0:15], a0, v1, 2499// GFX908: :[[@LINE-1]]:{{[0-9]+}}: error: inline constants are not allowed for this operand500// GFX900: :[[@LINE-2]]:{{[0-9]+}}: error: instruction not supported on this GPU501 502v_mfma_i32_32x32x8i8 a[0:15], a0, v1, 2 cbsz:3 abid:2 blgp:7503// GFX908: :[[@LINE-1]]:{{[0-9]+}}: error: inline constants are not allowed for this operand504// GFX900: :[[@LINE-2]]:{{[0-9]+}}: error: instruction not supported on this GPU505 506v_mfma_i32_32x32x8i8 a[0:15], a0, a1, 2507// GFX908: :[[@LINE-1]]:{{[0-9]+}}: error: inline constants are not allowed for this operand508// GFX900: :[[@LINE-2]]:{{[0-9]+}}: error: instruction not supported on this GPU509 510v_mfma_i32_32x32x8i8 a[0:15], a0, a1, 2 cbsz:3 abid:2 blgp:7511// GFX908: :[[@LINE-1]]:{{[0-9]+}}: error: inline constants are not allowed for this operand512// GFX900: :[[@LINE-2]]:{{[0-9]+}}: error: instruction not supported on this GPU513 514v_mfma_i32_16x16x16i8 a[0:3], v0, v1, 2515// GFX908: :[[@LINE-1]]:{{[0-9]+}}: error: inline constants are not allowed for this operand516// GFX900: :[[@LINE-2]]:{{[0-9]+}}: error: instruction not supported on this GPU517 518v_mfma_i32_16x16x16i8 a[0:3], v0, v1, 2 cbsz:3 abid:2 blgp:7519// GFX908: :[[@LINE-1]]:{{[0-9]+}}: error: inline constants are not allowed for this operand520// GFX900: :[[@LINE-2]]:{{[0-9]+}}: error: instruction not supported on this GPU521 522v_mfma_i32_16x16x16i8 a[0:3], v0, a1, 2523// GFX908: :[[@LINE-1]]:{{[0-9]+}}: error: inline constants are not allowed for this operand524// GFX900: :[[@LINE-2]]:{{[0-9]+}}: error: instruction not supported on this GPU525 526v_mfma_i32_16x16x16i8 a[0:3], v0, a1, 2 cbsz:3 abid:2 blgp:7527// GFX908: :[[@LINE-1]]:{{[0-9]+}}: error: inline constants are not allowed for this operand528// GFX900: :[[@LINE-2]]:{{[0-9]+}}: error: instruction not supported on this GPU529 530v_mfma_i32_16x16x16i8 a[0:3], a0, v1, 2531// GFX908: :[[@LINE-1]]:{{[0-9]+}}: error: inline constants are not allowed for this operand532// GFX900: :[[@LINE-2]]:{{[0-9]+}}: error: instruction not supported on this GPU533 534v_mfma_i32_16x16x16i8 a[0:3], a0, v1, 2 cbsz:3 abid:2 blgp:7535// GFX908: :[[@LINE-1]]:{{[0-9]+}}: error: inline constants are not allowed for this operand536// GFX900: :[[@LINE-2]]:{{[0-9]+}}: error: instruction not supported on this GPU537 538v_mfma_i32_16x16x16i8 a[0:3], a0, a1, 2539// GFX908: :[[@LINE-1]]:{{[0-9]+}}: error: inline constants are not allowed for this operand540// GFX900: :[[@LINE-2]]:{{[0-9]+}}: error: instruction not supported on this GPU541 542v_mfma_f32_32x32x2bf16 a[0:31], v0, v1, -2.0543// GFX908: :[[@LINE-1]]:{{[0-9]+}}: error: inline constants are not allowed for this operand544// GFX900: :[[@LINE-2]]:{{[0-9]+}}: error: instruction not supported on this GPU545 546v_mfma_f32_32x32x2bf16 a[0:31], v0, v1, -2.0 cbsz:3 abid:2 blgp:7547// GFX908: :[[@LINE-1]]:{{[0-9]+}}: error: inline constants are not allowed for this operand548// GFX900: :[[@LINE-2]]:{{[0-9]+}}: error: instruction not supported on this GPU549 550v_mfma_f32_32x32x2bf16 a[0:31], v0, a1, -2.0551// GFX908: :[[@LINE-1]]:{{[0-9]+}}: error: inline constants are not allowed for this operand552// GFX900: :[[@LINE-2]]:{{[0-9]+}}: error: instruction not supported on this GPU553 554v_mfma_f32_32x32x2bf16 a[0:31], v0, a1, -2.0 cbsz:3 abid:2 blgp:7555// GFX908: :[[@LINE-1]]:{{[0-9]+}}: error: inline constants are not allowed for this operand556// GFX900: :[[@LINE-2]]:{{[0-9]+}}: error: instruction not supported on this GPU557 558v_mfma_f32_32x32x2bf16 a[0:31], a0, v1, -2.0559// GFX908: :[[@LINE-1]]:{{[0-9]+}}: error: inline constants are not allowed for this operand560// GFX900: :[[@LINE-2]]:{{[0-9]+}}: error: instruction not supported on this GPU561 562v_mfma_f32_32x32x2bf16 a[0:31], a0, v1, -2.0 cbsz:3 abid:2 blgp:7563// GFX908: :[[@LINE-1]]:{{[0-9]+}}: error: inline constants are not allowed for this operand564// GFX900: :[[@LINE-2]]:{{[0-9]+}}: error: instruction not supported on this GPU565 566v_mfma_f32_32x32x2bf16 a[0:31], a0, a1, -2.0567// GFX908: :[[@LINE-1]]:{{[0-9]+}}: error: inline constants are not allowed for this operand568// GFX900: :[[@LINE-2]]:{{[0-9]+}}: error: instruction not supported on this GPU569 570v_mfma_f32_32x32x2bf16 a[0:31], a0, a1, -2.0 cbsz:3 abid:2 blgp:7571// GFX908: :[[@LINE-1]]:{{[0-9]+}}: error: inline constants are not allowed for this operand572// GFX900: :[[@LINE-2]]:{{[0-9]+}}: error: instruction not supported on this GPU573 574v_mfma_f32_16x16x2bf16 a[0:15], v0, v1, -2.0575// GFX908: :[[@LINE-1]]:{{[0-9]+}}: error: inline constants are not allowed for this operand576// GFX900: :[[@LINE-2]]:{{[0-9]+}}: error: instruction not supported on this GPU577 578v_mfma_f32_16x16x2bf16 a[0:15], v0, v1, -2.0 cbsz:3 abid:2 blgp:7579// GFX908: :[[@LINE-1]]:{{[0-9]+}}: error: inline constants are not allowed for this operand580// GFX900: :[[@LINE-2]]:{{[0-9]+}}: error: instruction not supported on this GPU581 582v_mfma_f32_16x16x2bf16 a[0:15], v0, a1, -2.0583// GFX908: :[[@LINE-1]]:{{[0-9]+}}: error: inline constants are not allowed for this operand584// GFX900: :[[@LINE-2]]:{{[0-9]+}}: error: instruction not supported on this GPU585 586v_mfma_f32_16x16x2bf16 a[0:15], v0, a1, -2.0 cbsz:3 abid:2 blgp:7587// GFX908: :[[@LINE-1]]:{{[0-9]+}}: error: inline constants are not allowed for this operand588// GFX900: :[[@LINE-2]]:{{[0-9]+}}: error: instruction not supported on this GPU589 590v_mfma_f32_16x16x2bf16 a[0:15], a0, v1, -2.0591// GFX908: :[[@LINE-1]]:{{[0-9]+}}: error: inline constants are not allowed for this operand592// GFX900: :[[@LINE-2]]:{{[0-9]+}}: error: instruction not supported on this GPU593 594v_mfma_f32_16x16x2bf16 a[0:15], a0, v1, -2.0 cbsz:3 abid:2 blgp:7595// GFX908: :[[@LINE-1]]:{{[0-9]+}}: error: inline constants are not allowed for this operand596// GFX900: :[[@LINE-2]]:{{[0-9]+}}: error: instruction not supported on this GPU597 598v_mfma_f32_16x16x2bf16 a[0:15], a0, a1, -2.0599// GFX908: :[[@LINE-1]]:{{[0-9]+}}: error: inline constants are not allowed for this operand600// GFX900: :[[@LINE-2]]:{{[0-9]+}}: error: instruction not supported on this GPU601 602v_mfma_f32_16x16x2bf16 a[0:15], a0, a1, -2.0 cbsz:3 abid:2 blgp:7603// GFX908: :[[@LINE-1]]:{{[0-9]+}}: error: inline constants are not allowed for this operand604// GFX900: :[[@LINE-2]]:{{[0-9]+}}: error: instruction not supported on this GPU605 606v_mfma_f32_4x4x2bf16 a[0:3], v0, v1, -2.0607// GFX908: :[[@LINE-1]]:{{[0-9]+}}: error: inline constants are not allowed for this operand608// GFX900: :[[@LINE-2]]:{{[0-9]+}}: error: instruction not supported on this GPU609 610v_mfma_f32_4x4x2bf16 a[0:3], v0, v1, -2.0 cbsz:3 abid:2 blgp:7611// GFX908: :[[@LINE-1]]:{{[0-9]+}}: error: inline constants are not allowed for this operand612// GFX900: :[[@LINE-2]]:{{[0-9]+}}: error: instruction not supported on this GPU613 614v_mfma_f32_4x4x2bf16 a[0:3], v0, a1, -2.0615// GFX908: :[[@LINE-1]]:{{[0-9]+}}: error: inline constants are not allowed for this operand616// GFX900: :[[@LINE-2]]:{{[0-9]+}}: error: instruction not supported on this GPU617 618v_mfma_f32_4x4x2bf16 a[0:3], v0, a1, -2.0 cbsz:3 abid:2 blgp:7619// GFX908: :[[@LINE-1]]:{{[0-9]+}}: error: inline constants are not allowed for this operand620// GFX900: :[[@LINE-2]]:{{[0-9]+}}: error: instruction not supported on this GPU621 622v_mfma_f32_4x4x2bf16 a[0:3], a0, v1, -2.0623// GFX908: :[[@LINE-1]]:{{[0-9]+}}: error: inline constants are not allowed for this operand624// GFX900: :[[@LINE-2]]:{{[0-9]+}}: error: instruction not supported on this GPU625 626v_mfma_f32_4x4x2bf16 a[0:3], a0, v1, -2.0 cbsz:3 abid:2 blgp:7627// GFX908: :[[@LINE-1]]:{{[0-9]+}}: error: inline constants are not allowed for this operand628// GFX900: :[[@LINE-2]]:{{[0-9]+}}: error: instruction not supported on this GPU629 630v_mfma_f32_4x4x2bf16 a[0:3], a0, a1, -2.0631// GFX908: :[[@LINE-1]]:{{[0-9]+}}: error: inline constants are not allowed for this operand632// GFX900: :[[@LINE-2]]:{{[0-9]+}}: error: instruction not supported on this GPU633 634v_mfma_f32_4x4x2bf16 a[0:3], a0, a1, -2.0 cbsz:3 abid:2 blgp:7635// GFX908: :[[@LINE-1]]:{{[0-9]+}}: error: inline constants are not allowed for this operand636// GFX900: :[[@LINE-2]]:{{[0-9]+}}: error: instruction not supported on this GPU637 638v_mfma_f32_32x32x4bf16 a[0:15], v0, v1, -2.0639// GFX908: :[[@LINE-1]]:{{[0-9]+}}: error: inline constants are not allowed for this operand640// GFX900: :[[@LINE-2]]:{{[0-9]+}}: error: instruction not supported on this GPU641 642v_mfma_f32_32x32x4bf16 a[0:15], v0, v1, -2.0 cbsz:3 abid:2 blgp:7643// GFX908: :[[@LINE-1]]:{{[0-9]+}}: error: inline constants are not allowed for this operand644// GFX900: :[[@LINE-2]]:{{[0-9]+}}: error: instruction not supported on this GPU645 646v_mfma_f32_32x32x4bf16 a[0:15], v0, a1, -2.0647// GFX908: :[[@LINE-1]]:{{[0-9]+}}: error: inline constants are not allowed for this operand648// GFX900: :[[@LINE-2]]:{{[0-9]+}}: error: instruction not supported on this GPU649 650v_mfma_f32_32x32x4bf16 a[0:15], v0, a1, -2.0 cbsz:3 abid:2 blgp:7651// GFX908: :[[@LINE-1]]:{{[0-9]+}}: error: inline constants are not allowed for this operand652// GFX900: :[[@LINE-2]]:{{[0-9]+}}: error: instruction not supported on this GPU653 654v_mfma_f32_32x32x4bf16 a[0:15], a0, v1, -2.0655// GFX908: :[[@LINE-1]]:{{[0-9]+}}: error: inline constants are not allowed for this operand656// GFX900: :[[@LINE-2]]:{{[0-9]+}}: error: instruction not supported on this GPU657 658v_mfma_f32_32x32x4bf16 a[0:15], a0, v1, -2.0 cbsz:3 abid:2 blgp:7659// GFX908: :[[@LINE-1]]:{{[0-9]+}}: error: inline constants are not allowed for this operand660// GFX900: :[[@LINE-2]]:{{[0-9]+}}: error: instruction not supported on this GPU661 662v_mfma_f32_32x32x4bf16 a[0:15], a0, a1, -2.0663// GFX908: :[[@LINE-1]]:{{[0-9]+}}: error: inline constants are not allowed for this operand664// GFX900: :[[@LINE-2]]:{{[0-9]+}}: error: instruction not supported on this GPU665 666v_mfma_f32_32x32x4bf16 a[0:15], a0, a1, -2.0 cbsz:3 abid:2 blgp:7667// GFX908: :[[@LINE-1]]:{{[0-9]+}}: error: inline constants are not allowed for this operand668// GFX900: :[[@LINE-2]]:{{[0-9]+}}: error: instruction not supported on this GPU669 670v_mfma_f32_16x16x8bf16 a[0:3], v0, v1, -2.0671// GFX908: :[[@LINE-1]]:{{[0-9]+}}: error: inline constants are not allowed for this operand672// GFX900: :[[@LINE-2]]:{{[0-9]+}}: error: instruction not supported on this GPU673 674v_mfma_f32_16x16x8bf16 a[0:3], v0, v1, -2.0 cbsz:3 abid:2 blgp:7675// GFX908: :[[@LINE-1]]:{{[0-9]+}}: error: inline constants are not allowed for this operand676// GFX900: :[[@LINE-2]]:{{[0-9]+}}: error: instruction not supported on this GPU677 678v_mfma_f32_16x16x8bf16 a[0:3], v0, a1, -2.0679// GFX908: :[[@LINE-1]]:{{[0-9]+}}: error: inline constants are not allowed for this operand680// GFX900: :[[@LINE-2]]:{{[0-9]+}}: error: instruction not supported on this GPU681 682v_mfma_f32_16x16x8bf16 a[0:3], v0, a1, -2.0 cbsz:3 abid:2 blgp:7683// GFX908: :[[@LINE-1]]:{{[0-9]+}}: error: inline constants are not allowed for this operand684// GFX900: :[[@LINE-2]]:{{[0-9]+}}: error: instruction not supported on this GPU685 686v_mfma_f32_16x16x8bf16 a[0:3], a0, v1, -2.0687// GFX908: :[[@LINE-1]]:{{[0-9]+}}: error: inline constants are not allowed for this operand688// GFX900: :[[@LINE-2]]:{{[0-9]+}}: error: instruction not supported on this GPU689 690v_mfma_f32_16x16x8bf16 a[0:3], a0, v1, -2.0 cbsz:3 abid:2 blgp:7691// GFX908: :[[@LINE-1]]:{{[0-9]+}}: error: inline constants are not allowed for this operand692// GFX900: :[[@LINE-2]]:{{[0-9]+}}: error: instruction not supported on this GPU693 694v_mfma_f32_16x16x8bf16 a[0:3], a0, a1, -2.0695// GFX908: :[[@LINE-1]]:{{[0-9]+}}: error: inline constants are not allowed for this operand696// GFX900: :[[@LINE-2]]:{{[0-9]+}}: error: instruction not supported on this GPU697 698v_mfma_f32_16x16x8bf16 a[0:3], a0, a1, -2.0 cbsz:3 abid:2 blgp:7699// GFX908: :[[@LINE-1]]:{{[0-9]+}}: error: inline constants are not allowed for this operand700// GFX900: :[[@LINE-2]]:{{[0-9]+}}: error: instruction not supported on this GPU701 702v_mfma_f32_32x32x1f32 a[0:31], v0, v1, a[2:33]703// GFX908: :[[@LINE-1]]:{{[0-9]+}}: error: source 2 operand must not partially overlap with dst704// GFX900: :[[@LINE-2]]:{{[0-9]+}}: error: instruction not supported on this GPU705 706v_mfma_f32_16x16x1f32 a[0:15], v0, v1, a[2:17]707// GFX908: :[[@LINE-1]]:{{[0-9]+}}: error: source 2 operand must not partially overlap with dst708// GFX900: :[[@LINE-2]]:{{[0-9]+}}: error: instruction not supported on this GPU709