Searched refs:ALU_OP2_XOR_INT (Results 1 – 4 of 4) sorted by relevance
245 #define ALU_OP2_XOR_INT 45 macro
5952 alu.op = ALU_OP2_XOR_INT; in tgsi_divmod()11877 [TGSI_OPCODE_XOR] = { ALU_OP2_XOR_INT, tgsi_op2},12074 [TGSI_OPCODE_XOR] = { ALU_OP2_XOR_INT, tgsi_op2},12301 [TGSI_OPCODE_XOR] = { ALU_OP2_XOR_INT, tgsi_op2},
584 case ALU_OP2_XOR_INT: r = cv0.i ^ cv1.i; break; in eval_const_op()822 case ALU_OP2_XOR_INT: in fold_alu_op2()846 case ALU_OP2_XOR_INT: in fold_alu_op2()
1264 {op2_xor_int, ALU_OP2_XOR_INT},