Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_emitssboinstruction.cpp681 … emit_instruction(new AluInstruction(op3_cnde_int, comp, high_bit, trgt.reg_i(0), trgt.reg_i(2), in emit_image_size()
683 …emit_instruction(new AluInstruction(op3_cnde_int, high_bit, high_bit, trgt.reg_i(1), trgt.reg_i(3), in emit_image_size()
686 …emit_instruction(new AluInstruction(op3_cnde_int, dest.reg_i(2), low_bit, comp, high_bit, EmitInst… in emit_image_size()
Dsfn_alu_defines.h235 op3_cnde_int = 28<< 6, enumerator
Dsfn_shader_geometry.cpp247 ir = new AluInstruction(op3_cnde_int, adjhelp[i], in emit_adj_fix()
Dsfn_alu_defines.cpp232 {op3_cnde_int ,AluOp(3, 0, AluOp::a,"CNDE_INT")},
Dsfn_emitaluinstruction.cpp86 case nir_op_b32csel: return emit_alu_op3(instr, op3_cnde_int, {0, 2, 1}); in do_emit()
99 case nir_op_bcsel: return emit_alu_op3(instr, op3_cnde_int, {0, 2, 1}); in do_emit()
Dsfn_ir_to_assembly.cpp1424 {op3_cnde_int, ALU_OP3_CNDE_INT},