brintos

brintos / llvm-project-archived public Read only

0
0
Text · 1.7 KiB · 4d0c0a4 Raw
37 lines · plain
1// RUN: not llvm-mc -triple=amdgcn -mcpu=gfx1010 -mattr=+wavefrontsize32 %s 2>&1 | FileCheck --implicit-check-not=error: %s2// RUN: not llvm-mc -triple=amdgcn -mcpu=gfx1010 -mattr=+wavefrontsize64 %s 2>&1 | FileCheck --implicit-check-not=error: %s3// RUN: not llvm-mc -triple=amdgcn -mcpu=gfx1013 -mattr=+wavefrontsize32 %s 2>&1 | FileCheck --implicit-check-not=error: %s4 5v_add_co_u32_e32 v2, vcc, s0, v26// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: e32 variant of this instruction is not supported7 8v_ashrrev_i16_e32 v1, v2, v39// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: e32 variant of this instruction is not supported10 11v_lshlrev_b16_e32 v1, v2, v312// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: e32 variant of this instruction is not supported13 14v_lshrrev_b16_e32 v1, v2, v315// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: e32 variant of this instruction is not supported16 17v_max_i16_e32 v1, v2, v318// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: e32 variant of this instruction is not supported19 20v_max_u16_e32 v1, v2, v321// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: e32 variant of this instruction is not supported22 23v_min_i16_e32 v1, v2, v324// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: e32 variant of this instruction is not supported25 26v_min_u16_e32 v1, v2, v327// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: e32 variant of this instruction is not supported28 29v_mul_lo_u16_e32 v1, v2, v330// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: e32 variant of this instruction is not supported31 32v_sub_co_u32_e32 v2, vcc, s0, v233// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: e32 variant of this instruction is not supported34 35v_subrev_co_u32_e32 v2, vcc, s0, v236// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: e32 variant of this instruction is not supported37