Home
last modified time | relevance | path

Searched refs:v_rcp_f32 (Results 1 – 13 of 13) sorted by relevance

/external/llvm/test/CodeGen/AMDGPU/
Dfdiv.ll18 ; UNSAFE-FP: v_rcp_f32
21 ; SI-DAG: v_rcp_f32
25 ; I754-DAG: v_rcp_f32
41 ; UNSAFE-FP: v_rcp_f32
44 ; SI-DAG: v_rcp_f32
57 ; UNSAFE-FP: v_rcp_f32
60 ; SI-DAG: v_rcp_f32
75 ; UNSAFE-FP: v_rcp_f32
76 ; UNSAFE-FP: v_rcp_f32
80 ; SI-DAG: v_rcp_f32
[all …]
Dudivrem24.ll8 ; SI: v_rcp_f32
27 ; SI: v_rcp_f32
46 ; SI-DAG: v_rcp_f32
68 ; SI-NOT v_rcp_f32
85 ; SI-NOT v_rcp_f32
102 ; SI-NOT v_rcp_f32
120 ; SI-NOT: v_rcp_f32
140 ; SI-NOT: v_rcp_f32
160 ; SI-NOT: v_rcp_f32
180 ; SI: v_rcp_f32
[all …]
Dsdivrem24.ll8 ; SI: v_rcp_f32
27 ; SI: v_rcp_f32
46 ; SI: v_rcp_f32
68 ; SI-NOT: v_rcp_f32
87 ; SI-NOT: v_rcp_f32
106 ; SI-NOT: v_rcp_f32
126 ; SI: v_rcp_f32
145 ; SI: v_rcp_f32
164 ; SI: v_rcp_f32
186 ; SI-NOT: v_rcp_f32
[all …]
Dudiv.ll96 ; SI: v_rcp_f32
110 ; SI: v_rcp_f32
124 ; SI: v_rcp_f32
138 ; SI-NOT: v_rcp_f32
Dsdiv.ll86 ; SI: v_rcp_f32
100 ; SI: v_rcp_f32
114 ; SI: v_rcp_f32
128 ; SI-NOT: v_rcp_f32
Dllvm.amdgcn.rcp.ll10 ; SI-NOT: v_rcp_f32
/external/mesa3d/src/gallium/drivers/radeonsi/glsl_tests/
Ddiv.glsl7 ; GCN-NEXT: v_rcp_f32
22 ; GCN-NEXT: v_rcp_f32
/external/llvm/test/MC/AMDGPU/
Dvop1.s166 v_rcp_f32 v1, v2 label
Dvop_dpp.s208 v_rcp_f32 v1, v0 row_shl:1 row_mask:0xa bank_mask:0x1 bound_ctrl:0 label
Dvop_sdwa.s217 v_rcp_f32 v1, v0 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:WORD_1 label
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DVOP1Instructions.td221 defm V_RCP_F32 : VOP1Inst <"v_rcp_f32", VOP_F32_F32, AMDGPUrcp>;
/external/mesa3d/src/amd/compiler/
Daco_instruction_selection.cpp1042 bld.vop1(aco_opcode::v_rcp_f32, dst, val); in emit_rcp()
1046 emit_scaled_op(ctx, bld, dst, val, aco_opcode::v_rcp_f32, 0x4b800000u); in emit_rcp()
1855 ma = bld.vop1(aco_opcode::v_rcp_f32, bld.def(v1), ma); in visit_alu_instr()
4518 …vec->operands[3] = bld.vop1(aco_opcode::v_rcp_f32, bld.def(v1), get_arg(ctx, ctx->args->ac.frag_po… in emit_load_frag_coord()
8587 …aco_ptr<VOP3A_instruction> vop3a{create_instruction<VOP3A_instruction>(aco_opcode::v_rcp_f32, asVO… in prepare_cube_coords()
/external/llvm/lib/Target/AMDGPU/
DSIInstructions.td1314 defm V_RCP_F32 : VOP1Inst <vop1<0x2a, 0x22>, "v_rcp_f32",