|
19 | 19 | # W64: [[@LINE+1]]:1: warning: invalid instruction encoding |
20 | 20 | 0xff,0x04,0x02,0xc9,0x03,0x03,0x06,0x05,0x56,0x34,0x12,0xaf |
21 | 21 |
|
| 22 | +# GFX11: v_swap_b16 v5.h, s1/*Invalid register, operand has 'VGPR_16_Lo128' register class*/ ; encoding: [0x01,0xcc,0x0a,0x7f] |
| 23 | +# GFX12: v_swap_b16 v5.h, s1/*Invalid register, operand has 'VGPR_16_Lo128' register class*/ ; encoding: [0x01,0xcc,0x0a,0x7f] |
| 24 | +0x01,0xcc,0x0a,0x7f |
| 25 | + |
| 26 | +# GFX11: v_swap_b16 v5.h, 0x3c00/*Invalid immediate*/ ; encoding: [0x00,0xcc,0x0a,0x7f] |
| 27 | +# GFX12: v_swap_b16 v5.h, 0x3c00/*Invalid immediate*/ ; encoding: [0x00,0xcc,0x0a,0x7f] |
| 28 | +0xf2,0xcc,0x0a,0x7f |
| 29 | + |
| 30 | +# GFX11: v_swap_b16 v5.h, 0x78563412/*Invalid immediate*/ ; encoding: [0x12,0xcc,0x0a,0x7f] |
| 31 | +# GFX12: v_swap_b16 v5.h, 0x78563412/*Invalid immediate*/ ; encoding: [0x12,0xcc,0x0a,0x7f] |
| 32 | +0xff,0xcc,0x0a,0x7f,0x12,0x34,0x56,0x78 |
| 33 | + |
22 | 34 | # W32: v_wmma_f32_16x16x16_f16 v[16:23], v[0:7], v[8:15], v[16:23] ; encoding: [0x10,0x40,0x40,0xcc,0x00,0x11,0x42,0x1c] |
23 | 35 | # W64: v_wmma_f32_16x16x16_f16 v[16:19], v[0:7], v[8:15], v[16:19] ; encoding: [0x10,0x40,0x40,0xcc,0x00,0x11,0x42,0x1c] |
24 | 36 | 0x10,0x40,0x40,0xcc,0x00,0x11,0x42,0x1c |
|
0 commit comments