|
1 | 1 | ; RUN: not llvm-mc -triple=amdgcn -mcpu=gfx1250 -show-encoding %s 2>&1 | FileCheck --check-prefix=GFX1250-ERR --implicit-check-not=error: --strict-whitespace %s
|
2 | 2 |
|
| 3 | +;; LDS-direct and parameter-load, VINTERP |
| 4 | + |
| 5 | +ds_direct_load v1 wait_va_vdst:15 |
| 6 | +// GFX1250-ERR: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU |
| 7 | + |
| 8 | +ds_param_load v1, attr0.x wait_va_vdst:15 |
| 9 | +// GFX1250-ERR: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU |
| 10 | + |
| 11 | +ds_direct_load v1 wait_va_vdst:15 wait_vm_vsrc:1 |
| 12 | +// GFX1250-ERR: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU |
| 13 | + |
| 14 | +ds_param_load v1, attr0.x wait_va_vdst:15 wait_vm_vsrc:1 |
| 15 | +// GFX1250-ERR: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU |
| 16 | + |
| 17 | +v_interp_p10_f32 v0, v1, v2, v3 |
| 18 | +// GFX1250-ERR: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU |
| 19 | + |
| 20 | +v_interp_p2_f32 v0, v1, v2, v3 |
| 21 | +// GFX1250-ERR: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU |
| 22 | + |
| 23 | +v_interp_p10_f16_f32 v0, v1, v2, v3 |
| 24 | +// GFX1250-ERR: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU |
| 25 | + |
| 26 | +v_interp_p2_f16_f32 v0, v1, v2, v3 |
| 27 | +// GFX1250-ERR: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU |
| 28 | + |
| 29 | +v_interp_p10_rtz_f16_f32 v0, v1, v2, v3 |
| 30 | +// GFX1250-ERR: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU |
| 31 | + |
| 32 | +v_interp_p2_rtz_f16_f32 v0, v1, v2, v3 |
| 33 | +// GFX1250-ERR: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU |
| 34 | + |
3 | 35 | ;; Export, S_WAIT_EXPCNT and S_WAIT_EVENT
|
4 | 36 |
|
5 | 37 | export mrt0 off, off, off, off
|
|
0 commit comments