Searched refs:regset (Results 1 - 25 of 285) sorted by relevance

1234567891011>>

/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dppc-fbsd-tdep.h23 struct regset;
26 const struct regset *ppc_fbsd_gregset (int);
27 const struct regset *ppc_fbsd_fpregset (void);
H A Dppc-linux-tdep.h25 struct regset;
28 const struct regset *ppc_linux_gregset (int);
29 const struct regset *ppc_linux_fpregset (void);
31 /* Get the vector regset that matches the target byte order. */
32 const struct regset *ppc_linux_vrregset (struct gdbarch *gdbarch);
33 const struct regset *ppc_linux_vsxregset (void);
35 /* Get the checkpointed GPR regset that matches the target wordsize
37 const struct regset *ppc_linux_cgprregset (struct gdbarch *gdbarch);
39 /* Get the checkpointed vector regset that matches the target byte
41 const struct regset* ppc_linux_cvmxregse
[all...]
H A Dppc-nbsd-tdep.h23 struct regset;
29 extern const struct regset ppcnbsd_gregset;
30 extern const struct regset ppcnbsd_fpregset;
H A Daarch64-nbsd-tdep.h20 #include "regset.h"
22 /* The general-purpose regset consists of 31 registers (30 X , plus LR), SP,
27 /* The fp regset consists of 32 V registers, plus FPSR and FPCR which
32 extern const struct regset aarch64_nbsd_gregset;
33 extern const struct regset aarch64_nbsd_fpregset;
H A Driscv-fbsd-tdep.h23 #include "regset.h"
25 /* The general-purpose regset consists of 31 X registers, EPC, and
29 /* The fp regset always consists of 32 128-bit registers, plus a
35 extern const struct regset riscv_fbsd_gregset;
36 extern const struct regset riscv_fbsd_fpregset;
H A Driscv-nbsd-tdep.h23 #include "regset.h"
25 /* The general-purpose regset consists of 31 X registers, and PC. */
28 /* The fp regset always consists of 32 128-bit registers, plus a
34 extern const struct regset riscv_nbsd_gregset;
35 extern const struct regset riscv_nbsd_fpregset;
H A Dppc-obsd-tdep.h23 struct regset;
31 extern const struct regset ppcobsd_gregset;
32 extern const struct regset ppcobsd_fpregset;
40 extern void ppcobsd_supply_gregset (const struct regset *regset,
49 extern void ppcobsd_collect_gregset (const struct regset *regset,
H A Daarch64-fbsd-tdep.h23 #include "regset.h"
25 /* The general-purpose regset consists of 30 X registers, plus LR, SP,
30 /* The fp regset consists of 32 V registers, plus FPSR and FPCR which
35 extern const struct regset aarch64_fbsd_gregset;
36 extern const struct regset aarch64_fbsd_fpregset;
H A Dregset.h28 typedef void (supply_regset_ftype) (const struct regset *, struct regcache *,
30 typedef void (collect_regset_ftype) (const struct regset *,
34 struct regset struct
37 below. Typically describes how the regset's registers are
50 /* Values for a regset's 'flags' field. */
52 #define REGSET_VARIABLE_SIZE 1 /* Accept a larger regset section size
55 #endif /* regset.h */
H A Daarch64-linux-tdep.h24 #include "regset.h"
26 /* The general-purpose regset consists of 31 X registers, plus SP, PC,
31 /* The fp regset consists of 32 V registers, plus FPCR and FPSR which
36 /* The pauth regset consists of 2 X sized registers. */
39 extern const struct regset aarch64_linux_gregset;
40 extern const struct regset aarch64_linux_fpregset;
H A Darm-nbsd-tdep.h24 (const struct regset *regset, struct regcache *regcache,
H A Darm-linux-tdep.h23 struct regset;
43 void arm_linux_supply_gregset (const struct regset *regset,
46 void arm_linux_collect_gregset (const struct regset *regset,
55 void arm_linux_supply_nwfpe (const struct regset *regset,
58 void arm_linux_collect_nwfpe (const struct regset *regset,
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dppc-fbsd-tdep.h23 struct regset;
26 const struct regset *ppc_fbsd_gregset (int);
27 const struct regset *ppc_fbsd_fpregset (void);
H A Dppc-netbsd-tdep.h23 struct regset;
26 extern const struct regset ppcnbsd_gregset;
27 extern const struct regset ppcnbsd_fpregset;
H A Dppc-linux-tdep.h25 struct regset;
28 const struct regset *ppc_linux_gregset (int);
29 const struct regset *ppc_linux_fpregset (void);
31 /* Get the vector regset that matches the target byte order. */
32 const struct regset *ppc_linux_vrregset (struct gdbarch *gdbarch);
33 const struct regset *ppc_linux_vsxregset (void);
35 /* Get the checkpointed GPR regset that matches the target wordsize
37 const struct regset *ppc_linux_cgprregset (struct gdbarch *gdbarch);
39 /* Get the checkpointed vector regset that matches the target byte
41 const struct regset* ppc_linux_cvmxregse
[all...]
H A Driscv-fbsd-tdep.h23 #include "regset.h"
25 /* The general-purpose regset consists of 31 X registers, EPC, and
29 /* The fp regset always consists of 32 128-bit registers, plus a
35 extern const struct regset riscv_fbsd_gregset;
36 extern const struct regset riscv_fbsd_fpregset;
H A Daarch64-netbsd-tdep.h20 #include "regset.h"
22 /* The general-purpose regset consists of 31 registers (30 X , plus LR), SP,
27 /* The fp regset consists of 32 V registers, plus FPSR and FPCR which
32 extern const struct regset aarch64_nbsd_gregset;
33 extern const struct regset aarch64_nbsd_fpregset;
H A Driscv-netbsd-tdep.h23 #include "regset.h"
25 /* The general-purpose regset consists of 31 X registers, and PC. */
28 /* The fp regset always consists of 32 128-bit registers, plus a
34 extern const struct regset riscv_nbsd_gregset;
35 extern const struct regset riscv_nbsd_fpregset;
H A Dppc-obsd-tdep.h23 struct regset;
31 extern const struct regset ppcobsd_gregset;
32 extern const struct regset ppcobsd_fpregset;
40 extern void ppcobsd_supply_gregset (const struct regset *regset,
49 extern void ppcobsd_collect_gregset (const struct regset *regset,
H A Daarch64-fbsd-tdep.h23 #include "regset.h"
25 /* The general-purpose regset consists of 30 X registers, plus LR, SP,
30 /* The fp regset consists of 32 V registers, plus FPSR and FPCR which
35 /* The TLS regset consists of a single register. */
38 extern const struct regset aarch64_fbsd_gregset;
39 extern const struct regset aarch64_fbsd_fpregset;
40 extern const struct regset aarch64_fbsd_tls_regset;
H A Damd64-fbsd-tdep.h23 #include "regset.h"
25 extern const struct regset amd64_fbsd_gregset;
H A Darc-linux-tdep.h24 #include "regset.h"
30 void arc_linux_supply_gregset (const struct regset *regset,
36 void arc_linux_supply_v2_regset (const struct regset *regset,
42 void arc_linux_collect_gregset (const struct regset *regset,
48 void arc_linux_collect_v2_regset (const struct regset *regset,
H A Dregset.h28 typedef void (supply_regset_ftype) (const struct regset *, struct regcache *,
30 typedef void (collect_regset_ftype) (const struct regset *,
34 struct regset struct
37 below. Typically describes how the regset's registers are
50 /* Values for a regset's 'flags' field. */
52 #define REGSET_VARIABLE_SIZE 1 /* Accept a larger regset section size
55 #endif /* regset.h */
H A Daarch64-linux-tdep.h24 #include "regset.h"
26 /* The general-purpose regset consists of 31 X registers, plus SP, PC,
31 /* The fp regset consists of 32 V registers, plus FPCR and FPSR which
36 /* The pauth regset consists of 2 X sized registers. */
39 /* The MTE regset consists of a 64-bit register. */
42 extern const struct regset aarch64_linux_gregset;
43 extern const struct regset aarch64_linux_fpregset;
H A Darm-netbsd-tdep.h24 (const struct regset *regset, struct regcache *regcache,

Completed in 321 milliseconds

1234567891011>>