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

/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/sfn/
H A Dsfn_alu_defines.h98 op2_setge_uint = 63, enumerator in enum:r600::EAluOp
H A Dsfn_alu_defines.cpp157 {op2_setge_uint ,AluOp(2, 0, AluOp::a,"SETGE_UINT")},
H A Dsfn_emitaluinstruction.cpp191 case nir_op_uge32: return emit_alu_op2_int(instr, op2_setge_uint);
192 case nir_op_uge: return emit_alu_op2_int(instr, op2_setge_uint);
H A Dsfn_ir_to_assembly.cpp1288 {op2_setge_uint, ALU_OP2_SETGE_UINT},

Completed in 7 milliseconds