Home
last modified time | relevance | path

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

/third_party/mesa3d/src/amd/compiler/
H A Daco_instruction_selection.cpp313 Temp pre_shift_dst = a; in emit_v_div_u32() local
315 pre_shift_dst = (increment || multiply || post_shift) ? bld.tmp(v1) : dst; in emit_v_div_u32()
316 bld.vop2(aco_opcode::v_lshrrev_b32, Definition(pre_shift_dst), Operand::c32(info.pre_shift), in emit_v_div_u32()
320 Temp increment_dst = pre_shift_dst; in emit_v_div_u32()
323 bld.vadd32(Definition(increment_dst), Operand::c32(info.increment), pre_shift_dst); in emit_v_div_u32() local

Completed in 14 milliseconds