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 D | sfn_alu_defines.h | 134 op1_recipsqrt_ieee1 = 137, enumerator in enum:r600::EAluOp
|
| H A D | sfn_alu_defines.cpp | 84 {op1_recipsqrt_ieee1 ,AluOp(1, 1, AluOp::t,"RECIPSQRT_IEEE")},
|
| H A D | sfn_emitaluinstruction.cpp | 60 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 D | sfn_ir_to_assembly.cpp | 1324 {op1_recipsqrt_ieee1, ALU_OP1_RECIPSQRT_IEEE},
|
Completed in 9 milliseconds