Home
last modified time | relevance | path

Searched refs:v_fract_f32 (Results 1 – 10 of 10) sorted by relevance

/external/llvm/test/MC/AMDGPU/
Dvop3.s154 v_fract_f32 v1, -v2 label
158 v_fract_f32 v1, |v2| label
162 v_fract_f32 v1, abs(v2) label
166 v_fract_f32 v1, -|v2| label
170 v_fract_f32 v1, -abs(v2) label
174 v_fract_f32 v1, v2 clamp label
178 v_fract_f32 v1, v2 mul:2 label
182 v_fract_f32 v1, v2, clamp div:2 label
Dvop_sdwa.s53 v_fract_f32 v0, v0 clamp dst_sel:DWORD dst_unused:UNUSED_PAD label
93 v_fract_f32 v0, |v0| dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:WORD_1 label
133 v_fract_f32 v0, v0 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:WORD_1 label
Dvop1.s123 v_fract_f32 v1, v2 label
Dvop_dpp.s124 v_fract_f32 v0, v0 row_shl:1 row_mask:0xa bank_mask:0x1 bound_ctrl:0 label
/external/llvm/test/CodeGen/AMDGPU/
Dllvm.sin.ll12 ; SI: v_fract_f32
24 ; SI: v_fract_f32
38 ; SI: v_fract_f32
51 ; SI: v_fract_f32
65 ; SI: v_fract_f32
78 ; SI: v_fract_f32
91 ; SI: v_fract_f32
Dllvm.amdgcn.fract.ll7 ; GCN-LABEL: {{^}}v_fract_f32:
9 define void @v_fract_f32(float addrspace(1)* %out, float %src) #1 {
24 ; GCN-NOT: v_fract_f32
/external/mesa3d/src/gallium/drivers/radeonsi/glsl_tests/
Dfract.glsl13 ; CI-NEXT: v_fract_f32
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DVOP1Instructions.td212 defm V_FRACT_F32 : VOP1Inst <"v_fract_f32", VOP_F32_F32, AMDGPUfract>;
/external/mesa3d/src/amd/compiler/
Daco_instruction_selection.cpp2007 emit_vop1_instruction(ctx, instr, aco_opcode::v_fract_f32, dst); in visit_alu_instr()
2122 tmp = bld.vop1(aco_opcode::v_fract_f32, bld.def(v1), tmp); in visit_alu_instr()
7700 posx.id() ? bld.vop1(aco_opcode::v_fract_f32, bld.def(v1), posx) : Operand(0u), in visit_intrinsic()
7701 posy.id() ? bld.vop1(aco_opcode::v_fract_f32, bld.def(v1), posy) : Operand(0u)); in visit_intrinsic()
/external/llvm/lib/Target/AMDGPU/
DSIInstructions.td1290 defm V_FRACT_F32 : VOP1Inst <vop1<0x20, 0x1b>, "v_fract_f32",