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

/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/sfn/
H A Dsfn_alu_defines.h233 op3_cndgt = 26<< 6, enumerator in enum:r600::EAluOp
H A Dsfn_alu_defines.cpp230 {op3_cndgt ,AluOp(3, 1, AluOp::a,"CNDGT")},
H A Dsfn_emitaluinstruction.cpp116 case nir_op_fcsel_gt: return emit_alu_op3(instr, op3_cndgt, {0, 1, 2});
H A Dsfn_ir_to_assembly.cpp1422 {op3_cndgt, ALU_OP3_CNDGT},

Completed in 7 milliseconds