HomeSort by: relevance | last modified time | path
    Searched refs:register_type (Results 1 - 25 of 56) sorted by relevancy

1 2 3

  /src/external/gpl3/gdb.old/dist/gdb/
frame-unwind.c 269 struct type *type = register_type (gdbarch, regnum);
292 struct value *v = value_at_lazy (register_type (gdbarch, regnum), addr);
309 reg_val = value::zero (register_type (gdbarch, regnum), not_lval);
321 reg_val = value::zero (register_type (gdbarch, regnum), not_lval);
338 reg_val = value::zero (register_type (gdbarch, regnum), not_lval);
340 register_type (gdbarch, regnum), addr);
reggroups.c 157 vector_p = register_type (gdbarch, regnum)->is_vector ();
158 float_p = (register_type (gdbarch, regnum)->code () == TYPE_CODE_FLT
159 || (register_type (gdbarch, regnum)->code ()
rs6000-lynx178-tdep.c 110 struct type *reg_type = register_type (gdbarch, fp_regnum);
306 struct type *regtype = register_type (gdbarch, tdep->ppc_fp0_regnum);
ppc-sysv-tdep.c 143 = register_type (gdbarch, tdep->ppc_fp0_regnum + freg);
361 = register_type (gdbarch, regnum);
700 struct type *regtype = register_type (gdbarch,
710 struct type *regtype = register_type (gdbarch, tdep->ppc_fp0_regnum);
829 struct type *regtype = register_type (gdbarch, regnum);
1356 struct type *regtype = register_type (gdbarch, regnum);
1722 eltype = register_type (gdbarch, tdep->ppc_vr0_regnum);
1858 struct type *regtype = register_type (gdbarch, regnum);
2033 eltype = register_type (gdbarch, tdep->ppc_vr0_regnum);
regcache.c 72 struct type **register_type = nullptr; member in struct:regcache_descr
95 descr->register_type
99 descr->register_type[i] = gdbarch_register_type (gdbarch, i);
106 NOTE: cagney/2002-05-22: Only register_type () is used when
120 descr->sizeof_register[i] = descr->register_type[i]->length ();
129 descr->sizeof_register[i] = descr->register_type[i]->length ();
157 register_type (struct gdbarch *gdbarch, int regnum) function
162 return descr->register_type[regnum];
1592 t = register_type (m_gdbarch, regnum)->name ();
2115 const auto type = register_type (gdbarch, regnum)
    [all...]
m68k-tdep.c 204 && type != register_type (gdbarch, M68K_FP0_REGNUM));
217 struct type *fpreg_type = register_type (gdbarch, M68K_FP0_REGNUM);
243 struct type *fpreg_type = register_type (arch, M68K_FP0_REGNUM);
336 struct type *fpreg_type = register_type (gdbarch, M68K_FP0_REGNUM);
381 struct type *fpreg_type = register_type (gdbarch, M68K_FP0_REGNUM);
dummy-frame.c 350 reg_val = value::zero (register_type (gdbarch, regnum), not_lval);
mep-tdep.c 466 register_type), so we have four banks of pseudoregisters for the
1140 gdb_assert (register_type (gdbarch, rawnum)->length () == sizeof (buf64));
1141 gdb_assert (register_type (gdbarch, cookednum)->length () == 4);
1226 gdb_assert (register_type (gdbarch, rawnum)->length () == sizeof (buf64));
1227 gdb_assert (register_type (gdbarch, cookednum)->length () == 4);
regcache.h 165 extern struct type *register_type (struct gdbarch *gdbarch, int regnum);
rs6000-aix-tdep.c 577 struct type *reg_type = register_type (gdbarch, fp_regnum);
794 struct type *regtype = register_type (gdbarch, tdep->ppc_fp0_regnum);
amdgpu-tdep.c 795 const amd_dbgapi_register_type &register_type local
798 = amd_dbgapi_register_type_to_gdb_type (register_type, gdbarch);
gdbarch-gen.c 93 gdbarch_register_type_ftype *register_type = nullptr; member in struct:gdbarch
355 if (gdbarch->register_type == 0)
724 "gdbarch_dump: register_type = <%s>\n",
725 host_address_to_string (gdbarch->register_type));
2244 gdb_assert (gdbarch->register_type != NULL);
2247 return gdbarch->register_type (gdbarch, reg_nr);
2252 gdbarch_register_type_ftype register_type)
2254 gdbarch->register_type = register_type;
  /src/external/gpl3/gdb/dist/gdb/
