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

/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/sfn/
H A Dsfn_emitaluinstruction.cpp77 case nir_op_b32all_iequal2: return emit_any_all_icomp(instr, op2_sete_int, 2, true);
78 case nir_op_b32all_iequal3: return emit_any_all_icomp(instr, op2_sete_int, 3, true);
79 case nir_op_b32all_iequal4: return emit_any_all_icomp(instr, op2_sete_int, 4, true);
90 case nir_op_ball_iequal2: return emit_any_all_icomp(instr, op2_sete_int, 2, true);
91 case nir_op_ball_iequal3: return emit_any_all_icomp(instr, op2_sete_int, 3, true);
92 case nir_op_ball_iequal4: return emit_any_all_icomp(instr, op2_sete_int, 4, true);
163 case nir_op_ieq32: return emit_alu_op2_int(instr, op2_sete_int);
164 case nir_op_ieq: return emit_alu_op2_int(instr, op2_sete_int);
H A Dsfn_alu_defines.h93 op2_sete_int = 58, enumerator in enum:r600::EAluOp
H A Dsfn_alu_defines.cpp152 {op2_sete_int ,AluOp(2, 0, AluOp::a,"SETE_INT")},
H A Dsfn_ir_to_assembly.cpp1283 {op2_sete_int, ALU_OP2_SETE_INT},

Completed in 8 milliseconds