Searched refs:ALU_OP1_RECIPSQRT_IEEE (Results 1 – 4 of 4) sorted by relevance
292 #define ALU_OP1_RECIPSQRT_IEEE 97 macro
5653 alu.op = ALU_OP1_RECIPSQRT_IEEE; in tgsi_rsq()12102 [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()
1320 {op1_recipsqrt_ieee1, ALU_OP1_RECIPSQRT_IEEE},