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

/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/sfn/
H A Dsfn_emitaluinstruction.cpp83 case nir_op_b32any_inequal2: return emit_any_all_icomp(instr, op2_setne_int, 2, false);
84 case nir_op_b32any_inequal3: return emit_any_all_icomp(instr, op2_setne_int, 3, false);
85 case nir_op_b32any_inequal4: return emit_any_all_icomp(instr, op2_setne_int, 4, false);
96 case nir_op_bany_inequal2: return emit_any_all_icomp(instr, op2_setne_int, 2, false);
97 case nir_op_bany_inequal3: return emit_any_all_icomp(instr, op2_setne_int, 3, false);
98 case nir_op_bany_inequal4: return emit_any_all_icomp(instr, op2_setne_int, 4, false);
155 case nir_op_i2b1: return emit_alu_i2orf2_b1(instr, op2_setne_int);
156 case nir_op_i2b32: return emit_alu_i2orf2_b1(instr, op2_setne_int);
174 case nir_op_ine32: return emit_alu_op2_int(instr, op2_setne_int);
175 case nir_op_ine: return emit_alu_op2_int(instr, op2_setne_int);
[all...]
H A Dsfn_alu_defines.h96 op2_setne_int = 61, enumerator in enum:r600::EAluOp
H A Dsfn_alu_defines.cpp155 {op2_setne_int ,AluOp(2, 0, AluOp::a,"SETNE_INT")},
H A Dsfn_ir_to_assembly.cpp1286 {op2_setne_int, ALU_OP2_SETNE_INT},

Completed in 6 milliseconds