Home
last modified time | relevance | path

Searched refs:register_type (Results 1 – 13 of 13) sorted by relevance

/mirbsd/src/gnu/usr.bin/binutils/gdb/
Dppc-sysv-tdep.c119 = register_type (gdbarch, tdep->ppc_fp0_regnum + freg); in ppc_sysv_abi_push_dummy_call()
344 struct type *regtype = register_type (gdbarch, in do_ppc_sysv_return_value()
354 struct type *regtype = register_type (gdbarch, tdep->ppc_fp0_regnum); in do_ppc_sysv_return_value()
693 = register_type (gdbarch, tdep->ppc_fp0_regnum); in ppc64_sysv_abi_push_dummy_call()
897 struct type *regtype = register_type (gdbarch, tdep->ppc_fp0_regnum); in ppc64_sysv_abi_return_value()
989 register_type (current_gdbarch, tdep->ppc_fp0_regnum); in ppc64_sysv_abi_return_value()
Dreggroups.c167 vector_p = TYPE_VECTOR (register_type (gdbarch, regnum)); in default_register_reggroup_p()
168 float_p = TYPE_CODE (register_type (gdbarch, regnum)) == TYPE_CODE_FLT; in default_register_reggroup_p()
Dregcache.c80 struct type **register_type; member
101 descr->register_type in init_regcache_descr()
104 descr->register_type[i] = gdbarch_register_type (gdbarch, i); in init_regcache_descr()
131 descr->sizeof_register[i] = TYPE_LENGTH (descr->register_type[i]); in init_regcache_descr()
160 register_type (struct gdbarch *gdbarch, int regnum) in register_type() function
164 return descr->register_type[regnum]; in register_type()
1282 t = TYPE_NAME (register_type (regcache->descr->gdbarch, regnum)); in regcache_dump()
Dinfcmd.c1587 if (TYPE_CODE (register_type (current_gdbarch, i)) == TYPE_CODE_FLT) in default_print_registers_info()
1591 val_print (register_type (current_gdbarch, i), buffer, 0, 0, in default_print_registers_info()
1609 val_print (register_type (current_gdbarch, i), buffer, 0, 0, in default_print_registers_info()
1613 if (TYPE_VECTOR (register_type (current_gdbarch, i)) == 0) in default_print_registers_info()
1616 val_print (register_type (current_gdbarch, i), buffer, 0, 0, in default_print_registers_info()
Dregcache.h126 extern struct type *register_type (struct gdbarch *gdbarch, int regnum);
Dgdbarch.c165 gdbarch_register_type_ftype *register_type; member
1491 (long) current_gdbarch->register_type); in gdbarch_dump()
2268 return gdbarch->register_type != NULL; in gdbarch_register_type_p()
2275 gdb_assert (gdbarch->register_type != NULL); in gdbarch_register_type()
2278 return gdbarch->register_type (gdbarch, reg_nr); in gdbarch_register_type()
2283 gdbarch_register_type_ftype register_type) in set_gdbarch_register_type() argument
2285 gdbarch->register_type = register_type; in set_gdbarch_register_type()
Dfindvar.c285 reg_val = allocate_value (register_type (current_gdbarch, regnum)); in value_of_register()
Dax-gdb.c1607 value->type = register_type (current_gdbarch, reg); in gen_expr()
Dia64-tdep.c289 vector_p = TYPE_VECTOR (register_type (gdbarch, regnum)); in ia64_register_reggroup_p()
290 float_p = TYPE_CODE (register_type (gdbarch, regnum)) == TYPE_CODE_FLT; in ia64_register_reggroup_p()
Dgdbarch.h473 …id set_gdbarch_register_type (struct gdbarch *gdbarch, gdbarch_register_type_ftype *register_type);
Dmips-tdep.c541 vector_p = TYPE_VECTOR (register_type (gdbarch, regnum)); in mips_register_reggroup_p()
542 float_p = TYPE_CODE (register_type (gdbarch, regnum)) == TYPE_CODE_FLT; in mips_register_reggroup_p()
Dgdbarch.sh456 M::struct type *:register_type:int reg_nr:reg_nr
/mirbsd/src/gnu/usr.bin/binutils/gdb/doc/
Dgdbint.texinfo3491 @item struct type *register_type (@var{gdbarch}, @var{reg})
3492 @findex register_type