Searched refs:v_subrev_f16 (Results 1 – 7 of 7) sorted by relevance
/external/llvm/test/MC/AMDGPU/ |
D | vop2.s | 411 v_subrev_f16 v1, v2, v3 label
|
D | vop_dpp.s | 430 v_subrev_f16 v1, v2, v3 row_shl:1 row_mask:0xa bank_mask:0x1 bound_ctrl:0 label
|
D | vop_sdwa.s | 437 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/ |
D | VIInstructions.td | 51 defm V_SUBREV_F16 : VOP2Inst <vop2<0, 0x21>, "v_subrev_f16", VOP_F16_F16_F16,
|
/external/mesa3d/src/amd/compiler/ |
D | aco_optimizer.cpp | 568 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()
|
D | aco_instruction_selection.cpp | 1807 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/ |
D | VOP2Instructions.td | 622 defm V_SUBREV_F16 : VOP2Inst <"v_subrev_f16", VOP_F16_F16_F16, null_frag, "v_sub_f16">;
|