Home
last modified time | relevance | path

Searched refs:op2_setne_int (Results 1 – 5 of 5) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_peephole.cpp192 case op2_setne_int : return op2_pred_setne_int; in pred_from_op()
199 case op2_setne_int : return op2_prede_int; in pred_from_op()
Dsfn_alu_defines.h98 op2_setne_int = 61, enumerator
Dsfn_instr_alu.cpp1301 case nir_op_b32any_inequal2: return emit_any_all_icomp(*alu, op2_setne_int, 2, false, shader); in from_nir()
1302 case nir_op_b32any_inequal3: return emit_any_all_icomp(*alu, op2_setne_int, 3, false, shader); in from_nir()
1303 case nir_op_b32any_inequal4: return emit_any_all_icomp(*alu, op2_setne_int, 4, false, shader); in from_nir()
1347 case nir_op_i2b32: return emit_alu_i2orf2_b1(*alu, op2_setne_int, shader); in from_nir()
1362 case nir_op_ine32: return emit_alu_op2_int(*alu, op2_setne_int, shader); in from_nir()
1363 case nir_op_ine: return emit_alu_op2_int(*alu, op2_setne_int, shader); in from_nir()
Dsfn_alu_defines.cpp155 {op2_setne_int ,AluOp(2, 0, AluOp::a, AluOp::a, AluOp::a, "SETNE_INT")},
Dsfn_assembler.cpp1275 {op2_setne_int, ALU_OP2_SETNE_INT},