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

123

/freebsd-10-stable/sys/arm/include/
H A Dreg.h16 struct fpreg { struct
28 int fill_fpregs(struct thread *, struct fpreg *);
29 int set_fpregs(struct thread *, struct fpreg *);
/freebsd-10-stable/sys/powerpc/include/
H A Dreg.h22 struct fpreg { struct
23 double fpreg[32]; member in struct:fpreg
43 struct fpreg data;
59 int fill_fpregs(struct thread *, struct fpreg *);
60 int set_fpregs(struct thread *, struct fpreg *);
71 #define fill_fpregs32(td, reg) fill_fpregs(td,(struct fpreg *)reg)
72 #define set_fpregs32(td, reg) set_fpregs(td,(struct fpreg *)reg)
/freebsd-10-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-10-stable/lib/libthread_db/arch/ia64/
H A Dlibpthread_md.c47 pt_fpreg_to_ucontext(const struct fpreg* r __unused, ucontext_t *uc __unused)
52 pt_ucontext_to_fpreg(const ucontext_t *uc __unused, struct fpreg *r __unused)
/freebsd-10-stable/sys/powerpc/fpu/
H A Dfpu_extern.h34 struct fpreg;
41 int fpu_emulate(struct trapframe *, struct fpreg *);
H A Dfpu_emu.c186 fpu_emulate(struct trapframe *frame, struct fpreg *fpf)
278 struct fpreg *fs;
338 a = (int *)&fs->fpreg[rt];
405 if (copyout(&fs->fpreg[rt], (void *)addr, size))
413 if (copyin((const void *)addr, &fs->fpreg[rt], size))
418 (u_int *)&fs->fpreg[rt]);
471 (u_int *)&fs->fpreg[rt]);
504 memcpy(&fs->fpreg[rt], &fs->fpreg[rb],
506 a = (int *)&fs->fpreg[r
[all...]
/freebsd-10-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-10-stable/sys/ia64/include/
H A Dreg.h69 struct fpreg { struct
92 int fill_fpregs(struct thread *, struct fpreg *);
93 int set_fpregs(struct thread *, struct fpreg *);
/freebsd-10-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-10-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-10-stable/lib/libthread_db/arch/mips/
H A Dlibpthread_md.c62 pt_fpreg_to_ucontext(const struct fpreg* r, ucontext_t *uc)
70 pt_ucontext_to_fpreg(const ucontext_t *uc, struct fpreg *r)
/freebsd-10-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-10-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-10-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-10-stable/sys/x86/include/
H A Dreg.h85 #define __fpreg32 fpreg
91 #define __fpreg64 fpreg
243 int fill_fpregs(struct thread *, struct fpreg *);
244 int set_fpregs(struct thread *, struct fpreg *);
/freebsd-10-stable/sys/i386/linux/
H A Dlinux_ptrace.c178 map_fpregs_to_linux(struct fpreg *bsd_r, struct linux_pt_fpreg *linux_r)
191 map_fpregs_from_linux(struct fpreg *bsd_r, struct linux_pt_fpreg *linux_r)
248 struct linux_pt_fpreg fpreg; member in union:__anon3
253 struct fpreg bsd_fpreg;
318 map_fpregs_to_linux(&u.bsd_fpreg, &r.fpreg);
319 error = copyout(&r.fpreg, (void *)uap->data,
320 sizeof(r.fpreg));
325 error = copyin((void *)uap->data, &r.fpreg, sizeof(r.fpreg));
327 map_fpregs_from_linux(&u.bsd_fpreg, &r.fpreg);
[all...]
/freebsd-10-stable/sys/sys/
H A Dptrace.h170 struct fpreg;
175 int proc_read_fpregs(struct thread *_td, struct fpreg *_fpreg);
176 int proc_write_fpregs(struct thread *_td, struct fpreg *_fpreg);
/freebsd-10-stable/lib/libthread_db/arch/arm/
H A Dlibpthread_md.c88 pt_fpreg_to_ucontext(const struct fpreg *r __unused, ucontext_t *uc)
97 pt_ucontext_to_fpreg(const ucontext_t *uc __unused, struct fpreg *r)

Completed in 220 milliseconds

123