Home
last modified time | relevance | path

Searched refs:v_cvt_f64_i32 (Results 1 – 4 of 4) sorted by relevance

/external/llvm/test/MC/AMDGPU/
Dvop1.s44 v_cvt_f64_i32 v[1:2], v2 label
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DVOP1Instructions.td186 defm V_CVT_F64_I32 : VOP1Inst <"v_cvt_f64_i32", VOP1_F64_I32, sint_to_fp>;
/external/llvm/lib/Target/AMDGPU/
DSIInstructions.td1237 defm V_CVT_F64_I32 : VOP1Inst <vop1<0x4>, "v_cvt_f64_i32",
/external/mesa3d/src/amd/compiler/
Daco_instruction_selection.cpp2263 bld.vop1(aco_opcode::v_cvt_f64_i32, Definition(dst), src); in visit_alu_instr()
2270 upper = bld.vop1(aco_opcode::v_cvt_f64_i32, bld.def(v2), upper); in visit_alu_instr()