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

12

/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dsh-tdep.c1633 register_type (gdbarch, reg_nr),
1675 sh_register_convert_to_raw (gdbarch, register_type (gdbarch, reg_nr),
H A Dfindvar.c251 determined by register_type (). */
271 determined by register_type (). The value is not fetched. */
297 reg_val = allocate_value_lazy (register_type (gdbarch, regnum));
H A Dia64-tdep.c332 vector_p = register_type (gdbarch, regnum)->is_vector ();
333 float_p = register_type (gdbarch, regnum)->code () == TYPE_CODE_FLT;
3232 int reglen = register_type (gdbarch, IA64_GR8_REGNUM)->length ();
3281 int reglen = register_type (gdbarch, IA64_GR8_REGNUM)->length ();
H A Damd64-tdep.c358 value *result_value = allocate_value (register_type (gdbarch, regnum));
2739 value->type = register_type (gdbarch, AMD64_RIP_REGNUM);
H A Dgdbarch-gen.h303 use "register_type". */
307 extern void set_gdbarch_register_type (struct gdbarch *gdbarch, gdbarch_register_type_ftype *register_type);
H A Daarch64-tdep.c2518 value->type = register_type (gdbarch, AARCH64_LR_REGNUM);
2770 struct value *result_value = allocate_value (register_type (gdbarch, regnum));
H A Deval.c1161 val = value_zero (register_type (exp->gdbarch, regno), not_lval);
H A Dax-gdb.c1668 value->type = register_type (ax->gdbarch, reg);
H A Dm32c-tdep.c1532 else if (register_type (arch, value.reg)
H A Dmips-tdep.c709 vector_p = register_type (gdbarch, regnum)->is_vector ();
710 float_p = register_type (gdbarch, regnum)->code () == TYPE_CODE_FLT;
H A Di386-tdep.c2433 value->type = register_type (gdbarch, I386_EIP_REGNUM);
3564 result = allocate_value (register_type (gdbarch, regnum));
H A Drs6000-tdep.c3290 value->type = register_type (gdbarch, tdep->ppc_lr_regnum);
/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dfindvar.c260 determined by register_type (). */
280 determined by register_type (). The value is not fetched. */
306 reg_val = allocate_value_lazy (register_type (gdbarch, regnum));
H A Dia64-tdep.c332 vector_p = TYPE_VECTOR (register_type (gdbarch, regnum));
333 float_p = register_type (gdbarch, regnum)->code () == TYPE_CODE_FLT;
3225 int reglen = TYPE_LENGTH (register_type (gdbarch, IA64_GR8_REGNUM));
3274 int reglen = TYPE_LENGTH (register_type (gdbarch, IA64_GR8_REGNUM));
H A Damd64-tdep.c357 value *result_value = allocate_value (register_type (gdbarch, regnum));
2748 value->type = register_type (gdbarch, AMD64_RIP_REGNUM);
H A Dgdbarch.h388 use "register_type". */
394 extern void set_gdbarch_register_type (struct gdbarch *gdbarch, gdbarch_register_type_ftype *register_type);
H A Dgdbarch.sh445 # use "register_type".
446 M;struct type *;register_type;int reg_nr;reg_nr
H A Daarch64-tdep.c2488 value->type = register_type (gdbarch, AARCH64_LR_REGNUM);
2706 struct value *result_value = allocate_value (register_type (gdbarch, regnum));
H A Dm32c-tdep.c1524 else if (register_type (arch, value.reg)
H A Dax-gdb.c2056 value->type = register_type (ax->gdbarch, reg);
H A Di386-tdep.c2429 value->type = register_type (gdbarch, I386_EIP_REGNUM);
3500 result = allocate_value (register_type (gdbarch, regnum));
H A Dmips-tdep.c689 vector_p = TYPE_VECTOR (register_type (gdbarch, regnum));
690 float_p = register_type (gdbarch, regnum)->code () == TYPE_CODE_FLT;
H A Deval.c1410 val = value_zero (register_type (exp->gdbarch, regno), not_lval);
H A Drs6000-tdep.c3159 value->type = register_type (gdbarch, tdep->ppc_lr_regnum);

Completed in 356 milliseconds

12