Home
last modified time | relevance | path

Searched refs:v_cvt_f16_i16 (Results 1 – 6 of 6) sorted by relevance

/external/llvm/test/MC/AMDGPU/
Dvop1.s296 v_cvt_f16_i16 v1, v2 label
Dvop_dpp.s268 v_cvt_f16_i16 v1, v0 row_shl:1 row_mask:0xa bank_mask:0x1 bound_ctrl:0 label
Dvop_sdwa.s277 v_cvt_f16_i16 v1, v0 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:WORD_1 label
/external/llvm/lib/Target/AMDGPU/
DVIInstructions.td21 defm V_CVT_F16_I16 : VOP1Inst <vop1<0, 0x3a>, "v_cvt_f16_i16", VOP_F16_I16>;
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DVOP1Instructions.td361 defm V_CVT_F16_I16 : VOP1Inst <"v_cvt_f16_i16", VOP1_F16_I16, sint_to_fp>;
/external/mesa3d/src/amd/compiler/
Daco_instruction_selection.cpp2177 bld.vop1(aco_opcode::v_cvt_f16_i16, Definition(dst), src); in visit_alu_instr()
2247 bld.vop1(aco_opcode::v_cvt_f16_i16, Definition(dst), src); in visit_alu_instr()