Home
last modified time | relevance | path

Searched refs:reg_size (Results 1 – 25 of 144) sorted by relevance

123456

/netbsd/external/gpl3/gdb/dist/gdb/arch/
H A Darc.h32 arc_gdbarch_features (int reg_size, arc_isa isa) in arc_gdbarch_features()
33 : reg_size (reg_size), isa (isa) in arc_gdbarch_features()
38 const int reg_size; member
46 return (reg_size == rhs.reg_size && isa == rhs.isa);
62 std::size_t val = ((reg_size & 0x1f) << 8 | (isa & 0xf) << 0); in hash()
H A Darc.c48 if (features.isa == ARC_ISA_ARCV1 && features.reg_size == 4) in arc_create_target_description()
50 else if (features.isa == ARC_ISA_ARCV2 && features.reg_size == 4) in arc_create_target_description()
56 features.isa, 8 * features.reg_size); in arc_create_target_description()
/netbsd/external/gpl3/gdb.old/dist/gdb/arch/
H A Darc.h32 arc_gdbarch_features (int reg_size, arc_isa isa) in arc_gdbarch_features()
33 : reg_size (reg_size), isa (isa) in arc_gdbarch_features()
38 const int reg_size; member
46 return (reg_size == rhs.reg_size && isa == rhs.isa);
62 std::size_t val = ((reg_size & 0x1f) << 8 | (isa & 0xf) << 0); in hash()
H A Darc.c48 if (features.isa == ARC_ISA_ARCV1 && features.reg_size == 4) in arc_create_target_description()
50 else if (features.isa == ARC_ISA_ARCV2 && features.reg_size == 4) in arc_create_target_description()
56 features.isa, 8 * features.reg_size); in arc_create_target_description()
/netbsd/external/gpl3/gdb/dist/gdb/
H A Drs6000-lynx178-tdep.c93 int reg_size = register_size (gdbarch, ii + 3); in rs6000_lynx178_push_dummy_call() local
119 if (len > reg_size) in rs6000_lynx178_push_dummy_call()
126 memset (word, 0, reg_size); in rs6000_lynx178_push_dummy_call()
129 (len - argbytes) > reg_size in rs6000_lynx178_push_dummy_call()
130 ? reg_size : len - argbytes); in rs6000_lynx178_push_dummy_call()
132 ++ii, argbytes += reg_size; in rs6000_lynx178_push_dummy_call()
145 memset (word, 0, reg_size); in rs6000_lynx178_push_dummy_call()
H A Dregcache.c874 int reg_size = register_size (arch (), regnum); in read_part() local
877 gdb_assert (offset >= 0 && offset <= reg_size); in read_part()
886 if (offset == 0 && len == reg_size) in read_part()
893 gdb_byte *reg = (gdb_byte *) alloca (reg_size); in read_part()
911 int reg_size = register_size (arch (), regnum); in raw_collect_part() local
914 gdb_assert (offset >= 0 && offset <= reg_size); in raw_collect_part()
923 if (offset == 0 && len == reg_size) in raw_collect_part()
953 if (offset == 0 && len == reg_size) in write_part()
992 if (offset == 0 && len == reg_size) in raw_supply_part()
1164 if (slot_size > reg_size) in transfer_regset_register()
[all …]
H A Dsh-tdep.c1077 int len, reg_size = 0; in sh_push_dummy_call_fpu() local
1136 reg_size = (len + 3) & ~3; in sh_push_dummy_call_fpu()
1138 stack_offset += reg_size; in sh_push_dummy_call_fpu()
1157 val += reg_size; in sh_push_dummy_call_fpu()
1158 len -= reg_size; in sh_push_dummy_call_fpu()
1173 len -= reg_size; in sh_push_dummy_call_fpu()
1174 val += reg_size; in sh_push_dummy_call_fpu()
1219 int len, reg_size = 0; in sh_push_dummy_call_nofpu() local
1265 stack_offset += reg_size; in sh_push_dummy_call_nofpu()
1277 len -= reg_size; in sh_push_dummy_call_nofpu()
[all …]
/netbsd/external/gpl3/gdb.old/dist/gdb/
H A Drs6000-lynx178-tdep.c93 int reg_size = register_size (gdbarch, ii + 3); in rs6000_lynx178_push_dummy_call() local
119 if (len > reg_size) in rs6000_lynx178_push_dummy_call()
126 memset (word, 0, reg_size); in rs6000_lynx178_push_dummy_call()
129 (len - argbytes) > reg_size in rs6000_lynx178_push_dummy_call()
130 ? reg_size : len - argbytes); in rs6000_lynx178_push_dummy_call()
132 ++ii, argbytes += reg_size; in rs6000_lynx178_push_dummy_call()
145 memset (word, 0, reg_size); in rs6000_lynx178_push_dummy_call()
H A Dregcache.c874 int reg_size = register_size (arch (), regnum); in read_part() local
877 gdb_assert (offset >= 0 && offset <= reg_size); in read_part()
886 if (offset == 0 && len == reg_size) in read_part()
893 gdb_byte *reg = (gdb_byte *) alloca (reg_size); in read_part()
911 int reg_size = register_size (arch (), regnum); in raw_collect_part() local
914 gdb_assert (offset >= 0 && offset <= reg_size); in raw_collect_part()
923 if (offset == 0 && len == reg_size) in raw_collect_part()
953 if (offset == 0 && len == reg_size) in write_part()
992 if (offset == 0 && len == reg_size) in raw_supply_part()
1164 if (slot_size > reg_size) in transfer_regset_register()
[all …]
H A Dsh-tdep.c1077 int len, reg_size = 0; in sh_push_dummy_call_fpu() local
1136 reg_size = (len + 3) & ~3; in sh_push_dummy_call_fpu()
1138 stack_offset += reg_size; in sh_push_dummy_call_fpu()
1157 val += reg_size; in sh_push_dummy_call_fpu()
1158 len -= reg_size; in sh_push_dummy_call_fpu()
1173 len -= reg_size; in sh_push_dummy_call_fpu()
1174 val += reg_size; in sh_push_dummy_call_fpu()
1219 int len, reg_size = 0; in sh_push_dummy_call_nofpu() local
1265 stack_offset += reg_size; in sh_push_dummy_call_nofpu()
1277 len -= reg_size; in sh_push_dummy_call_nofpu()
[all …]
/netbsd/external/gpl3/gdb/dist/sim/bfin/
H A Ddv-bfin_ebiu_amc.c365 unsigned reg_size) in attach_bfin_ebiu_amc_regs() argument
386 if (attach_size != reg_size) in attach_bfin_ebiu_amc_regs()
387 hw_abort (me, "\"reg\" size must be %#x", reg_size); in attach_bfin_ebiu_amc_regs()
400 unsigned reg_size; in bfin_ebiu_amc_finish() local
417 reg_size = sizeof (amc->bf50x) + 4; in bfin_ebiu_amc_finish()
432 reg_size = sizeof (amc->bf54x) + 4; in bfin_ebiu_amc_finish()
453 reg_size = sizeof (amc->bf53x) + 4; in bfin_ebiu_amc_finish()
470 attach_bfin_ebiu_amc_regs (me, amc, reg_size); in bfin_ebiu_amc_finish()
/netbsd/external/gpl3/gdb.old/dist/sim/bfin/
H A Ddv-bfin_ebiu_amc.c365 unsigned reg_size) in attach_bfin_ebiu_amc_regs() argument
386 if (attach_size != reg_size) in attach_bfin_ebiu_amc_regs()
387 hw_abort (me, "\"reg\" size must be %#x", reg_size); in attach_bfin_ebiu_amc_regs()
400 unsigned reg_size; in bfin_ebiu_amc_finish() local
417 reg_size = sizeof (amc->bf50x) + 4; in bfin_ebiu_amc_finish()
432 reg_size = sizeof (amc->bf54x) + 4; in bfin_ebiu_amc_finish()
453 reg_size = sizeof (amc->bf53x) + 4; in bfin_ebiu_amc_finish()
470 attach_bfin_ebiu_amc_regs (me, amc, reg_size); in bfin_ebiu_amc_finish()
/netbsd/external/bsd/jemalloc/dist/src/
H A Dbin.c8 #define BIN_INFO_bin_yes(reg_size, slab_size, nregs) \ argument
9 {reg_size, slab_size, nregs, BITMAP_INFO_INITIALIZER(nregs)},
10 #define BIN_INFO_bin_no(reg_size, slab_size, nregs) argument
/netbsd/external/gpl3/gcc/dist/gcc/config/epiphany/
H A Depiphany.c1096 reg_size = 0; in epiphany_compute_frame_size()
1113 reg_size += UNITS_PER_WORD; in epiphany_compute_frame_size()
1120 reg_size += 2 * UNITS_PER_WORD; in epiphany_compute_frame_size()
1137 reg_size += UNITS_PER_WORD; in epiphany_compute_frame_size()
1167 reg_size = EPIPHANY_STACK_ALIGN (reg_size); in epiphany_compute_frame_size()
1168 if (((total_size + reg_size in epiphany_compute_frame_size()
1179 else if (reg_size in epiphany_compute_frame_size()
1210 gcc_assert (reg_size == 0 || (int) reg_size == epiphany_stack_offset); in epiphany_compute_frame_size()
1216 = (reg_size in epiphany_compute_frame_size()
1225 if (reg_size) in epiphany_compute_frame_size()
[all …]
H A Depiphany.cc1098 reg_size = 0; in epiphany_compute_frame_size()
1115 reg_size += UNITS_PER_WORD; in epiphany_compute_frame_size()
1122 reg_size += 2 * UNITS_PER_WORD; in epiphany_compute_frame_size()
1139 reg_size += UNITS_PER_WORD; in epiphany_compute_frame_size()
1169 reg_size = EPIPHANY_STACK_ALIGN (reg_size); in epiphany_compute_frame_size()
1170 if (((total_size + reg_size in epiphany_compute_frame_size()
1181 else if (reg_size in epiphany_compute_frame_size()
1212 gcc_assert (reg_size == 0 || (int) reg_size == epiphany_stack_offset); in epiphany_compute_frame_size()
1218 = (reg_size in epiphany_compute_frame_size()
1227 if (reg_size) in epiphany_compute_frame_size()
[all …]
/netbsd/external/gpl3/gcc.old/dist/gcc/config/epiphany/
H A Depiphany.c1096 reg_size = 0; in epiphany_compute_frame_size()
1113 reg_size += UNITS_PER_WORD; in epiphany_compute_frame_size()
1120 reg_size += 2 * UNITS_PER_WORD; in epiphany_compute_frame_size()
1137 reg_size += UNITS_PER_WORD; in epiphany_compute_frame_size()
1167 reg_size = EPIPHANY_STACK_ALIGN (reg_size); in epiphany_compute_frame_size()
1168 if (((total_size + reg_size in epiphany_compute_frame_size()
1179 else if (reg_size in epiphany_compute_frame_size()
1210 gcc_assert (reg_size == 0 || (int) reg_size == epiphany_stack_offset); in epiphany_compute_frame_size()
1216 = (reg_size in epiphany_compute_frame_size()
1225 if (reg_size) in epiphany_compute_frame_size()
[all …]
/netbsd/external/gpl3/gcc/dist/gcc/config/fr30/
H A Dfr30.c101 unsigned int reg_size; /* # Bytes needed to store regs. */ member
224 unsigned int reg_size; in fr30_compute_frame_size() local
231 reg_size = 0; in fr30_compute_frame_size()
239 reg_size += UNITS_PER_WORD; in fr30_compute_frame_size()
247 reg_size += (current_frame_info.save_fp + current_frame_info.save_rp) in fr30_compute_frame_size()
254 current_frame_info.reg_size = reg_size; in fr30_compute_frame_size()
256 current_frame_info.total_size = args_size + var_size + reg_size + pretend_size; in fr30_compute_frame_size()
267 return_value += reg_size; in fr30_compute_frame_size()
H A Dfr30.cc101 unsigned int reg_size; /* # Bytes needed to store regs. */ member
224 unsigned int reg_size; in fr30_compute_frame_size() local
231 reg_size = 0; in fr30_compute_frame_size()
239 reg_size += UNITS_PER_WORD; in fr30_compute_frame_size()
247 reg_size += (current_frame_info.save_fp + current_frame_info.save_rp) in fr30_compute_frame_size()
254 current_frame_info.reg_size = reg_size; in fr30_compute_frame_size()
256 current_frame_info.total_size = args_size + var_size + reg_size + pretend_size; in fr30_compute_frame_size()
267 return_value += reg_size; in fr30_compute_frame_size()
/netbsd/external/gpl3/gcc.old/dist/gcc/config/fr30/
H A Dfr30.c101 unsigned int reg_size; /* # Bytes needed to store regs. */ member
224 unsigned int reg_size; in fr30_compute_frame_size() local
231 reg_size = 0; in fr30_compute_frame_size()
239 reg_size += UNITS_PER_WORD; in fr30_compute_frame_size()
247 reg_size += (current_frame_info.save_fp + current_frame_info.save_rp) in fr30_compute_frame_size()
254 current_frame_info.reg_size = reg_size; in fr30_compute_frame_size()
256 current_frame_info.total_size = args_size + var_size + reg_size + pretend_size; in fr30_compute_frame_size()
267 return_value += reg_size; in fr30_compute_frame_size()
/netbsd/external/bsd/jemalloc/dist/test/unit/
H A Dslab.c17 (bin_info->reg_size * regind)); in TEST_BEGIN()
21 bin_info->reg_size); in TEST_BEGIN()
/netbsd/external/gpl3/gdb/dist/sim/cris/
H A Ddv-rv.c322 unsigned32 reg_size; member
1122 rv->reg_size = attach_size; in hw_rv_finish()
1137 if (rv->reg_size == 0) in hw_rv_finish()
1143 unsigned8 *dummymem = hw_malloc (me, rv->reg_size); in hw_rv_finish()
1144 memset (dummymem, dummyfill, rv->reg_size); in hw_rv_finish()
1150 unsigned8 *dummymem = hw_malloc (me, rv->reg_size); in hw_rv_finish()
1156 if (fread (dummymem, 1, rv->reg_size, f) != rv->reg_size) in hw_rv_finish()
/netbsd/external/gpl3/gdb.old/dist/sim/cris/
H A Ddv-rv.c322 unsigned32 reg_size; member
1122 rv->reg_size = attach_size; in hw_rv_finish()
1137 if (rv->reg_size == 0) in hw_rv_finish()
1143 unsigned8 *dummymem = hw_malloc (me, rv->reg_size); in hw_rv_finish()
1144 memset (dummymem, dummyfill, rv->reg_size); in hw_rv_finish()
1150 unsigned8 *dummymem = hw_malloc (me, rv->reg_size); in hw_rv_finish()
1156 if (fread (dummymem, 1, rv->reg_size, f) != rv->reg_size) in hw_rv_finish()
/netbsd/sys/arch/atari/vme/
H A Dif_le_vme.c124 int reg_size; member
224 if (bus_space_map(iot, le_ap->reg_addr, le_ap->reg_size, 0, in le_vme_match()
237 bus_space_unmap(iot, ioh, le_ap->reg_size); in le_vme_match()
243 bus_space_unmap(iot, ioh, le_ap->reg_size); in le_vme_match()
247 bus_space_unmap(iot, ioh, le_ap->reg_size); in le_vme_match()
252 va->va_iosize = le_ap->reg_size; in le_vme_match()
/netbsd/external/bsd/jemalloc/dist/include/jemalloc/internal/
H A Dsize_classes.sh61 reg_size=$((${grp} + ${delta}*${ndelta}))
75 try_nregs=$((${try_slab_size} / ${reg_size}))
82 try_nregs=$((${try_slab_size} / ${reg_size}))
83 if [ ${perfect_slab_size} -eq $((${perfect_nregs} * ${reg_size})) ] ; then
/netbsd/sys/external/bsd/drm2/dist/drm/i915/
H A Dintel_wopcm.c207 u32 reg_size = intel_uncore_read(uncore, GUC_WOPCM_SIZE); in __wopcm_regs_locked() local
209 if (!(reg_size & GUC_WOPCM_SIZE_LOCKED) || in __wopcm_regs_locked()
214 *guc_wopcm_size = reg_size & GUC_WOPCM_SIZE_MASK; in __wopcm_regs_locked()

123456