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()
390 #define ALU_OP3_MULADD 190 macro
5336 alu.op = ALU_OP3_MULADD; in tgsi_setup_trig()5370 alu.op = ALU_OP3_MULADD; in tgsi_setup_trig()7119 alu.op = ALU_OP3_MULADD; in tgsi_interp_egcm()7143 alu.op = ALU_OP3_MULADD; in tgsi_interp_egcm()7299 op = ALU_OP3_MULADD; in tgsi_op3_dst()7742 alu.op = ALU_OP3_MULADD; in tgsi_tex()7763 alu.op = ALU_OP3_MULADD; in tgsi_tex()7852 alu.op = ALU_OP3_MULADD; in tgsi_tex()8124 alu.op = ALU_OP3_MULADD; in tgsi_tex()9719 alu.op = ALU_OP3_MULADD; in tgsi_lrp()
1416 {op3_muladd, ALU_OP3_MULADD},