Searched refs:op3_cndge (Results 1 - 4 of 4) sorted by relevance
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/sfn/ |
| H A D | sfn_alu_defines.h | 234 op3_cndge = 27<< 6, enumerator in enum:r600::EAluOp
|
| H A D | sfn_alu_defines.cpp | 231 {op3_cndge ,AluOp(3, 1, AluOp::a,"CNDGE")},
|
| H A D | sfn_emitaluinstruction.cpp | 115 case nir_op_fcsel_ge: return emit_alu_op3(instr, op3_cndge, {0, 1, 2});
|
| H A D | sfn_ir_to_assembly.cpp | 1423 {op3_cndge, ALU_OP3_CNDGE},
|
Completed in 7 milliseconds