Searched refs:op3_cnde_int (Results 1 – 5 of 5) sorted by relevance
/external/mesa3d/src/gallium/drivers/r600/sfn/ |
D | sfn_emitaluinstruction.cpp | 1209 …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()
|
D | sfn_alu_defines.h | 235 op3_cnde_int = 28<< 6, enumerator
|
D | sfn_shader_geometry.cpp | 213 ir = new AluInstruction(op3_cnde_int, adjhelp[i], in emit_adj_fix()
|
D | sfn_alu_defines.cpp | 232 {op3_cnde_int ,AluOp(3, 0, AluOp::a,"CNDE_INT")},
|
D | sfn_ir_to_assembly.cpp | 1420 {op3_cnde_int, ALU_OP3_CNDE_INT},
|