xref: /llvm-project/llvm/test/MC/AMDGPU/gfx11_asm_ldsdir_err.s (revision 252c42354eca54274ed7b10c32c73c6937478e8b)
1*252c4235SFangrui Song// RUN: not llvm-mc -triple=amdgcn -mcpu=gfx1100 -show-encoding %s 2>&1 | FileCheck -check-prefix=GFX11 %s
2bcbd9b02SDiana Picus
3bcbd9b02SDiana Picuslds_param_load v17, attr33.x
4bcbd9b02SDiana Picus// GFX11: :[[@LINE-1]]:{{[0-9]+}}: error: out of bounds interpolation attribute number
5bcbd9b02SDiana Picus
6bcbd9b02SDiana Picuslds_param_load v17, attr33.y
7bcbd9b02SDiana Picus// GFX11: :[[@LINE-1]]:{{[0-9]+}}: error: out of bounds interpolation attribute number
8bcbd9b02SDiana Picus
9bcbd9b02SDiana Picuslds_param_load v17, attr33.z
10bcbd9b02SDiana Picus// GFX11: :[[@LINE-1]]:{{[0-9]+}}: error: out of bounds interpolation attribute number
11bcbd9b02SDiana Picus
12bcbd9b02SDiana Picuslds_param_load v17, attr33.w
13bcbd9b02SDiana Picus// GFX11: :[[@LINE-1]]:{{[0-9]+}}: error: out of bounds interpolation attribute number
14bcbd9b02SDiana Picus
15bcbd9b02SDiana Picuslds_param_load v12, attr33.z wait_va_vdst:4
16bcbd9b02SDiana Picus// GFX11: :[[@LINE-1]]:{{[0-9]+}}: error: out of bounds interpolation attribute number
17bcbd9b02SDiana Picus
18bcbd9b02SDiana Picuslds_param_load v12, attr33.w wait_va_vdst:2 wait_vm_vsrc:1
19bcbd9b02SDiana Picus// GFX11: :[[@LINE-1]]:{{[0-9]+}}: error: out of bounds interpolation attribute number
20bcbd9b02SDiana Picus
21