Searched refs:ALU_OP1_RECIPSQRT_IEEE (Results 1 – 4 of 4) sorted by relevance
297 #define ALU_OP1_RECIPSQRT_IEEE 97 macro
5667 alu.op = ALU_OP1_RECIPSQRT_IEEE; in tgsi_rsq()12187 [TGSI_OPCODE_RSQ] = { ALU_OP1_RECIPSQRT_IEEE, cayman_emit_float_instr},
457 case ALU_OP1_RECIPSQRT_IEEE: dv = 1.0f / sqrtf(cv.f); break; in fold_alu_op1()
1324 {op1_recipsqrt_ieee1, ALU_OP1_RECIPSQRT_IEEE},