14 lines · plain
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 %s2 3v_fmaak_f32_e64_dpp v4, v2, v6, 3 row_share:14// GFX1250-ERR: :[[@LINE-1]]:{{[0-9]+}}: error: e64_dpp variant of this instruction is not supported5 6v_fmamk_f32_e64_dpp v4, v2, 3, v6 row_share:17// GFX1250-ERR: :[[@LINE-1]]:{{[0-9]+}}: error: e64_dpp variant of this instruction is not supported8 9v_fmaak_f16_e64_dpp v4, v2, v6, 3 row_share:110// GFX1250-ERR: :[[@LINE-1]]:{{[0-9]+}}: error: e64_dpp variant of this instruction is not supported11 12v_fmamk_f16_e64_dpp v4, v2, 3, v6 row_share:113// GFX1250-ERR: :[[@LINE-1]]:{{[0-9]+}}: error: e64_dpp variant of this instruction is not supported14