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

/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/sfn/
H A Dsfn_alu_defines.h47 op2_setne = 11, enumerator in enum:r600::EAluOp
H A Dsfn_emitaluinstruction.cpp81 case nir_op_b32any_fnequal3: return emit_any_all_fcomp(instr, op2_setne, 3, false);
82 case nir_op_b32any_fnequal4: return emit_any_all_fcomp(instr, op2_setne, 4, false);
94 case nir_op_bany_fnequal3: return emit_any_all_fcomp(instr, op2_setne, 3, false);
95 case nir_op_bany_fnequal4: return emit_any_all_fcomp(instr, op2_setne, 4, false);
H A Dsfn_alu_defines.cpp119 {op2_setne ,AluOp(2, 1, AluOp::a,"SETNE")},
H A Dsfn_ir_to_assembly.cpp1238 {op2_setne, ALU_OP2_SETNE},

Completed in 23 milliseconds