Searched refs:v_fract_f32 (Results 1 – 10 of 10) sorted by relevance
/external/llvm/test/MC/AMDGPU/ |
D | vop3.s | 154 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
|
D | vop_sdwa.s | 53 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
|
D | vop1.s | 123 v_fract_f32 v1, v2 label
|
D | vop_dpp.s | 124 v_fract_f32 v0, v0 row_shl:1 row_mask:0xa bank_mask:0x1 bound_ctrl:0 label
|
/external/llvm/test/CodeGen/AMDGPU/ |
D | llvm.sin.ll | 12 ; 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
|
D | llvm.amdgcn.fract.ll | 7 ; 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/ |
D | fract.glsl | 13 ; CI-NEXT: v_fract_f32
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
D | VOP1Instructions.td | 212 defm V_FRACT_F32 : VOP1Inst <"v_fract_f32", VOP_F32_F32, AMDGPUfract>;
|
/external/mesa3d/src/amd/compiler/ |
D | aco_instruction_selection.cpp | 2007 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/ |
D | SIInstructions.td | 1290 defm V_FRACT_F32 : VOP1Inst <vop1<0x20, 0x1b>, "v_fract_f32",
|