Searched refs:nregs (Results 1 - 25 of 53) sorted by relevance

123

/freebsd-11-stable/sys/arm/arm/
H A Dmachdep_ptrace.c226 u_int addr, nregs, offset = 0; local
244 nregs = fetch_reg(cookie,
247 nregs = (insn >> 7) & 0x1f;
251 offset = offset << nregs;
255 offset = offset >> nregs;
300 nregs = (insn & 0x5555) + ((insn >> 1) & 0x5555);
301 nregs = (nregs & 0x3333) + ((nregs >> 2) & 0x3333);
302 nregs
[all...]
/freebsd-11-stable/contrib/gcc/config/i386/
H A Dnetware.c90 gen_regparm_prefix (tree decl, unsigned nregs) argument
122 if (nregs > total / BITS_PER_WORD)
123 nregs = total / BITS_PER_WORD;
124 gcc_assert (nregs <= 9);
129 nregs,
/freebsd-11-stable/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_regset.c43 dt_regset_create(ulong_t nregs) argument
45 ulong_t n = BT_BITOUL(nregs);
58 drp->dr_size = nregs;
/freebsd-11-stable/sys/powerpc/psim/
H A Diobusvar.h49 IOBUS_ACCESSOR(nregs, NREGS, u_int)
/freebsd-11-stable/contrib/gcc/
H A Dmode-switching.c167 int regno, nregs;
174 for (nregs = hard_regno_nregs[regno][GET_MODE (reg)] - 1; nregs >= 0;
175 nregs--)
176 CLEAR_HARD_REG_BIT (live, regno + nregs);
185 int regno, nregs;
195 for (nregs = hard_regno_nregs[regno][GET_MODE (reg)] - 1; nregs >= 0;
196 nregs--)
197 SET_HARD_REG_BIT (* (HARD_REG_SET *) live, regno + nregs);
165 int regno, nregs; local
183 int regno, nregs; local
237 int nregs = hard_regno_nregs[ret_start][GET_MODE (ret_reg)]; local
[all...]
H A Dcaller-save.c436 int nregs;
440 nregs = hard_regno_nregs[r][PSEUDO_REGNO_MODE (regno)];
442 (r, nregs, PSEUDO_REGNO_MODE (regno));
446 while (nregs-- > 0)
447 SET_HARD_REG_BIT (hard_regs_to_save, r + nregs);
601 int nregs = hard_regno_nregs[hardregno][GET_MODE (x)];
602 while (nregs-- > 0)
603 SET_HARD_REG_BIT (referenced_regs, hardregno + nregs);
433 int nregs; local
598 int nregs = hard_regno_nregs[hardregno][GET_MODE (x)]; local
H A Dregrename.c104 int nregs; local
111 nregs = hard_regno_nregs[regno][GET_MODE (x)];
114 gcc_assert (regno + nregs <= FIRST_PSEUDO_REGISTER);
116 while (nregs-- > 0)
117 SET_HARD_REG_BIT (*pset, regno + nregs);
132 int nregs = hard_regno_nregs[regno][GET_MODE (reg)]; local
135 gcc_assert (regno + nregs <= FIRST_PSEUDO_REGISTER);
137 while (nregs-- > 0)
138 CLEAR_HARD_REG_BIT (*pset, regno + nregs);
292 int nregs local
436 int nregs = hard_regno_nregs[regno][GET_MODE (*this->loc)]; local
1003 int nregs = hard_regno_nregs[r][GET_MODE (*this->loc)]; local
1104 kill_value_regno(unsigned int regno, unsigned int nregs, struct value_data *vd) argument
1160 unsigned int nregs; local
[all...]
H A Dregclass.c642 enough to save nregs. If we can't find one, return VOIDmode.
647 unsigned int nregs, bool call_saved)
659 if ((unsigned) hard_regno_nregs[regno][mode] == nregs
670 if ((unsigned) hard_regno_nregs[regno][mode] == nregs
681 if ((unsigned) hard_regno_nregs[regno][mode] == nregs
692 if ((unsigned) hard_regno_nregs[regno][mode] == nregs
704 if ((unsigned) hard_regno_nregs[regno][mode] == nregs
1213 regclass (rtx f, int nregs)
1221 costs = XNEWVEC (struct costs, nregs);
1225 in_inc_dec = XNEWVEC (char, nregs);
645 choose_hard_reg_mode(unsigned int regno ATTRIBUTE_UNUSED, unsigned int nregs, bool call_saved) argument
1208 regclass(rtx f, int nregs) argument
2323 reg_scan(rtx f, unsigned int nregs) argument
[all...]
H A Dreload.h98 unsigned int nregs; member in struct:reload
H A Dpostreload.c1063 int nregs = hard_regno_nregs[regno][GET_MODE (reg)];
1065 while (--nregs >= 0)
1066 reg_state[regno + nregs].use_index = -1;
1092 int nregs;
1097 nregs = hard_regno_nregs[regno][GET_MODE (x)];
1100 if (nregs > 1)
1102 while (--nregs >= 0)
1103 reg_state[regno + nregs].use_index = -1;
1062 int nregs = hard_regno_nregs[regno][GET_MODE (reg)]; local
1091 int nregs; local
H A Dstruct-equiv.c212 int nregs, i, old;
217 nregs = 1;
220 nregs = hard_regno_nregs[regno][GET_MODE (reg)];
221 for (old = 0, i = nregs; --i >= 0; regno++)
1277 int nregs = (regno >= FIRST_PSEUDO_REGISTER
1280 for (info->local_rvalue[i] = false; nregs > 0; regno++, --nregs)
211 int nregs, i, old; local
1276 int nregs = (regno >= FIRST_PSEUDO_REGISTER local
H A Dreload1.c549 int nregs;
561 nregs = hard_regno_nregs[r][PSEUDO_REGNO_MODE (regno)];
562 while (nregs-- > 0)
563 SET_HARD_REG_BIT (*to, r + nregs);
1596 t = rld[r2].nregs - rld[r1].nregs;
1626 int nregs;
1638 nregs = hard_regno_nregs[r][PSEUDO_REGNO_MODE (reg)];
1639 while (nregs-- > 0)
1640 spill_cost[r + nregs]
545 int nregs; local
1618 int nregs; local
1693 int nregs = hard_regno_nregs[r][PSEUDO_REGNO_MODE (reg)]; local
4330 unsigned int nregs = hard_regno_nregs[regno][mode]; local
4392 unsigned int nregs = hard_regno_nregs[regno][mode]; local
5130 int nregs = hard_regno_nregs[regno][mode]; local
[all...]
/freebsd-11-stable/tools/tools/ath/athpoke/
H A Dathpoke.c49 u_int nregs; member in struct:__anon13687
167 const int existing_regs = state.nregs;
209 if (state.nregs == MAXREGS)
211 state.regs[state.nregs++] = nr;
215 qsort(state.regs, state.nregs, sizeof(struct dumpreg *), regcompar);
240 for (i = 0; i < state.nregs; i++) {
/freebsd-11-stable/tools/tools/ath/athregs/
H A Ddumpregs.c53 u_int nregs; member in struct:__anon13691
271 const int existing_regs = state.nregs;
313 if (state.nregs == MAXREGS)
315 state.regs[state.nregs++] = nr;
319 qsort(state.regs, state.nregs, sizeof(struct dumpreg *), regcompar);
356 int i, nregs; local
358 nregs = (erange - brange) / sizeof(uint32_t);
359 bbregs = (struct dumpreg *) calloc(nregs, sizeof(struct dumpreg));
362 nregs, type);
364 for (i = 0; i < nregs;
[all...]
/freebsd-11-stable/tools/tools/ath/athdecode/
H A Dmain.c51 u_int nregs; member in struct:__anon13686
288 const int existing_regs = state.nregs;
330 if (state.nregs == MAXREGS)
332 state.regs[state.nregs++] = nr;
336 qsort(state.regs, state.nregs, sizeof(struct dumpreg *), regcompar);
359 for (i = 0; i < state.nregs; i++) {
/freebsd-11-stable/contrib/gdb/gdb/
H A Di386-nat.c559 int nregs; local
563 nregs = i386_handle_nonaligned_watchpoint (WP_COUNT, addr, len, hw_write);
564 return nregs <= DR_NADDR ? 1 : 0;
/freebsd-11-stable/contrib/jemalloc/src/
H A Dstats.c83 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,
H A Dtcache.c536 if ((arena_bin_info[i].nregs << 1) <= TCACHE_NSLOTS_SMALL_MIN) {
539 } else if ((arena_bin_info[i].nregs << 1) <=
542 (arena_bin_info[i].nregs << 1);
/freebsd-11-stable/contrib/binutils/include/opcode/
H A Dia64.h240 int nregs; member in struct:ia64_opcode_dependency
/freebsd-11-stable/sys/dev/utopia/
H A Dutopia.h151 u_int nregs; member in struct:utopia_chip
/freebsd-11-stable/sys/arm/nvidia/
H A Das3722_regulators.c618 sc->nregs = nitems(as3722s_def);
619 sc->regs = malloc(sizeof(struct as3722_reg_sc *) * sc->nregs,
624 for (i = 0; i < sc->nregs; i++) {
652 for (i = 0; i < sc->nregs; i++) {
/freebsd-11-stable/sys/dev/cxgbe/common/
H A Dcommon.h566 unsigned int data_reg, u32 *vals, unsigned int nregs,
570 unsigned int nregs, unsigned int start_idx);
835 void t4_tp_pio_read(struct adapter *adap, u32 *buff, u32 nregs,
837 void t4_tp_pio_write(struct adapter *adap, const u32 *buff, u32 nregs,
839 void t4_tp_tm_pio_read(struct adapter *adap, u32 *buff, u32 nregs,
841 void t4_tp_mib_read(struct adapter *adap, u32 *buff, u32 nregs,
/freebsd-11-stable/contrib/libgnuregex/
H A Dregexec.c53 int nregs, int regs_allocated) internal_function;
65 int str_idx, int dest_node, int nregs,
416 int nregs, rval;
442 nregs = 1;
446 nregs = regs->num_regs;
447 if (BE (nregs < 1, 0))
451 nregs = 1;
455 nregs = bufp->re_nsub + 1;
456 pmatch = re_malloc (regmatch_t, nregs);
464 nregs, pmatc
415 int nregs, rval; local
1268 proceed_next_node(const re_match_context_t *mctx, int nregs, regmatch_t *regs, int *pidx, int node, re_node_set *eps_via_nodes, struct re_fail_stack_t *fs) argument
1368 push_fail_stack(struct re_fail_stack_t *fs, int str_idx, int dest_node, int nregs, regmatch_t *regs, re_node_set *eps_via_nodes) argument
1395 pop_fail_stack(struct re_fail_stack_t *fs, int *pidx, int nregs, regmatch_t *regs, re_node_set *eps_via_nodes) argument
[all...]
/freebsd-11-stable/contrib/binutils/gas/config/
H A Dtc-i386.c6871 int nregs = -1;
6878 if (nregs >= 0 && NUM_ADDRESS_REGS > nregs)
6882 nregs = -1;
6884 nregs = NUM_ADDRESS_REGS;
6900 int nregs = ~NUM_ADDRESS_REGS;
6922 if (nregs < 0)
6923 nregs = ~nregs;
6925 if (nregs >
6858 int nregs = -1; local
6887 int nregs = ~NUM_ADDRESS_REGS; local
6924 int nregs = ~NUM_ADDRESS_REGS; local
6972 int nregs = ~NUM_ADDRESS_REGS; local
[all...]
/freebsd-11-stable/contrib/gcc/config/sparc/
H A Dsparc.c4634 unsigned int nregs; /* number of words passed in registers. */
4721 parms->nregs += intslots;
4729 parms->nregs += TYPE_VECTOR_SUBPARTS (TREE_TYPE (field));
4731 parms->nregs += 2;
4733 parms->nregs += 1;
4788 XVECEXP (parms->ret, 0, parms->stack + parms->nregs)
4794 parms->nregs += 1;
4851 int regno, nregs, pos;
4861 nregs = TYPE_VECTOR_SUBPARTS (TREE_TYPE (field));
4866 nregs
4622 unsigned int nregs; /* number of words passed in registers. */ member in struct:function_arg_record_value_parms
4839 int regno, nregs, pos; local
4906 unsigned int nregs; local
5038 int nregs = size / base_mode_size, i; local
[all...]

Completed in 253 milliseconds

123