Searched refs:register_type (Results 1 - 25 of 49) sorted by relevance

12

/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dframe-unwind.c253 struct type *type = register_type (gdbarch, regnum);
275 struct value *v = value_at_lazy (register_type (gdbarch, regnum), addr);
292 reg_val = value_zero (register_type (gdbarch, regnum), not_lval);
304 reg_val = value_zero (register_type (gdbarch, regnum), not_lval);
320 reg_val = value_zero (register_type (gdbarch, regnum), not_lval);
322 register_type (gdbarch, regnum), addr);
H A Dreggroups.c204 vector_p = TYPE_VECTOR (register_type (gdbarch, regnum));
205 float_p = (register_type (gdbarch, regnum)->code () == TYPE_CODE_FLT
206 || (register_type (gdbarch, regnum)->code ()
H A Drs6000-lynx178-tdep.c110 struct type *reg_type = register_type (gdbarch, fp_regnum);
305 struct type *regtype = register_type (gdbarch, tdep->ppc_fp0_regnum);
H A Dregcache.c74 struct type **register_type; member in struct:regcache_descr
94 descr->register_type
98 descr->register_type[i] = gdbarch_register_type (gdbarch, i);
105 NOTE: cagney/2002-05-22: Only register_type () is used when
119 descr->sizeof_register[i] = TYPE_LENGTH (descr->register_type[i]);
128 descr->sizeof_register[i] = TYPE_LENGTH (descr->register_type[i]);
150 register_type (struct gdbarch *gdbarch, int regnum) function
155 return descr->register_type[regnum];
740 result = allocate_value (register_type (m_descr->gdbarch, regnum));
1479 t = register_type (m_gdbarc
[all...]
H A Dppc-sysv-tdep.c141 = register_type (gdbarch, tdep->ppc_fp0_regnum + freg);
359 = register_type (gdbarch, regnum);
693 struct type *regtype = register_type (gdbarch,
703 struct type *regtype = register_type (gdbarch, tdep->ppc_fp0_regnum);
822 struct type *regtype = register_type (gdbarch, regnum);
1333 struct type *regtype = register_type (gdbarch, regnum);
1659 eltype = register_type (gdbarch, tdep->ppc_vr0_regnum);
1778 struct type *regtype = register_type (gdbarch, regnum);
1947 eltype = register_type (gdbarch, tdep->ppc_vr0_regnum);
H A Dm68k-tdep.c198 && type != register_type (gdbarch, M68K_FP0_REGNUM));
211 struct type *fpreg_type = register_type (gdbarch, M68K_FP0_REGNUM);
234 struct type *fpreg_type = register_type (get_frame_arch (frame),
317 struct type *fpreg_type = register_type (gdbarch, M68K_FP0_REGNUM);
356 struct type *fpreg_type = register_type (gdbarch, M68K_FP0_REGNUM);
H A Ddummy-frame.c352 reg_val = value_zero (register_type (gdbarch, regnum), not_lval);
H A Dmep-tdep.c461 register_type), so we have four banks of pseudoregisters for the
1131 gdb_assert (TYPE_LENGTH (register_type (gdbarch, rawnum)) == sizeof (buf64));
1132 gdb_assert (TYPE_LENGTH (register_type (gdbarch, cookednum)) == 4);
1217 gdb_assert (TYPE_LENGTH (register_type (gdbarch, rawnum)) == sizeof (buf64));
1218 gdb_assert (TYPE_LENGTH (register_type (gdbarch, cookednum)) == 4);
H A Dregcache.h157 extern struct type *register_type (struct gdbarch *gdbarch, int regnum);
H A Dgdbarch.c206 gdbarch_register_type_ftype *register_type; member in struct:gdbarch
577 /* Skip verify of register_type, has predicate. */
1324 "gdbarch_dump: register_type = <%s>\n",
1325 host_address_to_string (gdbarch->register_type));
2324 return gdbarch->register_type != NULL;
2331 gdb_assert (gdbarch->register_type != NULL);
2334 return gdbarch->register_type (gdbarch, reg_nr);
2339 gdbarch_register_type_ftype register_type)
2341 gdbarch->register_type = register_type;
2338 set_gdbarch_register_type(struct gdbarch *gdbarch, gdbarch_register_type_ftype register_type) argument
[all...]
H A Drs6000-aix-tdep.c362 struct type *reg_type = register_type (gdbarch, fp_regnum);
558 struct type *regtype = register_type (gdbarch, tdep->ppc_fp0_regnum);
H A Dsh-tdep.c1674 register_type (gdbarch, reg_nr),
1716 sh_register_convert_to_raw (gdbarch, register_type (gdbarch, reg_nr),
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dframe-unwind.c267 struct type *type = register_type (gdbarch, regnum);
289 struct value *v = value_at_lazy (register_type (gdbarch, regnum), addr);
306 reg_val = value_zero (register_type (gdbarch, regnum), not_lval);
318 reg_val = value_zero (register_type (gdbarch, regnum), not_lval);
335 reg_val = value_zero (register_type (gdbarch, regnum), not_lval);
337 register_type (gdbarch, regnum), addr);
H A Dreggroups.c158 vector_p = register_type (gdbarch, regnum)->is_vector ();
159 float_p = (register_type (gdbarch, regnum)->code () == TYPE_CODE_FLT
160 || (register_type (gdbarch, regnum)->code ()
H A Drs6000-lynx178-tdep.c110 struct type *reg_type = register_type (gdbarch, fp_regnum);
306 struct type *regtype = register_type (gdbarch, tdep->ppc_fp0_regnum);
H A Dregcache.c73 struct type **register_type = nullptr; member in struct:regcache_descr
96 descr->register_type
100 descr->register_type[i] = gdbarch_register_type (gdbarch, i);
107 NOTE: cagney/2002-05-22: Only register_type () is used when
121 descr->sizeof_register[i] = descr->register_type[i]->length ();
130 descr->sizeof_register[i] = descr->register_type[i]->length ();
158 register_type (struct gdbarch *gdbarch, int regnum) function
163 return descr->register_type[regnum];
746 result = allocate_value (register_type (m_descr->gdbarch, regnum));
1519 t = register_type (m_gdbarc
[all...]
H A Dppc-sysv-tdep.c142 = register_type (gdbarch, tdep->ppc_fp0_regnum + freg);
360 = register_type (gdbarch, regnum);
699 struct type *regtype = register_type (gdbarch,
709 struct type *regtype = register_type (gdbarch, tdep->ppc_fp0_regnum);
828 struct type *regtype = register_type (gdbarch, regnum);
1351 struct type *regtype = register_type (gdbarch, regnum);
1717 eltype = register_type (gdbarch, tdep->ppc_vr0_regnum);
1853 struct type *regtype = register_type (gdbarch, regnum);
2028 eltype = register_type (gdbarch, tdep->ppc_vr0_regnum);
H A Dm68k-tdep.c201 && type != register_type (gdbarch, M68K_FP0_REGNUM));
214 struct type *fpreg_type = register_type (gdbarch, M68K_FP0_REGNUM);
239 struct type *fpreg_type = register_type (get_frame_arch (frame),
332 struct type *fpreg_type = register_type (gdbarch, M68K_FP0_REGNUM);
377 struct type *fpreg_type = register_type (gdbarch, M68K_FP0_REGNUM);
H A Ddummy-frame.c351 reg_val = value_zero (register_type (gdbarch, regnum), not_lval);
H A Dregcache.h166 extern struct type *register_type (struct gdbarch *gdbarch, int regnum);
H A Dmep-tdep.c463 register_type), so we have four banks of pseudoregisters for the
1137 gdb_assert (register_type (gdbarch, rawnum)->length () == sizeof (buf64));
1138 gdb_assert (register_type (gdbarch, cookednum)->length () == 4);
1223 gdb_assert (register_type (gdbarch, rawnum)->length () == sizeof (buf64));
1224 gdb_assert (register_type (gdbarch, cookednum)->length () == 4);
H A Dgdbarch.c96 gdbarch_register_type_ftype *register_type = nullptr; member in struct:gdbarch
349 if (gdbarch->register_type == 0)
699 "gdbarch_dump: register_type = <%s>\n",
700 host_address_to_string (gdbarch->register_type));
2166 gdb_assert (gdbarch->register_type != NULL);
2169 return gdbarch->register_type (gdbarch, reg_nr);
2174 gdbarch_register_type_ftype register_type)
2176 gdbarch->register_type = register_type;
2173 set_gdbarch_register_type(struct gdbarch *gdbarch, gdbarch_register_type_ftype register_type) argument
H A Drs6000-aix-tdep.c366 struct type *reg_type = register_type (gdbarch, fp_regnum);
571 struct type *regtype = register_type (gdbarch, tdep->ppc_fp0_regnum);
/netbsd-current/external/gpl3/gdb.old/dist/gdb/compile/
H A Dcompile-c-support.c231 struct type *regtype = check_typedef (register_type (gdbarch, i));
/netbsd-current/external/gpl3/gdb/dist/gdb/compile/
H A Dcompile-c-support.c231 struct type *regtype = check_typedef (register_type (gdbarch, i));

Completed in 434 milliseconds

12