Home
last modified time | relevance | path

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

/external/ltrace/sysdeps/linux-gnu/arm/
Dfetch.c67 unsigned ncrn; member
87 context->ncrn = 0; in fetch_register_banks()
121 context->ncrn++; in arch_fetch_arg_init()
220 ctx->ncrn = ((ctx->ncrn + 1) / 2) * 2; in arch_fetch_arg_next()
230 if (ctx->ncrn < 4 && ctx->nsaa == ctx->sp) { in arch_fetch_arg_next()
235 for (i = 0; i < words && ctx->ncrn < 4; ++i) { in arch_fetch_arg_next()
236 memcpy(data, &ctx->regs.uregs[ctx->ncrn++], 4); in arch_fetch_arg_next()
247 assert(ctx->ncrn == 4); in arch_fetch_arg_next()