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

  /external/elfutils/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/elfutils/tests/
allregs.c 95 int nregs; member in struct:state
134 if (regno >= state->nregs)
137 memset (&state->info[state->nregs], 0,
139 - (void *) &state->info[state->nregs]));
140 state->nregs = regno + 1;
192 if (result != 0 || state.nregs == 0)
196 qsort (state.info, state.nregs, sizeof state.info[0], &compare);
199 for (int i = 0; i < state.nregs; ++i)
  /ndk/sources/host-tools/sed-4.2.1/sed/
regexp.c 173 copy_regs (regs, pmatch, nregs)
176 int nregs;
179 int need_regs = nregs + 1;
199 for (i = 0; i < nregs; ++i)
  /external/qemu/target-arm/
op_helper.c 493 int nregs; member in struct:__anon13893
515 const int nregs = neon_ls_element_type[op].nregs; local
523 for (reg = 0; reg < nregs; reg++) {
524 if (interleave > 2 || (interleave == 2 && nregs == 2)) {
526 } else if (interleave == 2 && nregs == 4 && reg == 2) {
helper.c 325 int nregs; local
328 nregs = arm_feature(env, ARM_FEATURE_VFP3) ? 32 : 16;
329 if (reg < nregs) {
335 nregs += 16;
336 if (reg < nregs) {
342 switch (reg - nregs) {
352 int nregs; local
354 nregs = arm_feature(env, ARM_FEATURE_VFP3) ? 32 : 16;
355 if (reg < nregs) {
360 nregs += 16
    [all...]
translate.c 3808 int nregs; member in struct:__anon13894
3831 int nregs; local
    [all...]
  /external/elfutils/backends/
ia64_retval.c 99 inline int hfa (const Dwarf_Op *loc, int nregs)
105 return fpregs_used + nregs;
  /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...]
  /external/valgrind/main/VEX/priv/
host_amd64_defs.h 553 /* Do 'ffree' on %st(7) .. %st(7-nregs) */
555 Int nregs; /* 1 <= nregs <= 7 */ member in struct:__anon16054::__anon16055::__anon16080
719 extern AMD64Instr* AMD64Instr_A87Free ( Int nregs );
host_amd64_defs.c 135 void getAllocableRegs_AMD64 ( Int* nregs, HReg** arr )
138 *nregs = 6;
139 *arr = LibVEX_Alloc(*nregs * sizeof(HReg));
149 *nregs = 20;
150 *arr = LibVEX_Alloc(*nregs * sizeof(HReg));
810 AMD64Instr* AMD64Instr_A87Free ( Int nregs )
814 i->Ain.A87Free.nregs = nregs;
815 vassert(nregs >= 1 && nregs <= 7)
    [all...]
host_mips_defs.c 552 void getAllocableRegs_MIPS(Int * nregs, HReg ** arr, Bool mode64)
555 *nregs = 27;
557 *nregs = 34;
559 *arr = LibVEX_Alloc(*nregs * sizeof(HReg));
622 vassert(i == *nregs);
    [all...]
host_ppc_defs.c 196 void getAllocableRegs_PPC ( Int* nregs, HReg** arr, Bool mode64 )
200 *nregs = (32-9) + (32-24) + (32-24);
202 *nregs = (32-7) + (32-24) + (32-24);
203 *arr = LibVEX_Alloc(*nregs * sizeof(HReg));
270 vassert(i == *nregs);
    [all...]
host_x86_defs.c 105 void getAllocableRegs_X86 ( Int* nregs, HReg** arr )
107 *nregs = 20;
108 *arr = LibVEX_Alloc(*nregs * sizeof(HReg));
    [all...]
host_arm_defs.c 122 void getAllocableRegs_ARM ( Int* nregs, HReg** arr )
125 *nregs = 26;
126 *arr = LibVEX_Alloc(*nregs * sizeof(HReg));
187 vassert(i == *nregs);
    [all...]
host_s390_defs.c 115 s390_hreg_get_allocable(Int *nregs, HReg **arr)
120 *nregs = 16 /* GPRs */
129 *arr = LibVEX_Alloc(*nregs * sizeof(HReg));
418 getAllocableRegs_S390(Int *nregs, HReg **arr, Bool mode64)
420 s390_hreg_get_allocable(nregs, arr);
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/config/arm/
arm.h 1543 int nregs; member in struct:__anon22625
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/config/arm/
arm.h 1543 int nregs; member in struct:__anon23354
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/config/arm/
arm.h 1543 int nregs; member in struct:__anon24185
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/config/arm/
arm.h 1543 int nregs; member in struct:__anon24914
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
rtl.h 1949 int nregs; member in struct:subreg_info
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
rtl.h 1949 int nregs; member in struct:subreg_info
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
rtl.h 1949 int nregs; member in struct:subreg_info
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
rtl.h 1949 int nregs; member in struct:subreg_info
    [all...]

Completed in 991 milliseconds