Home
last modified time | relevance | path

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

/third_party/mesa3d/src/freedreno/ir3/
Dir3_lower_parallelcopy.c72 do_xor(struct ir3_instruction *instr, unsigned dst_num, unsigned src1_num, in do_xor() argument
77 ir3_dst_create(xor, dst_num, flags); in do_xor()
152 unsigned dst_num = ra_physreg_to_num(entry->dst, entry->flags); in do_swap() local
162 do_xor(instr, dst_num, dst_num, src_num, entry->flags); in do_swap()
163 do_xor(instr, src_num, src_num, dst_num, entry->flags); in do_swap()
164 do_xor(instr, dst_num, dst_num, src_num, entry->flags); in do_swap()
174 ir3_dst_create(swz, dst_num, entry->flags); in do_swap()
177 ir3_src_create(swz, dst_num, entry->flags); in do_swap()
228 unsigned dst_num = ra_physreg_to_num(entry->dst, entry->flags); in do_copy() local
234 ir3_dst_create(cov, dst_num, entry->flags); in do_copy()
[all …]
/third_party/ffmpeg/libavutil/
Drational.c35 int av_reduce(int *dst_num, int *dst_den, in av_reduce() argument
74 *dst_num = sign ? -a1.num : a1.num; in av_reduce()
Drational.h120 int av_reduce(int *dst_num, int *dst_den, int64_t num, int64_t den, int64_t max);