Searched refs:v_cvt_i32_f64 (Results 1 – 4 of 4) sorted by relevance
/external/llvm/test/MC/AMDGPU/ |
D | vop1.s | 41 v_cvt_i32_f64 v1, v[2:3] label
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
D | VOP1Instructions.td | 185 defm V_CVT_I32_F64 : VOP1Inst <"v_cvt_i32_f64", VOP_I32_F64, fp_to_sint>;
|
/external/mesa3d/src/amd/compiler/ |
D | aco_instruction_selection.cpp | 2328 emit_vop1_instruction(ctx, instr, aco_opcode::v_cvt_i32_f64, dst); in visit_alu_instr() 2354 emit_vop1_instruction(ctx, instr, aco_opcode::v_cvt_i32_f64, dst); in visit_alu_instr() 2444 Temp upper = bld.vop1(aco_opcode::v_cvt_i32_f64, bld.def(v1), floor); in visit_alu_instr()
|
/external/llvm/lib/Target/AMDGPU/ |
D | SIInstructions.td | 1234 defm V_CVT_I32_F64 : VOP1Inst <vop1<0x3>, "v_cvt_i32_f64",
|