Searched defs:nregs (Results 1 - 17 of 17) sorted by relevance

/external/elfutils/libdwfl/
H A Ddwfl_module_register_names.c74 int nregs = ebl_register_info (mod->ebl, -1, NULL, 0, local
77 for (int regno = 0; regno < nregs && likely (result == 0); ++regno)
/external/elfutils/backends/
H A Dia64_retval.c99 inline int hfa (const Dwarf_Op *loc, int nregs) argument
105 return fpregs_used + nregs;
/external/elfutils/tests/
H A Dallregs.c95 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)
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r600/
H A Dr600.h116 unsigned nregs; member in struct:r600_pipe_state
234 state->regs[state->nregs].value = value;
235 state->nregs++;
/external/mesa3d/src/gallium/drivers/r600/
H A Dr600.h116 unsigned nregs; member in struct:r600_pipe_state
234 state->regs[state->nregs].value = value;
235 state->nregs++;
/external/qemu/target-arm/
H A Dop_helper.c493 int nregs; member in struct:__anon24971
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) {
H A Dhelper.c325 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
[all...]
H A Dtranslate.c3808 int nregs; member in struct:__anon24972
3831 int nregs; local
3871 nregs = neon_ls_element_type[op].nregs;
3880 stride = nregs * 8;
3890 nregs = ((insn >> 8) & 3) + 1;
3893 if (nregs != 4 || a == 0) {
3899 if (nregs == 1 && a == 1 && size == 0) {
3902 if (nregs == 3 && a == 1) {
3907 if (nregs
[all...]
/external/valgrind/main/VEX/priv/
H A Dhost_amd64_defs.c135 void getAllocableRegs_AMD64 ( Int* nregs, HReg** arr ) argument
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 <
[all...]
H A Dhost_x86_defs.c105 void getAllocableRegs_X86 ( Int* nregs, HReg** arr ) argument
107 *nregs = 20;
108 *arr = LibVEX_Alloc(*nregs * sizeof(HReg));
H A Dhost_amd64_defs.h553 /* Do 'ffree' on %st(7) .. %st(7-nregs) */
555 Int nregs; /* 1 <= nregs <= 7 */ member in struct:__anon26556::__anon26557::__anon26582
719 extern AMD64Instr* AMD64Instr_A87Free ( Int nregs );
H A Dhost_arm_defs.c122 void getAllocableRegs_ARM ( Int* nregs, HReg** arr ) argument
125 *nregs = 26;
126 *arr = LibVEX_Alloc(*nregs * sizeof(HReg));
187 vassert(i == *nregs);
H A Dhost_mips_defs.c552 void getAllocableRegs_MIPS(Int * nregs, HReg ** arr, Bool mode64) argument
555 *nregs = 27;
557 *nregs = 34;
559 *arr = LibVEX_Alloc(*nregs * sizeof(HReg));
622 vassert(i == *nregs);
H A Dhost_ppc_defs.c196 void getAllocableRegs_PPC ( Int* nregs, HReg** arr, Bool mode64 ) argument
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);
H A Dhost_s390_defs.c115 s390_hreg_get_allocable(Int *nregs, HReg **arr) argument
120 *nregs = 16 /* GPRs */
129 *arr = LibVEX_Alloc(*nregs * sizeof(HReg));
418 getAllocableRegs_S390(Int *nregs, HReg **arr, Bool mode64) argument
420 s390_hreg_get_allocable(nregs, arr);
/external/chromium_org/third_party/jemalloc/chromium/
H A Djemalloc.c932 uint32_t nregs; member in struct:arena_bin_s
2087 arena->bins[i].nregs,
3096 assert(regind < bin->nregs);
3114 assert(regind < bin->nregs);
3226 assert(regind < bin->nregs);
3817 remainder = bin->nregs & ((1U << (SIZEOF_INT_2POW + 3)) - 1);
3828 run->nfree = bin->nregs;
3880 * bin->nregs, bin->regs_mask_nelms, and bin->reg0_offset are
3948 bin->nregs = good_nregs;
4439 if (run->nfree == bin->nregs) {
[all...]
/external/chromium_org/third_party/jemalloc/vendor/
H A Djemalloc.c925 uint32_t nregs; member in struct:arena_bin_s
2076 arena->bins[i].nregs,
3085 assert(regind < bin->nregs);
3103 assert(regind < bin->nregs);
3215 assert(regind < bin->nregs);
3806 remainder = bin->nregs & ((1U << (SIZEOF_INT_2POW + 3)) - 1);
3817 run->nfree = bin->nregs;
3869 * bin->nregs, bin->regs_mask_nelms, and bin->reg0_offset are
3937 bin->nregs = good_nregs;
4428 if (run->nfree == bin->nregs) {
[all...]

Completed in 508 milliseconds