Searched refs:v_exp_f32 (Results 1 – 9 of 9) sorted by relevance
/external/llvm/test/CodeGen/AMDGPU/ |
D | llvm.exp2.ll | 12 ;SI: v_exp_f32 34 ;SI: v_exp_f32 35 ;SI: v_exp_f32 67 ;SI: v_exp_f32 68 ;SI: v_exp_f32 69 ;SI: v_exp_f32 70 ;SI: v_exp_f32
|
/external/mesa3d/src/gallium/drivers/radeonsi/glsl_tests/ |
D | exp2.glsl | 6 ; GCN-NEXT: v_exp_f32
|
D | pow.glsl | 9 ; GCN-NEXT: v_exp_f32
|
/external/llvm/test/MC/AMDGPU/ |
D | vop1.s | 143 v_exp_f32 v1, v2 label
|
D | vop_dpp.s | 200 v_exp_f32 v1, v0 row_shl:1 row_mask:0xa bank_mask:0x1 bound_ctrl:0 label
|
D | vop_sdwa.s | 209 v_exp_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/ |
D | VOP1Instructions.td | 219 defm V_EXP_F32 : VOP1Inst <"v_exp_f32", VOP_F32_F32, fexp2>;
|
/external/llvm/lib/Target/AMDGPU/ |
D | SIInstructions.td | 1305 defm V_EXP_F32 : VOP1Inst <vop1<0x25, 0x20>, "v_exp_f32",
|
/external/mesa3d/src/amd/compiler/ |
D | aco_instruction_selection.cpp | 1983 emit_vop1_instruction(ctx, instr, aco_opcode::v_exp_f32, dst); in visit_alu_instr()
|