Searched refs:ALU_OP2_MUL (Results 1 – 4 of 4) sorted by relevance
488 else if (d0->is_alu_op(ALU_OP2_MUL)) in fold_mul_add()525 else if (d1->is_alu_op(ALU_OP2_MUL)) in fold_mul_add()579 case ALU_OP2_MUL: in eval_const_op()617 case ALU_OP2_MUL: in fold_assoc()623 op = ALU_OP2_MUL; in fold_assoc()660 d0->is_alu_op(ALU_OP2_MUL))) && in fold_assoc()694 d1->is_alu_op(ALU_OP2_MUL))) && in fold_assoc()774 n.bc.set_op(ALU_OP2_MUL); in fold_alu_op2()837 case ALU_OP2_MUL: in fold_alu_op2()858 case ALU_OP2_MUL: in fold_alu_op2()[all …]
201 #define ALU_OP2_MUL 1 macro
4715 op = ALU_OP2_MUL; in tgsi_op2_s()5749 alu.op = ALU_OP2_MUL; in cayman_pow()5793 alu.op = ALU_OP2_MUL; in tgsi_pow()6040 alu.op = ALU_OP2_MUL; in tgsi_divmod()7652 alu.op = ALU_OP2_MUL; in tgsi_tex()9690 alu.op = ALU_OP2_MUL; in tgsi_lrp()10126 alu.op = ALU_OP2_MUL; in tgsi_log()10336 alu.op = ALU_OP2_MUL; in tgsi_opdst()
1229 {op2_mul, ALU_OP2_MUL},