1// RUN: not llvm-mc -arch=amdgcn -mcpu=gfx1010 %s 2>&1 | FileCheck --check-prefixes=NOGFX10 --implicit-check-not=error: %s 2 3// TODO: more helpful error message for missing dim operand 4image_load v[0:3], v0, s[0:7] dmask:0xf unorm 5// NOGFX10: :[[@LINE-1]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode 6 7image_load v[0:3], v0, s[0:7] dmask:0xf dim:SQ_RSRC_IMG_1D da 8// NOGFX10: :[[@LINE-1]]:{{[0-9]+}}: error: invalid operand for instruction 9 10image_load_pck v[0:3], v0, s[0:7] dmask:0xf dim:SQ_RSRC_IMG_1D d16 11// NOGFX10: :[[@LINE-1]]:{{[0-9]+}}: error: invalid operand for instruction 12 13image_load v[0:1], v0, s[0:7] dmask:0xf dim:SQ_RSRC_IMG_1D 14// NOGFX10: :[[@LINE-1]]:{{[0-9]+}}: error: image data size does not match dmask and tfe 15 16image_load v[0:3], v[0:1], s[0:7] dmask:0xf dim:SQ_RSRC_IMG_1D 17// NOGFX10: :[[@LINE-1]]:{{[0-9]+}}: error: image address size does not match dim and a16 18 19image_load_mip v[0:3], v[0:2], s[0:7] dmask:0xf dim:SQ_RSRC_IMG_CUBE 20// NOGFX10: :[[@LINE-1]]:{{[0-9]+}}: error: image address size does not match dim and a16 21 22image_sample_d v[0:3], [v0, v1, v2, v3, v4], s[0:7], s[8:11] dmask:0xf dim:SQ_RSRC_IMG_1D_ARRAY 23// NOGFX10: :[[@LINE-1]]:{{[0-9]+}}: error: image address size does not match dim and a16 24 25image_sample_b_cl v[0:3], v[0:3], s[0:7], s[8:11] dmask:0xf dim:SQ_RSRC_IMG_CUBE 26// NOGFX10: :[[@LINE-1]]:{{[0-9]+}}: error: image address size does not match dim and a16 27 28image_sample_c_d v[0:3], [v0, v1, v2, v3, v4, v5, v6], s[0:7], s[8:11] dmask:0xf dim:SQ_RSRC_IMG_2D_ARRAY 29// NOGFX10: :[[@LINE-1]]:{{[0-9]+}}: error: image address size does not match dim and a16 30 31image_sample_c_d_cl v[0:3], [v0, v1, v2, v3, v4, v5, v6, v7], s[0:7], s[8:11] dmask:0xf dim:SQ_RSRC_IMG_2D_ARRAY 32// NOGFX10: :[[@LINE-1]]:{{[0-9]+}}: error: image address size does not match dim and a16 33 34image_sample_c_d_cl_o v[0:3], v[0:7], s[0:7], s[8:11] dmask:0xf dim:SQ_RSRC_IMG_2D 35// NOGFX10: :[[@LINE-1]]:{{[0-9]+}}: error: image address size does not match dim and a16 36 37image_load v[0:1], v0, s[0:7] dmask:0x9 dim:1 D 38// NOGFX10: :[[@LINE-1]]:{{[0-9]+}}: error: failed parsing operand 39