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

/freebsd-10.1-release/contrib/gdb/gdb/
H A Dppc-sysv-tdep.c117 = register_type (gdbarch, FP0_REGNUM + freg);
341 struct type *regtype = register_type (gdbarch, FP0_REGNUM + 1);
350 struct type *regtype = register_type (gdbarch, FP0_REGNUM);
646 struct type *regtype = register_type (gdbarch,
854 struct type *regtype = register_type (gdbarch, FP0_REGNUM);
944 register_type (current_gdbarch, FP0_REGNUM);
H A Dregcache.h135 extern struct type *register_type (struct gdbarch *gdbarch, int regnum);
H A Dreggroups.c167 vector_p = TYPE_VECTOR (register_type (gdbarch, regnum));
168 float_p = TYPE_CODE (register_type (gdbarch, regnum)) == TYPE_CODE_FLT;
H A Dregcache.c83 struct type **register_type; member in struct:regcache_descr
164 descr->register_type
171 descr->register_type[i] = gdbarch_register_type (gdbarch, i);
174 descr->register_type[i] = DEPRECATED_REGISTER_VIRTUAL_TYPE (i); /* OK */
209 NOTE: cagney/2002-05-22: Only register_type() is used when
222 descr->sizeof_register[i] = TYPE_LENGTH (descr->register_type[i]);
265 register_type (struct gdbarch *gdbarch, int regnum) function
269 return descr->register_type[regnum];
1554 != TYPE_LENGTH (register_type (regcache->descr->gdbarch,
1574 t = TYPE_NAME (register_type (regcach
[all...]
H A Dinfcmd.c1574 DEPRECATED_REGISTER_CONVERT_TO_VIRTUAL (i, register_type (current_gdbarch, i),
1585 if (TYPE_CODE (register_type (current_gdbarch, i)) == TYPE_CODE_FLT)
1589 val_print (register_type (current_gdbarch, i), virtual_buffer, 0, 0,
1607 val_print (register_type (current_gdbarch, i), virtual_buffer, 0, 0,
1611 if (TYPE_VECTOR (register_type (current_gdbarch, i)) == 0)
1614 val_print (register_type (current_gdbarch, i), virtual_buffer, 0, 0,
H A Dfindvar.c251 determined by register_type().
283 reg_val = allocate_value (register_type (current_gdbarch, regnum));
290 DEPRECATED_REGISTER_CONVERT_TO_VIRTUAL (regnum, register_type (current_gdbarch, regnum),
H A Dgdbarch.c147 gdbarch_register_type_ftype *register_type; member in struct:gdbarch
314 0, /* register_type */
622 /* Skip verify of register_type, has predicate */
2054 "gdbarch_dump: register_type = 0x%08lx\n",
2055 (long) current_gdbarch->register_type);
3008 return gdbarch->register_type != NULL;
3015 gdb_assert (gdbarch->register_type != NULL);
3018 return gdbarch->register_type (gdbarch, reg_nr);
3023 gdbarch_register_type_ftype register_type)
3025 gdbarch->register_type
3022 set_gdbarch_register_type(struct gdbarch *gdbarch, gdbarch_register_type_ftype register_type) argument
[all...]
H A Dax-gdb.c1614 value->type = register_type (current_gdbarch, reg);
H A Dia64-tdep.c257 vector_p = TYPE_VECTOR (register_type (gdbarch, regnum));
258 float_p = TYPE_CODE (register_type (gdbarch, regnum)) == TYPE_CODE_FLT;
H A Dmips-tdep.c532 vector_p = TYPE_VECTOR (register_type (gdbarch, regnum));
533 float_p = TYPE_CODE (register_type (gdbarch, regnum)) == TYPE_CODE_FLT;
H A Dgdbarch.h455 extern void set_gdbarch_register_type (struct gdbarch *gdbarch, gdbarch_register_type_ftype *register_type);
/freebsd-10.1-release/contrib/gdb/gdb/mi/
H A Dmi-main.c547 register_type (current_gdbarch, regnum),
572 val_print (register_type (current_gdbarch, regnum), virtual_buffer, 0, 0,

Completed in 167 milliseconds