Home
last modified time | relevance | path

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

/external/llvm/test/MC/AMDGPU/
Dvop1.s366 v_fract_f16 v1, v2 label
Dvop_dpp.s324 v_fract_f16 v1, v0 row_shl:1 row_mask:0xa bank_mask:0x1 bound_ctrl:0 label
Dvop_sdwa.s333 v_fract_f16 v1, v0 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:WORD_1 label
/external/llvm/lib/Target/AMDGPU/
DVIInstructions.td39 defm V_FRACT_F16 : VOP1Inst <vop1<0, 0x48>, "v_fract_f16", VOP_F16_F16>;
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DVOP1Instructions.td381 defm V_FRACT_F16 : VOP1Inst <"v_fract_f16", VOP_F16_F16, AMDGPUfract>;
/external/mesa3d/src/amd/compiler/
Daco_instruction_selection.cpp2005 emit_vop1_instruction(ctx, instr, aco_opcode::v_fract_f16, dst); in visit_alu_instr()