Searched refs:regmap (Results 1 - 13 of 13) sorted by relevance

/freebsd-11-stable/contrib/gdb/gdb/
H A Ddpx2-nat.c38 static int regmap[] =
55 return (blockend + 4 * regmap[regnum]);
57 return (int) &(((struct user *) 0)->u_fpstate[regmap[regnum]]);
37 static int regmap[] = variable
H A Di386v4-nat.c93 static int regmap[] = variable
111 supply_register (i, (char *) (regp + regmap[i]));
126 regcache_collect (i, regp + regmap[i]);
H A Dalphanbsd-tdep.c44 static const int regmap[] = local
72 supply_register (regno, regs + (regmap[regno] * 8));
H A Dlynx-nat.c42 static int regmap[] = variable
67 static int regmap[] = variable
110 static int regmap[] = variable
180 static int regmap[] = variable
322 (PTRACE_ARG3_TYPE) (ecp + regmap[regno] + i), 0);
373 (PTRACE_ARG3_TYPE) (ecp + regmap[regno] + i), reg);
595 if (regmap[regno] != -1)
597 + regmap[regno]);
H A Di386-nto-tdep.c46 static int regmap[] = { variable
67 return (regno >= 0 && regno < NUM_GPREGS) ? regmap[regno] : -1;
H A Di386v-nat.c70 static int regmap[] =
101 return (blockend + 4 * regmap[regnum]);
69 static int regmap[] = variable
H A Drs6000-nat.c154 regmap (int regno, int *isfloat) function
227 nr = regmap (regno, &isfloat);
287 nr = regmap (regno, &isfloat);
/freebsd-11-stable/gnu/usr.bin/gdb/gdbserver/
H A Dfbsd-low.h46 int *regmap; member in struct:fbsd_target_ops
/freebsd-11-stable/sys/cddl/dev/dtrace/amd64/
H A Ddtrace_isa.c485 int regmap[] = { local
508 if (reg >= sizeof (regmap) / sizeof (int)) {
513 reg = regmap[reg];
/freebsd-11-stable/sys/cddl/dev/dtrace/i386/
H A Ddtrace_isa.c508 int regmap[] = { /* Order is dependent on reg.d */ local
535 if (reg >= sizeof (regmap) / sizeof (int)) {
540 reg = regmap[reg];
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/intel/dtrace/
H A Dfasttrap_isa.c212 static const uint8_t regmap[16] = { variable
217 static const uint8_t regmap[8] = { variable
445 regmap[index | (FASTTRAP_REX_X(rex) << 3)];
448 regmap[base | (FASTTRAP_REX_B(rex) << 3)];
471 tp->ftt_base = regmap[base];
/freebsd-11-stable/sys/dev/ocs_fc/
H A Dsli4.c118 * device, code can refer to the offset using regmap[SLI4_REG_BMBX][0].offset.
123 const sli4_reg_t regmap[SLI4_REG_MAX][SLI4_MAX_IF_TYPES] = { variable
209 const sli4_reg_t *r = &(regmap[reg][sli->if_type]);
231 const sli4_reg_t *r = &(regmap[reg][sli->if_type]);
4400 q->doorbell_offset = regmap[SLI4_REG_EQCQ_DOORBELL][sli4->if_type].off;
4401 q->doorbell_rset = regmap[SLI4_REG_EQCQ_DOORBELL][sli4->if_type].rset;
4405 q->doorbell_offset = regmap[SLI4_REG_EQCQ_DOORBELL][sli4->if_type].off;
4406 q->doorbell_rset = regmap[SLI4_REG_EQCQ_DOORBELL][sli4->if_type].rset;
4410 q->doorbell_offset = regmap[SLI4_REG_MQ_DOORBELL][sli4->if_type].off;
4411 q->doorbell_rset = regmap[SLI4_REG_MQ_DOORBEL
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXAsmPrinter.cpp1656 DenseMap<unsigned, unsigned> &regmap = VRegMapping[RC]; local
1657 int n = regmap.size();
1658 regmap.insert(std::make_pair(vr, n + 1));
1675 DenseMap<unsigned, unsigned> &regmap = VRegMapping[RC]; local
1678 int n = regmap.size();

Completed in 120 milliseconds