Searched refs:ALU_OP2_MUL (Results 1 – 4 of 4) sorted by relevance
481 else if (d0->is_alu_op(ALU_OP2_MUL)) in fold_mul_add()518 else if (d1->is_alu_op(ALU_OP2_MUL)) in fold_mul_add()572 case ALU_OP2_MUL: in eval_const_op()610 case ALU_OP2_MUL: in fold_assoc()616 op = ALU_OP2_MUL; in fold_assoc()653 d0->is_alu_op(ALU_OP2_MUL))) && in fold_assoc()687 d1->is_alu_op(ALU_OP2_MUL))) && in fold_assoc()767 n.bc.set_op(ALU_OP2_MUL); in fold_alu_op2()830 case ALU_OP2_MUL: in fold_alu_op2()851 case ALU_OP2_MUL: in fold_alu_op2()[all …]
201 #define ALU_OP2_MUL 1 macro
4719 op = ALU_OP2_MUL; in tgsi_op2_s()5753 alu.op = ALU_OP2_MUL; in cayman_pow()5797 alu.op = ALU_OP2_MUL; in tgsi_pow()6044 alu.op = ALU_OP2_MUL; in tgsi_divmod()7656 alu.op = ALU_OP2_MUL; in tgsi_tex()9718 alu.op = ALU_OP2_MUL; in tgsi_lrp()10154 alu.op = ALU_OP2_MUL; in tgsi_log()10364 alu.op = ALU_OP2_MUL; in tgsi_opdst()
1215 {op2_mul, ALU_OP2_MUL},