Searched refs:fpreg (Results 1 - 25 of 53) sorted by relevance

123

/freebsd-11-stable/sys/arm64/include/
H A Dreg.h44 struct fpreg { struct
60 int fill_fpregs(struct thread *, struct fpreg *);
61 int set_fpregs(struct thread *, struct fpreg *);
/freebsd-11-stable/sys/powerpc/include/
H A Dreg.h21 struct fpreg { struct
22 double fpreg[32]; member in struct:fpreg
50 struct fpreg data;
70 int fill_fpregs(struct thread *, struct fpreg *);
71 int set_fpregs(struct thread *, struct fpreg *);
82 #define fill_fpregs32(td, reg) fill_fpregs(td,(struct fpreg *)reg)
83 #define set_fpregs32(td, reg) set_fpregs(td,(struct fpreg *)reg)
/freebsd-11-stable/sys/riscv/include/
H A Dreg.h52 struct fpreg { struct
66 int fill_fpregs(struct thread *, struct fpreg *);
67 int set_fpregs(struct thread *, struct fpreg *);
/freebsd-11-stable/sys/arm/include/
H A Dreg.h22 struct fpreg { struct
36 int fill_fpregs(struct thread *, struct fpreg *);
37 int set_fpregs(struct thread *, struct fpreg *);
/freebsd-11-stable/sys/mips/include/
H A Dreg.h62 struct fpreg { struct
91 int fill_fpregs(struct thread *, struct fpreg *);
93 int set_fpregs(struct thread *, struct fpreg *);
/freebsd-11-stable/lib/libthread_db/
H A Dlibpthread_db.h86 void pt_fpreg_to_ucontext(const struct fpreg *, ucontext_t *);
87 void pt_ucontext_to_fpreg(const ucontext_t *, struct fpreg *);
/freebsd-11-stable/sys/sparc64/include/
H A Dreg.h87 struct fpreg { struct
113 int fill_fpregs(struct thread *, struct fpreg *);
114 int set_fpregs(struct thread *, struct fpreg *);
/freebsd-11-stable/contrib/gdb/gdb/
H A Di387-tdep.c218 int fpreg; local
238 for (fpreg = 7; fpreg >= 0; fpreg--)
241 int tag = (ftag >> (fpreg * 2)) & 3;
244 fprintf_filtered (file, "%sR%d: ", fpreg == top ? "=>" : " ", fpreg);
262 get_frame_register (frame, (fpreg + 8 - top) % 8 + I387_ST0_REGNUM, raw);
579 int fpreg;
585 for (fpreg
573 int fpreg; local
660 int fpreg; local
[all...]
H A Dalphabsd-nat.c41 typedef struct fpreg fpregset_t;
105 struct fpreg fpregs;
140 struct fpreg fpregs;
H A Damd64bsd-nat.c60 struct fpreg fpregs;
96 struct fpreg fpregs;
H A Darmnbsd-nat.c63 supply_fparegset (struct fpreg *fparegset)
140 struct fpreg inferior_fp_registers;
169 struct fpreg inferior_fp_registers;
314 struct fpreg inferior_fp_registers;
349 struct fpreg inferior_fp_registers;
387 struct fpreg freg;
407 struct fpreg fparegset;
424 if (core_reg_size != sizeof (struct fpreg))
H A Dmipsfbsd-nat.c63 struct fpreg fpregs;
96 struct fpreg fpregs;
H A Dmipsnbsd-nat.c56 struct fpreg fpregs;
89 struct fpreg fpregs;
H A Dppcnbsd-nat.c74 struct fpreg fpregs;
109 struct fpreg fpregs;
H A Dppcfbsd-nat.c90 struct fpreg fpregs;
125 struct fpreg fpregs;
/freebsd-11-stable/lib/libthread_db/arch/powerpc/
H A Dlibpthread_md.c53 pt_fpreg_to_ucontext(const struct fpreg *r, ucontext_t *uc)
62 pt_ucontext_to_fpreg(const ucontext_t *uc, struct fpreg *r)
/freebsd-11-stable/lib/libthread_db/arch/sparc64/
H A Dlibpthread_md.c54 pt_fpreg_to_ucontext(const struct fpreg* r, ucontext_t *uc)
66 pt_ucontext_to_fpreg(const ucontext_t *uc, struct fpreg *r)
/freebsd-11-stable/lib/libthread_db/arch/mips/
H A Dlibpthread_md.c63 pt_fpreg_to_ucontext(const struct fpreg* r, ucontext_t *uc)
71 pt_ucontext_to_fpreg(const ucontext_t *uc, struct fpreg *r)
/freebsd-11-stable/gnu/usr.bin/gdb/arch/arm/
H A Darmfbsd-nat.c63 struct fpreg { struct
112 supply_fpregset (struct fpreg *fparegset)
124 fill_fpregset (struct fpreg *fparegset, int regno)
209 struct fpreg inferior_fp_registers;
240 struct fpreg inferior_fp_registers;
395 struct fpreg inferior_fp_registers;
434 struct fpreg inferior_fp_registers;
475 struct fpreg freg;
495 struct fpreg fparegset;
512 if (core_reg_size != sizeof (struct fpreg))
[all...]
/freebsd-11-stable/sys/x86/include/
H A Dreg.h85 #define __fpreg32 fpreg
91 #define __fpreg64 fpreg
253 int fill_fpregs(struct thread *, struct fpreg *);
254 int set_fpregs(struct thread *, struct fpreg *);
/freebsd-11-stable/lib/libthread_db/arch/aarch64/
H A Dlibpthread_md.c66 pt_fpreg_to_ucontext(const struct fpreg *r, ucontext_t *uc)
75 pt_ucontext_to_fpreg(const ucontext_t *uc, struct fpreg *r)
/freebsd-11-stable/lib/libthread_db/arch/riscv/
H A Dlibpthread_md.c81 pt_fpreg_to_ucontext(const struct fpreg *r __unused, ucontext_t *uc __unused)
88 pt_ucontext_to_fpreg(const ucontext_t *uc __unused, struct fpreg *r __unused)
/freebsd-11-stable/sys/i386/linux/
H A Dlinux_ptrace.c174 map_fpregs_to_linux(struct fpreg *bsd_r, struct linux_pt_fpreg *linux_r)
187 map_fpregs_from_linux(struct fpreg *bsd_r, struct linux_pt_fpreg *linux_r)
242 struct linux_pt_fpreg fpreg; member in union:__anon5339
247 struct fpreg bsd_fpreg;
312 map_fpregs_to_linux(&u.bsd_fpreg, &r.fpreg);
313 error = copyout(&r.fpreg, (void *)uap->data,
314 sizeof(r.fpreg));
319 error = copyin((void *)uap->data, &r.fpreg, sizeof(r.fpreg));
321 map_fpregs_from_linux(&u.bsd_fpreg, &r.fpreg);
[all...]
/freebsd-11-stable/sys/sys/
H A Dptrace.h187 struct fpreg;
192 int proc_read_fpregs(struct thread *_td, struct fpreg *_fpreg);
193 int proc_write_fpregs(struct thread *_td, struct fpreg *_fpreg);
/freebsd-11-stable/lib/libthread_db/arch/i386/
H A Dlibpthread_md.c54 pt_fpreg_to_ucontext(const struct fpreg* r, ucontext_t *uc)
69 pt_ucontext_to_fpreg(const ucontext_t *uc, struct fpreg *r)

Completed in 264 milliseconds

123