Searched refs:__instr (Results 1 – 3 of 3) sorted by relevance
/external/mesa3d/src/gallium/drivers/freedreno/ir3/ |
D | ir3.h | 931 #define foreach_src_n(__srcreg, __n, __instr) \ argument 932 if ((__instr)->regs_count) \ 933 for (unsigned __cnt = (__instr)->regs_count - 1, __n = 0; __n < __cnt; __n++) \ 934 if ((__srcreg = (__instr)->regs[__n + 1])) 937 #define foreach_src(__srcreg, __instr) \ argument 938 foreach_src_n(__srcreg, __i, __instr) 966 #define __src_cnt(__instr) ((__instr)->address ? (__instr)->regs_count : (__instr)->regs_count - 1) argument 969 #define foreach_ssa_src_n(__srcinst, __n, __instr) \ argument 970 for (unsigned __cnt = __ssa_src_cnt(__instr), __n = 0; __n < __cnt; __n++) \ 971 if ((__srcinst = __ssa_src_n(__instr, __n))) [all …]
|
/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
|
/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
|