Home
last modified time | relevance | path

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

/third_party/mesa3d/src/freedreno/ir3/
H A Dir3_delay.c187 unsigned first_dst_instr; in ir3_delayslots_with_repeat() local
189 first_dst_instr = assigner_n; in ir3_delayslots_with_repeat()
191 first_dst_instr = first_num - dst->num; in ir3_delayslots_with_repeat()
195 * things) needed between them. Any instructions after first_dst_instr in ir3_delayslots_with_repeat()
204 * regnum (if any), the number of instructions after first_dst_instr in ir3_delayslots_with_repeat()
209 unsigned offset = first_src_instr + (assigner->repeat - first_dst_instr); in ir3_delayslots_with_repeat()

Completed in 1 milliseconds