Searched refs:op2_or_int (Results 1 - 4 of 4) sorted by relevance
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/sfn/ |
| H A D | sfn_alu_defines.h | 84 op2_or_int = 49, enumerator in enum:r600::EAluOp
|
| H A D | sfn_emitaluinstruction.cpp | 178 case nir_op_ior: return emit_alu_op2_int(instr, op2_or_int); 694 EAluOp combine = all ? op2_and_int : op2_or_int; 806 op = (op == op2_setne_dx10) ? op2_or_int: op2_and_int; 1034 emit_instruction(op2_or_int, {from_nir(instr.dest, 0)} , {x, y},{alu_write, alu_last_instr});
|
| H A D | sfn_alu_defines.cpp | 144 {op2_or_int ,AluOp(2, 0, AluOp::a,"OR_INT")},
|
| H A D | sfn_ir_to_assembly.cpp | 1274 {op2_or_int, ALU_OP2_OR_INT},
|
Completed in 7 milliseconds