Searched refs:ALU_OP2_ADD (Results 1 – 3 of 3) sorted by relevance
560 case ALU_OP2_ADD: r = cv0.f + cv1.f; break; in eval_const_op()612 case ALU_OP2_ADD: in fold_assoc()724 n->bc.set_op(ALU_OP2_ADD); in fold_assoc()769 case ALU_OP2_ADD: // (ADD x, x) => (MUL x, 2) in fold_alu_op2()782 case ALU_OP2_ADD: // (ADD x, -x) => (MOV 0) in fold_alu_op2()792 if (n.bc.op == ALU_OP2_ADD) { in fold_alu_op2()824 case ALU_OP2_ADD: in fold_alu_op2()844 case ALU_OP2_ADD: in fold_alu_op2()1035 add->bc.set_op(ALU_OP2_ADD); in fold_alu_op3()1091 n.bc.set_op(ALU_OP2_ADD); in fold_alu_op3()
194 #define ALU_OP2_ADD 0 macro
1053 alu.op = ALU_OP2_ADD; in tgsi_declaration()1066 alu.op = ALU_OP2_ADD; in tgsi_declaration()8867 alu.op = ALU_OP2_ADD; in tgsi_lrp()8889 alu.op = ALU_OP2_ADD; in tgsi_lrp()10258 [TGSI_OPCODE_ADD] = { ALU_OP2_ADD, tgsi_op2},10457 [TGSI_OPCODE_ADD] = { ALU_OP2_ADD, tgsi_op2},10679 [TGSI_OPCODE_ADD] = { ALU_OP2_ADD, tgsi_op2},