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

  /external/elfutils/0.153/libdwfl/
dwfl_module_register_names.c 74 int nregs = ebl_register_info (mod->ebl, -1, NULL, 0, local
77 for (int regno = 0; regno < nregs && likely (result == 0); ++regno)
  /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/0.153/libdw/
cfi.h 206 size_t nregs; member in struct:Dwarf_Frame_s
  /external/jemalloc/src/
stats.c 87 uint32_t nregs; local
106 CTL_J_GET("arenas.bin.0.nregs", &nregs, uint32_t);
132 j, reg_size, nregs, run_size / page,
140 j, reg_size, nregs, run_size / page,
  /external/qemu/target-arm/
op_helper.c 483 int nregs; member in struct:__anon33830
505 const int nregs = neon_ls_element_type[op].nregs; local
513 for (reg = 0; reg < nregs; reg++) {
514 if (interleave > 2 || (interleave == 2 && nregs == 2)) {
516 } else if (interleave == 2 && nregs == 4 && reg == 2) {
helper.c 365 int nregs; local
368 nregs = arm_feature(env, ARM_FEATURE_VFP3) ? 32 : 16;
369 if (reg < nregs) {
375 nregs += 16;
376 if (reg < nregs) {
382 switch (reg - nregs) {
392 int nregs; local
394 nregs = arm_feature(env, ARM_FEATURE_VFP3) ? 32 : 16;
395 if (reg < nregs) {
400 nregs += 16
    [all...]
translate.c 3884 int nregs; member in struct:__anon33831
3907 int nregs; local
    [all...]
  /external/chromium_org/third_party/mesa/src/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++;
  /external/jemalloc/include/jemalloc/internal/
arena.h 199 /* Index of next region that has never been allocated, or nregs. */
232 * | region nregs-1 |
256 uint32_t nregs; member in struct:arena_bin_info_s
1018 assert(regind < bin_info->nregs);
    [all...]
  /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 930 void Arm32Assembler::vpushs(SRegister reg, int nregs, Condition cond) {
931 EmitVPushPop(static_cast<uint32_t>(reg), nregs, true, false, cond); local
935 void Arm32Assembler::vpushd(DRegister reg, int nregs, Condition cond) {
936 EmitVPushPop(static_cast<uint32_t>(reg), nregs, true, true, cond); local
940 void Arm32Assembler::vpops(SRegister reg, int nregs, Condition cond) {
941 EmitVPushPop(static_cast<uint32_t>(reg), nregs, false, false, cond); local
945 void Arm32Assembler::vpopd(DRegister reg, int nregs, Condition cond) {
946 EmitVPushPop(static_cast<uint32_t>(reg), nregs, false, true, cond); local
950 void Arm32Assembler::EmitVPushPop(uint32_t reg, int nregs, bool push, bool dbl, Condition cond) {
952 CHECK_GT(nregs, 0)
    [all...]
assembler_thumb2.cc 1816 EmitVPushPop(static_cast<uint32_t>(reg), nregs, true, false, cond); local
1821 EmitVPushPop(static_cast<uint32_t>(reg), nregs, true, true, cond); local
1826 EmitVPushPop(static_cast<uint32_t>(reg), nregs, false, false, cond); local
1831 EmitVPushPop(static_cast<uint32_t>(reg), nregs, false, true, cond); local
    [all...]
  /external/valgrind/main/VEX/priv/
host_amd64_defs.h 557 /* Do 'ffree' on %st(7) .. %st(7-nregs) */
559 Int nregs; /* 1 <= nregs <= 7 */ member in struct:__anon35398::__anon35399::__anon35424
723 extern AMD64Instr* AMD64Instr_A87Free ( Int nregs );
guest_arm_toIR.c 8603 UInt nregs = 2; local
    [all...]
  /ndk/sources/host-tools/sed-4.2.1/lib/
regexec.c 58 Idx nregs, int regs_allocated)
71 Idx str_idx, Idx dest_node, Idx nregs,
428 Idx nregs;
458 nregs = 1;
462 nregs = regs->num_regs;
463 if (BE (nregs < 1, 0))
467 nregs = 1;
471 nregs = bufp->re_nsub + 1;
472 pmatch = re_malloc (regmatch_t, nregs);
480 nregs, pmatch, eflags)
427 Idx nregs; 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...]

Completed in 465 milliseconds