Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 12 additions & 12 deletions llvm/lib/Target/AMDGPU/VOPCInstructions.td
Original file line number Diff line number Diff line change
Expand Up @@ -1796,18 +1796,18 @@ defm V_CMP_NLT_F32 : VOPC_Real_gfx11_gfx12<0x01e>;
defm V_CMP_T_F32 : VOPC_Real_with_name_gfx11<0x01f, "V_CMP_TRU_F32", "v_cmp_t_f32">;
defm V_CMP_T_F64 : VOPC_Real_with_name_gfx11<0x02f, "V_CMP_TRU_F64", "v_cmp_t_f64">;

defm V_CMP_LT_I16_fake16 : VOPC_Real_t16_gfx11_gfx12<0x031, "v_cmp_lt_i16">;
defm V_CMP_EQ_I16_fake16 : VOPC_Real_t16_gfx11_gfx12<0x032, "v_cmp_eq_i16">;
defm V_CMP_LE_I16_fake16 : VOPC_Real_t16_gfx11_gfx12<0x033, "v_cmp_le_i16">;
defm V_CMP_GT_I16_fake16 : VOPC_Real_t16_gfx11_gfx12<0x034, "v_cmp_gt_i16">;
defm V_CMP_NE_I16_fake16 : VOPC_Real_t16_gfx11_gfx12<0x035, "v_cmp_ne_i16">;
defm V_CMP_GE_I16_fake16 : VOPC_Real_t16_gfx11_gfx12<0x036, "v_cmp_ge_i16">;
defm V_CMP_LT_U16_fake16 : VOPC_Real_t16_gfx11_gfx12<0x039, "v_cmp_lt_u16">;
defm V_CMP_EQ_U16_fake16 : VOPC_Real_t16_gfx11_gfx12<0x03a, "v_cmp_eq_u16">;
defm V_CMP_LE_U16_fake16 : VOPC_Real_t16_gfx11_gfx12<0x03b, "v_cmp_le_u16">;
defm V_CMP_GT_U16_fake16 : VOPC_Real_t16_gfx11_gfx12<0x03c, "v_cmp_gt_u16">;
defm V_CMP_NE_U16_fake16 : VOPC_Real_t16_gfx11_gfx12<0x03d, "v_cmp_ne_u16">;
defm V_CMP_GE_U16_fake16 : VOPC_Real_t16_gfx11_gfx12<0x03e, "v_cmp_ge_u16">;
defm V_CMP_LT_I16 : VOPC_Real_t16_and_fake16_gfx11_gfx12<0x031, "v_cmp_lt_i16">;
defm V_CMP_EQ_I16 : VOPC_Real_t16_and_fake16_gfx11_gfx12<0x032, "v_cmp_eq_i16">;
defm V_CMP_LE_I16 : VOPC_Real_t16_and_fake16_gfx11_gfx12<0x033, "v_cmp_le_i16">;
defm V_CMP_GT_I16 : VOPC_Real_t16_and_fake16_gfx11_gfx12<0x034, "v_cmp_gt_i16">;
defm V_CMP_NE_I16 : VOPC_Real_t16_and_fake16_gfx11_gfx12<0x035, "v_cmp_ne_i16">;
defm V_CMP_GE_I16 : VOPC_Real_t16_and_fake16_gfx11_gfx12<0x036, "v_cmp_ge_i16">;
defm V_CMP_LT_U16 : VOPC_Real_t16_and_fake16_gfx11_gfx12<0x039, "v_cmp_lt_u16">;
defm V_CMP_EQ_U16 : VOPC_Real_t16_and_fake16_gfx11_gfx12<0x03a, "v_cmp_eq_u16">;
defm V_CMP_LE_U16 : VOPC_Real_t16_and_fake16_gfx11_gfx12<0x03b, "v_cmp_le_u16">;
defm V_CMP_GT_U16 : VOPC_Real_t16_and_fake16_gfx11_gfx12<0x03c, "v_cmp_gt_u16">;
defm V_CMP_NE_U16 : VOPC_Real_t16_and_fake16_gfx11_gfx12<0x03d, "v_cmp_ne_u16">;
defm V_CMP_GE_U16 : VOPC_Real_t16_and_fake16_gfx11_gfx12<0x03e, "v_cmp_ge_u16">;

defm V_CMP_F_I32 : VOPC_Real_gfx11<0x040>;
defm V_CMP_LT_I32 : VOPC_Real_gfx11_gfx12<0x041>;
Expand Down
1,476 changes: 828 additions & 648 deletions llvm/test/MC/AMDGPU/gfx11_asm_vop3_dpp16_from_vopc.s

