Searched refs:ALU_OP2_SUB_INT (Results 1 – 4 of 4) sorted by relevance
248 #define ALU_OP2_SUB_INT 48 macro
4726 op = ALU_OP2_SUB_INT; in tgsi_op2_s()5917 alu.op = ALU_OP2_SUB_INT; in tgsi_divmod()5933 alu.op = ALU_OP2_SUB_INT; in tgsi_divmod()6115 alu.op = ALU_OP2_SUB_INT; in tgsi_divmod()6189 alu.op = ALU_OP2_SUB_INT; in tgsi_divmod()6285 alu.op = ALU_OP2_SUB_INT; in tgsi_divmod()6352 alu.op = ALU_OP2_SUB_INT; in tgsi_divmod()6505 alu.op = ALU_OP2_SUB_INT; in tgsi_divmod()6547 alu.op = ALU_OP2_SUB_INT; in tgsi_divmod()6694 alu.op = ALU_OP2_SUB_INT; in tgsi_iabs()[all …]
583 case ALU_OP2_SUB_INT: r = cv0.i - cv1.i; break; in eval_const_op()845 case ALU_OP2_SUB_INT: in fold_alu_op2()
1267 {op2_sub_int, ALU_OP2_SUB_INT},