Home
last modified time | relevance | path

Searched refs:v_subrev_f16 (Results 1 – 7 of 7) sorted by relevance

/external/llvm/test/MC/AMDGPU/
Dvop2.s411 v_subrev_f16 v1, v2, v3 label
Dvop_dpp.s430 v_subrev_f16 v1, v2, v3 row_shl:1 row_mask:0xa bank_mask:0x1 bound_ctrl:0 label
Dvop_sdwa.s437 v_subrev_f16 v1, v2, v3 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:WORD_1 src1_sel:BYTE_2 label
/external/llvm/lib/Target/AMDGPU/
DVIInstructions.td51 defm V_SUBREV_F16 : VOP2Inst <vop2<0, 0x21>, "v_subrev_f16", VOP_F16_F16_F16,
/external/mesa3d/src/amd/compiler/
Daco_optimizer.cpp568 instr->opcode = aco_opcode::v_subrev_f16; in can_swap_operands()
927 instr->opcode = i ? aco_opcode::v_sub_f16 : aco_opcode::v_subrev_f16; in label_instruction()
2715 instr->opcode == aco_opcode::v_subrev_f16; in combine_instruction()
2806 … else if (instr->opcode == aco_opcode::v_subrev_f32 || instr->opcode == aco_opcode::v_subrev_f16) in combine_instruction()
Daco_instruction_selection.cpp1807 emit_vop2_instruction(ctx, instr, aco_opcode::v_subrev_f16, dst, true); in visit_alu_instr()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DVOP2Instructions.td622 defm V_SUBREV_F16 : VOP2Inst <"v_subrev_f16", VOP_F16_F16_F16, null_frag, "v_sub_f16">;