Searched refs:register_type (Results 1 – 13 of 13) sorted by relevance
| /mirbsd/src/gnu/usr.bin/binutils/gdb/ |
| D | ppc-sysv-tdep.c | 119 = 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()
|
| D | reggroups.c | 167 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()
|
| D | regcache.c | 80 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()
|
| D | infcmd.c | 1587 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()
|
| D | regcache.h | 126 extern struct type *register_type (struct gdbarch *gdbarch, int regnum);
|
| D | gdbarch.c | 165 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()
|
| D | findvar.c | 285 reg_val = allocate_value (register_type (current_gdbarch, regnum)); in value_of_register()
|
| D | ax-gdb.c | 1607 value->type = register_type (current_gdbarch, reg); in gen_expr()
|
| D | ia64-tdep.c | 289 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()
|
| D | gdbarch.h | 473 …id set_gdbarch_register_type (struct gdbarch *gdbarch, gdbarch_register_type_ftype *register_type);
|
| D | mips-tdep.c | 541 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()
|
| D | gdbarch.sh | 456 M::struct type *:register_type:int reg_nr:reg_nr
|
| /mirbsd/src/gnu/usr.bin/binutils/gdb/doc/ |
| D | gdbint.texinfo | 3491 @item struct type *register_type (@var{gdbarch}, @var{reg}) 3492 @findex register_type
|