reggroups.c 157 vector_p = register_type (gdbarch, regnum)->is_vector ();
158 float_p = (register_type (gdbarch, regnum)->code () == TYPE_CODE_FLT
159 || (register_type (gdbarch, regnum)->code ()
frame-unwind.c 288 struct type *type = register_type (gdbarch, regnum);
311 struct value *v = value_at_lazy (register_type (gdbarch, regnum), addr);
328 reg_val = value::zero (register_type (gdbarch, regnum), not_lval);
341 reg_val = value::zero (register_type (gdbarch, regnum), not_lval);
369 reg_val = value::zero (register_type (gdbarch, regnum), not_lval);
371 register_type (gdbarch, regnum), addr);
rs6000-lynx178-tdep.c 110 struct type *reg_type = register_type (gdbarch, fp_regnum);
306 struct type *regtype = register_type (gdbarch, tdep->ppc_fp0_regnum);
ppc-sysv-tdep.c 143 = register_type (gdbarch, tdep->ppc_fp0_regnum + freg);
361 = register_type (gdbarch, regnum);
700 struct type *regtype = register_type (gdbarch,
710 struct type *regtype = register_type (gdbarch, tdep->ppc_fp0_regnum);
829 struct type *regtype = register_type (gdbarch, regnum);
1356 struct type *regtype = register_type (gdbarch, regnum);
1722 eltype = register_type (gdbarch, tdep->ppc_vr0_regnum);
1858 struct type *regtype = register_type (gdbarch, regnum);
2033 eltype = register_type (gdbarch, tdep->ppc_vr0_regnum);
regcache.c 73 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];
1591 t = register_type (m_gdbarch, regnum)->name ();
2095 const auto type = register_type (gdbarch, regnum)
    [all...]
m68k-tdep.c 204 && type != register_type (gdbarch, M68K_FP0_REGNUM));
217 struct type *fpreg_type = register_type (gdbarch, M68K_FP0_REGNUM);
243 struct type *fpreg_type = register_type (arch, M68K_FP0_REGNUM);
336 struct type *fpreg_type = register_type (gdbarch, M68K_FP0_REGNUM);
381 struct type *fpreg_type = register_type (gdbarch, M68K_FP0_REGNUM);
dummy-frame.c 350 reg_val = value::zero (register_type (gdbarch, regnum), not_lval);
mep-tdep.c 466 register_type), so we have four banks of pseudoregisters for the
1140 gdb_assert (register_type (gdbarch, rawnum)->length () == sizeof (buf64));
1141 gdb_assert (register_type (gdbarch, cookednum)->length () == 4);
1226 gdb_assert (register_type (gdbarch, rawnum)->length () == sizeof (buf64));
1227 gdb_assert (register_type (gdbarch, cookednum)->length () == 4);
regcache.h 165 extern struct type *register_type (struct gdbarch *gdbarch, int regnum);
rs6000-aix-tdep.c 578 struct type *reg_type = register_type (gdbarch, fp_regnum);
795 struct type *regtype = register_type (gdbarch, tdep->ppc_fp0_regnum);
amdgpu-tdep.c 795 const amd_dbgapi_register_type &register_type local
798 = amd_dbgapi_register_type_to_gdb_type (register_type, gdbarch);
  /src/external/gpl3/gdb.old/dist/gdb/compile/
compile-c-support.c 230 struct type *regtype = check_typedef (register_type (gdbarch, i));
  /src/external/gpl3/gdb/dist/gdb/compile/
compile-c-support.c 230 struct type *regtype = check_typedef (register_type (gdbarch, i));

Completed in 66 milliseconds

1 2 3