Searched refs:op2_or_int (Results 1 – 4 of 4) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/r600/sfn/ |
D | sfn_alu_defines.h | 84 op2_or_int = 49, enumerator
|
D | sfn_emitaluinstruction.cpp | 178 case nir_op_ior: return emit_alu_op2_int(instr, op2_or_int); in do_emit() 694 EAluOp combine = all ? op2_and_int : op2_or_int; in emit_any_all_icomp() 806 op = (op == op2_setne_dx10) ? op2_or_int: op2_and_int; in emit_any_all_fcomp2() 1034 emit_instruction(op2_or_int, {from_nir(instr.dest, 0)} , {x, y},{alu_write, alu_last_instr}); in emit_pack_32_2x16_split()
|
D | sfn_alu_defines.cpp | 144 {op2_or_int ,AluOp(2, 0, AluOp::a,"OR_INT")},
|
D | sfn_ir_to_assembly.cpp | 1274 {op2_or_int, ALU_OP2_OR_INT},
|