Searched refs:ALU_OP3_MULADD (Results 1 – 5 of 5) sorted by relevance
495 n->bc.set_op(ieee ? ALU_OP3_MULADD_IEEE : ALU_OP3_MULADD); in fold_mul_add()532 n->bc.set_op(ieee ? ALU_OP3_MULADD_IEEE : ALU_OP3_MULADD); in fold_mul_add()614 case ALU_OP3_MULADD: in fold_assoc()998 if (!sh.safe_math && (n.bc.op == ALU_OP3_MULADD || in fold_alu_op3()1082 case ALU_OP3_MULADD: dv = cv0.f * cv1.f + cv2.f; break; in fold_alu_op3()1092 case ALU_OP3_MULADD: in fold_alu_op3()1105 if (n.bc.op == ALU_OP3_MULADD) { in fold_alu_op3()1112 if (n.bc.op == ALU_OP3_MULADD || n.bc.op == ALU_OP3_MULADD_IEEE) { in fold_alu_op3()
1705 if ((a->bc.op == ALU_OP3_MULADD || a->bc.op == ALU_OP3_MULADD_IEEE) && in try_add_instruction()
390 #define ALU_OP3_MULADD 190 macro
5340 alu.op = ALU_OP3_MULADD; in tgsi_setup_trig()5374 alu.op = ALU_OP3_MULADD; in tgsi_setup_trig()7123 alu.op = ALU_OP3_MULADD; in tgsi_interp_egcm()7147 alu.op = ALU_OP3_MULADD; in tgsi_interp_egcm()7303 op = ALU_OP3_MULADD; in tgsi_op3_dst()7746 alu.op = ALU_OP3_MULADD; in tgsi_tex()7767 alu.op = ALU_OP3_MULADD; in tgsi_tex()7856 alu.op = ALU_OP3_MULADD; in tgsi_tex()8128 alu.op = ALU_OP3_MULADD; in tgsi_tex()9747 alu.op = ALU_OP3_MULADD; in tgsi_lrp()
1403 {op3_muladd, ALU_OP3_MULADD},