Searched refs:op1_recipsqrt_ieee1 (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/sfn/
H A Dsfn_alu_defines.h134 op1_recipsqrt_ieee1 = 137, enumerator in enum:r600::EAluOp
H A Dsfn_alu_defines.cpp84 {op1_recipsqrt_ieee1 ,AluOp(1, 1, AluOp::t,"RECIPSQRT_IEEE")},
H A Dsfn_emitaluinstruction.cpp60 case nir_op_frsq: return emit_alu_cm_trig(instr, op1_recipsqrt_ieee1);
149 case nir_op_frsq: return emit_alu_trans_op1(instr, op1_recipsqrt_ieee1);
H A Dsfn_ir_to_assembly.cpp1324 {op1_recipsqrt_ieee1, ALU_OP1_RECIPSQRT_IEEE},

Completed in 9 milliseconds