Home
last modified time | relevance | path

Searched refs:ALU_OP2_XOR_INT (Results 1 - 4 of 4) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/r600/
H A Dr600_isa.h245 #define ALU_OP2_XOR_INT 45 macro
H A Dr600_shader.c5952 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},
/third_party/mesa3d/src/gallium/drivers/r600/sb/
H A Dsb_expr.cpp584 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()
/third_party/mesa3d/src/gallium/drivers/r600/sfn/
H A Dsfn_assembler.cpp1264 {op2_xor_int, ALU_OP2_XOR_INT},

Completed in 26 milliseconds