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

/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/sfn/
H A Dsfn_alu_defines.h234 op3_cndge = 27<< 6, enumerator in enum:r600::EAluOp
H A Dsfn_alu_defines.cpp231 {op3_cndge ,AluOp(3, 1, AluOp::a,"CNDGE")},
H A Dsfn_emitaluinstruction.cpp115 case nir_op_fcsel_ge: return emit_alu_op3(instr, op3_cndge, {0, 1, 2});
H A Dsfn_ir_to_assembly.cpp1423 {op3_cndge, ALU_OP3_CNDGE},

Completed in 7 milliseconds