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

/xsrc/external/mit/MesaLib/dist/src/freedreno/ir3/
H A Dir3_lower_parallelcopy.c72 do_xor(struct ir3_instruction *instr, unsigned dst_num, unsigned src1_num, argument
77 ir3_dst_create(xor, dst_num, flags);
152 unsigned dst_num = ra_physreg_to_num(entry->dst, entry->flags); local in function:do_swap
162 do_xor(instr, dst_num, dst_num, src_num, entry->flags);
163 do_xor(instr, src_num, src_num, dst_num, entry->flags);
164 do_xor(instr, dst_num, dst_num, src_num, entry->flags);
174 ir3_dst_create(swz, dst_num, entry->flags);
177 ir3_src_create(swz, dst_num, entr
228 unsigned dst_num = ra_physreg_to_num(entry->dst, entry->flags); local in function:do_copy
253 unsigned dst_num = ra_physreg_to_num(entry->dst, entry->flags); local in function:do_copy
[all...]

Completed in 2 milliseconds