Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_emitaluinstruction.cpp1209 …emit_instruction(op3_cnde_int, tmp0.z(), {tmp0.y(), tmp0.w(), tmp0.z()}, {alu_write, alu_last_ins… in emit_alu_div_int()
1216 …emit_instruction(op3_cnde_int, tmp0.x(), {tmp0.y(), tmp1.y(), tmp1.x()}, {alu_write, alu_last_ins… in emit_alu_div_int()
1238 …emit_instruction(op3_cnde_int, tmp0.z(), {tmp1.x(), tmp0.w(), tmp1.z()}, {alu_write, alu_last_ins… in emit_alu_div_int()
1240 …emit_instruction(op3_cnde_int, tmp0.z(), {tmp1.x(), tmp0.z(), tmp1.z()}, {alu_write, alu_last_ins… in emit_alu_div_int()
1243 …emit_instruction(op3_cnde_int, tmp0.z(), {tmp1.y(), tmp1.w(), tmp0.z()}, {alu_write, alu_last_ins… in emit_alu_div_int()
1253 …emit_instruction(op3_cnde_int, from_nir(instr.dest, i), {tmp1.y(), tmp1.w(), tmp0.z()}, {alu_writ… in emit_alu_div_int()
1359 ir = new AluInstruction(op3_cnde_int, dst[i], {tmp[i], dst[i], src0[i]}, in emit_bitfield_extract()
1418 ir = new AluInstruction(op3_cnde_int, from_nir(instr.dest, i), in emit_bitfield_insert()
Dsfn_alu_defines.h235 op3_cnde_int = 28<< 6, enumerator
Dsfn_shader_geometry.cpp213 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_ir_to_assembly.cpp1420 {op3_cnde_int, ALU_OP3_CNDE_INT},