Searched refs:BI_SPECIAL_FRCP (Results 1 – 6 of 6) sorted by relevance
230 BI_SPECIAL_FRCP, enumerator
192 case BI_SPECIAL_FRCP: return "frcp"; in bi_special_op_name()
1271 alu.op.special = BI_SPECIAL_FRCP; in emit_alu()1684 .op.special = BI_SPECIAL_FRCP, in bi_lower_cube_coord()
677 case BI_SPECIAL_FRCP: in bi_pack_add_special()
301 for (enum bi_special_op op = BI_SPECIAL_FRCP; op <= BI_SPECIAL_EXP2_LOW; ++op) { in bit_special_helper()
289 case BI_SPECIAL_FRCP: return 1.0 / Q; in biti_special()