Searched refs:__instr (Results 1 – 4 of 4) sorted by relevance
/external/mesa3d/src/freedreno/ir3/ |
D | ir3_ra.h | 256 #define foreach_name_n(__name, __n, __ctx, __instr) \ argument 257 for (unsigned __cnt = __ra_name_cnt(__ctx, __instr), __n = 0, __name; \ 258 (__n < __cnt) && ({__name = scalar_name(__ctx, __instr, __n); 1;}); __n++) 260 #define foreach_name(__name, __ctx, __instr) \ argument 261 foreach_name_n(__name, __n, __ctx, __instr) 368 #define foreach_def(__name, __ctx, __instr) \ argument 369 for (unsigned __name = __ra_init_def_itr(__ctx, __instr); \ 372 #define foreach_use(__name, __ctx, __instr) \ argument 373 for (unsigned __name = __ra_init_use_itr(__ctx, __instr); \
|
D | ir3.h | 631 #define foreach_ssa_use(__use, __instr) \ argument 633 __use && (__instr)->uses; __use = NULL) \ 634 set_foreach ((__instr)->uses, __entry) \ 1143 #define foreach_src_n(__srcreg, __n, __instr) \ argument 1144 if ((__instr)->regs_count) \ 1146 for (unsigned __cnt = (__instr)->regs_count - 1, __n = 0; __n < __cnt; __n++) \ 1147 if ((__srcreg = (__instr)->regs[__n + 1])) 1150 #define foreach_src(__srcreg, __instr) \ argument 1151 foreach_src_n(__srcreg, __i, __instr) 1182 #define foreach_ssa_srcp_n(__srcp, __n, __instr) \ argument [all …]
|
/external/libvpx/libvpx/third_party/x86inc/ |
D | x86inc.asm | 1230 %xdefine __instr v%1 1232 %xdefine __instr %1 1279 __instr %6, %7, %8, %9 1281 __instr %6, %7, %8 1283 __instr %6, %7 1285 __instr %6
|
/external/libaom/libaom/third_party/x86inc/ |
D | x86inc.asm | 1230 %xdefine __instr v%1 1232 %xdefine __instr %1 1279 __instr %6, %7, %8, %9 1281 __instr %6, %7, %8 1283 __instr %6, %7 1285 __instr %6
|