Large diffs are not rendered by default.

612 changes: 372 additions & 240 deletions llvm/test/MC/AMDGPU/gfx11_asm_vop3_dpp8_from_vopc.s

Large diffs are not rendered by default.

480 changes: 384 additions & 96 deletions llvm/test/MC/AMDGPU/gfx11_asm_vop3_from_vopc.s

Large diffs are not rendered by default.

2,016 changes: 1,296 additions & 720 deletions llvm/test/MC/AMDGPU/gfx11_asm_vopc.s

Large diffs are not rendered by default.

2,668 changes: 1,958 additions & 710 deletions llvm/test/MC/AMDGPU/gfx11_asm_vopc_dpp16.s

Large diffs are not rendered by default.

576 changes: 432 additions & 144 deletions llvm/test/MC/AMDGPU/gfx11_asm_vopc_dpp8.s

Large diffs are not rendered by default.

1,928 changes: 1,360 additions & 568 deletions llvm/test/MC/AMDGPU/gfx11_asm_vopc_t16_err.s

Large diffs are not rendered by default.

1,850 changes: 1,321 additions & 529 deletions llvm/test/MC/AMDGPU/gfx11_asm_vopc_t16_promote.s

Large diffs are not rendered by default.

528 changes: 408 additions & 120 deletions llvm/test/MC/AMDGPU/gfx12_asm_vop3c.s

Large diffs are not rendered by default.

1,668 changes: 924 additions & 744 deletions llvm/test/MC/AMDGPU/gfx12_asm_vop3c_dpp16.s

Large diffs are not rendered by default.

804 changes: 468 additions & 336 deletions llvm/test/MC/AMDGPU/gfx12_asm_vop3c_dpp8.s

Large diffs are not rendered by default.

1,920 changes: 1,200 additions & 720 deletions llvm/test/MC/AMDGPU/gfx12_asm_vopc.s

Large diffs are not rendered by default.

2,510 changes: 1,831 additions & 679 deletions llvm/test/MC/AMDGPU/gfx12_asm_vopc_dpp16.s

Large diffs are not rendered by default.

480 changes: 336 additions & 144 deletions llvm/test/MC/AMDGPU/gfx12_asm_vopc_dpp8.s

Large diffs are not rendered by default.

1,928 changes: 1,360 additions & 568 deletions llvm/test/MC/AMDGPU/gfx12_asm_vopc_t16_err.s

Large diffs are not rendered by default.

2,354 changes: 1,705 additions & 649 deletions llvm/test/MC/AMDGPU/gfx12_asm_vopc_t16_promote.s

Large diffs are not rendered by default.

1,140 changes: 816 additions & 324 deletions llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_vop3_dpp16_from_vopc.txt

Large diffs are not rendered by default.

492 changes: 384 additions & 108 deletions llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_vop3_dpp8_from_vopc.txt

Large diffs are not rendered by default.

288 changes: 240 additions & 48 deletions llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_vop3_from_vopc.txt

Large diffs are not rendered by default.

1,440 changes: 1,080 additions & 360 deletions llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_vopc.txt

Large diffs are not rendered by default.

1,224 changes: 888 additions & 336 deletions llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_vopc_dpp16.txt

Large diffs are not rendered by default.

360 changes: 312 additions & 48 deletions llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_vopc_dpp8.txt

Large diffs are not rendered by default.

300 changes: 252 additions & 48 deletions llvm/test/MC/Disassembler/AMDGPU/gfx12_dasm_vop3c.txt

Large diffs are not rendered by default.

1,217 changes: 868 additions & 349 deletions llvm/test/MC/Disassembler/AMDGPU/gfx12_dasm_vop3c_dpp16.txt

Large diffs are not rendered by default.

564 changes: 432 additions & 132 deletions llvm/test/MC/Disassembler/AMDGPU/gfx12_dasm_vop3c_dpp8.txt

Large diffs are not rendered by default.

1,368 changes: 1,008 additions & 360 deletions llvm/test/MC/Disassembler/AMDGPU/gfx12_dasm_vopc.txt

Large diffs are not rendered by default.

1,152 changes: 816 additions & 336 deletions llvm/test/MC/Disassembler/AMDGPU/gfx12_dasm_vopc_dpp16.txt

Large diffs are not rendered by default.

300 changes: 252 additions & 48 deletions llvm/test/MC/Disassembler/AMDGPU/gfx12_dasm_vopc_dpp8.txt

Large diffs are not rendered by default.

Loading