Searched refs:op3_cnde_int (Results 1 - 6 of 6) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/sfn/
H A Dsfn_alu_defines.h235 op3_cnde_int = 28<< 6, enumerator in enum:r600::EAluOp
H A Dsfn_shader_geometry.cpp247 ir = new AluInstruction(op3_cnde_int, adjhelp[i],
H A Dsfn_emitssboinstruction.cpp681 emit_instruction(new AluInstruction(op3_cnde_int, comp, high_bit, trgt.reg_i(0), trgt.reg_i(2),
683 emit_instruction(new AluInstruction(op3_cnde_int, high_bit, high_bit, trgt.reg_i(1), trgt.reg_i(3),
686 emit_instruction(new AluInstruction(op3_cnde_int, dest.reg_i(2), low_bit, comp, high_bit, EmitInstruction::last_write));
H A Dsfn_alu_defines.cpp232 {op3_cnde_int ,AluOp(3, 0, AluOp::a,"CNDE_INT")},
H A Dsfn_emitaluinstruction.cpp86 case nir_op_b32csel: return emit_alu_op3(instr, op3_cnde_int, {0, 2, 1});
99 case nir_op_bcsel: return emit_alu_op3(instr, op3_cnde_int, {0, 2, 1});
H A Dsfn_ir_to_assembly.cpp1424 {op3_cnde_int, ALU_OP3_CNDE_INT},

Completed in 7 milliseconds