HomeSort by relevance Sort by last modified time
    Searched defs:nregs (Results 1 - 19 of 19) sorted by null

  /external/elfutils/libdwfl/
dwfl_module_register_names.c 52 int nregs = ebl_register_info (mod->ebl, -1, NULL, 0, local
55 for (int regno = 0; regno < nregs && likely (result == 0); ++regno)
dwfl_frame.c 91 size_t nregs = ebl_frame_nregs (ebl); local
92 if (nregs == 0)
94 assert (nregs < sizeof (((Dwfl_Frame *) NULL)->regs_set) * 8);
95 Dwfl_Frame *state = malloc (sizeof (*state) + sizeof (*state->regs) * nregs);
frame_unwind.c 521 size_t nregs = ebl_frame_nregs (ebl); local
522 assert (nregs > 0);
524 unwound = malloc (sizeof (*unwound) + sizeof (*unwound->regs) * nregs);
554 size_t nregs = ebl_frame_nregs (ebl); local
555 assert (nregs > 0);
562 for (unsigned regno = 0; regno < nregs; regno++)
653 setfunc (int firstreg, unsigned nregs, const Dwarf_Word *regs, void *arg)
660 assert (nregs == 1);
666 while (nregs--)
673 getfunc (int firstreg, unsigned nregs, Dwarf_Word *regs, void *arg
    [all...]
linux-core-attach.c 177 size_t nregs = ebl_frame_nregs (core_arg->ebl); local
178 assert (nregs > 0);
242 // Iterate even regs out of NREGS range so that we can find pc_register.
255 if (regno < nregs
281 if (regno < nregs)
323 size_t nregs = ebl_frame_nregs (ebl); local
324 if (nregs == 0)
  /external/elfutils/tests/
allregs.c 69 int nregs; member in struct:state
108 if (regno >= state->nregs)
111 memset (&state->info[state->nregs], 0,
113 - (void *) &state->info[state->nregs]));
114 state->nregs = regno + 1;
166 if (result != 0 || state.nregs == 0)
170 qsort (state.info, state.nregs, sizeof state.info[0], &compare);
173 for (int i = 0; i < state.nregs; ++i)
  /external/libunwind/src/ia64/
Grbs.c 128 unw_word_t nregs, bsp = c->bsp, curr = c->rbs_curr, n; local
149 nregs = rse_num_regs (bsp, c->rbs_area[curr].end);
151 if (regs_to_skip < nregs)
170 regs_to_skip -= nregs;
199 rbs_cover_and_flush (struct cursor *c, unw_word_t nregs,
209 c->bsp = rse_skip_regs (bsp, nregs);
215 if (likely (n >= nregs))
232 nregs -= n; /* account for registers already on the rbs */
234 assert (rse_skip_regs (c->bsp, -nregs) == rse_skip_regs (rbs->end, 0));
239 nregs += rse_num_regs (rbs->end, bsp)
    [all...]
  /external/elfutils/libdw/
cfi.h 186 size_t nregs; member in struct:Dwarf_Frame_s
  /external/jemalloc/include/jemalloc/internal/
arena.h 229 * | region nregs-1 |
253 uint32_t nregs; member in struct:arena_bin_info_s
    [all...]
  /external/jemalloc/src/
stats.c 83 uint32_t nregs; local
94 CTL_M2_GET("arenas.bin.0.nregs", j, &nregs, uint32_t);
116 availregs = nregs * curruns;
139 ndalloc, nrequests, curregs, curruns, nregs,
149 ndalloc, nrequests, curregs, curruns, nregs,
  /external/mesa3d/src/gallium/drivers/r600/
r600.h 116 unsigned nregs; member in struct:r600_pipe_state
234 state->regs[state->nregs].value = value;
235 state->nregs++;
  /art/compiler/utils/arm/
assembler_arm32.cc 1090 EmitVPushPop(static_cast<uint32_t>(reg), nregs, true, false, cond); local
1095 EmitVPushPop(static_cast<uint32_t>(reg), nregs, true, true, cond); local
1100 EmitVPushPop(static_cast<uint32_t>(reg), nregs, false, false, cond); local
1105 EmitVPushPop(static_cast<uint32_t>(reg), nregs, false, true, cond); local
    [all...]
assembler_thumb2.cc 2999 EmitVPushPop(static_cast<uint32_t>(reg), nregs, true, false, cond); local
3004 EmitVPushPop(static_cast<uint32_t>(reg), nregs, true, true, cond); local
3009 EmitVPushPop(static_cast<uint32_t>(reg), nregs, false, false, cond); local
3014 EmitVPushPop(static_cast<uint32_t>(reg), nregs, false, true, cond); local
    [all...]
  /toolchain/binutils/binutils-2.25/include/opcode/
ia64.h 265 int nregs; member in struct:ia64_opcode_dependency
  /toolchain/binutils/binutils-2.25/opcodes/
ia64-gen.c 201 int nregs;
411 int nregs, unsigned short *regs)
418 if (nregs > 0)
419 regind = insert_deplist (nregs, regs);
806 parse_resource_users (reg, &rs->regs, &rs->nregs, &rs->regnotes);
200 int nregs; member in struct:rdep
2434 int nregs = 0; local
    [all...]
  /external/valgrind/VEX/priv/
host_amd64_defs.h 575 /* Do 'ffree' on %st(7) .. %st(7-nregs) */
577 Int nregs; /* 1 <= nregs <= 7 */ member in struct:__anon24170::__anon24171::__anon24198
755 extern AMD64Instr* AMD64Instr_A87Free ( Int nregs );
guest_arm_toIR.c 8605 UInt nregs = 2; local
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
rtl.h 2127 int nregs; member in struct:subreg_info
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/config/i386/
i386.h 1488 int nregs; \/* # registers available for passing *\/ member in struct:ix86_args
    [all...]
  /toolchain/binutils/binutils-2.25/binutils/
readelf.c 7520 unsigned int nregs; local
    [all...]

Completed in 537 milliseconds