Searched refs:ALU_OP3_MULADD (Results 1 – 5 of 5) sorted by relevance
502 n->bc.set_op(ieee ? ALU_OP3_MULADD_IEEE : ALU_OP3_MULADD); in fold_mul_add()539 n->bc.set_op(ieee ? ALU_OP3_MULADD_IEEE : ALU_OP3_MULADD); in fold_mul_add()621 case ALU_OP3_MULADD: in fold_assoc()1005 if (!sh.safe_math && (n.bc.op == ALU_OP3_MULADD || in fold_alu_op3()1089 case ALU_OP3_MULADD: dv = cv0.f * cv1.f + cv2.f; break; in fold_alu_op3()1099 case ALU_OP3_MULADD: in fold_alu_op3()1112 if (n.bc.op == ALU_OP3_MULADD) { in fold_alu_op3()1119 if (n.bc.op == ALU_OP3_MULADD || n.bc.op == ALU_OP3_MULADD_IEEE) { in fold_alu_op3()
1707 if ((a->bc.op == ALU_OP3_MULADD || a->bc.op == ALU_OP3_MULADD_IEEE) && in try_add_instruction()
385 #define ALU_OP3_MULADD 190 macro
5322 alu.op = ALU_OP3_MULADD; in tgsi_setup_trig()5356 alu.op = ALU_OP3_MULADD; in tgsi_setup_trig()7105 alu.op = ALU_OP3_MULADD; in tgsi_interp_egcm()7129 alu.op = ALU_OP3_MULADD; in tgsi_interp_egcm()7285 op = ALU_OP3_MULADD; in tgsi_op3_dst()7728 alu.op = ALU_OP3_MULADD; in tgsi_tex()7749 alu.op = ALU_OP3_MULADD; in tgsi_tex()7838 alu.op = ALU_OP3_MULADD; in tgsi_tex()8110 alu.op = ALU_OP3_MULADD; in tgsi_tex()9705 alu.op = ALU_OP3_MULADD; in tgsi_lrp()
1412 {op3_muladd, ALU_OP3_MULADD},