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

1234567

/netbsd-current/sys/arch/or1k/include/
H A Dpcb.h38 struct fpreg pcb_fpregs;
43 struct fpreg fpreg; member in struct:md_coredump
H A Dreg.h55 struct fpreg { struct
/netbsd-current/sys/arch/powerpc/fpu/
H A Dfpu_extern.h39 struct fpreg;
42 bool fpu_emulate(struct trapframe *, struct fpreg *, ksiginfo_t *);
/netbsd-current/sys/arch/hppa/include/
H A Dpcb.h38 struct fpreg *pcb_fpregs; /* not in the trapframe */
46 struct fpreg md_fpreg;
/netbsd-current/sys/arch/usermode/include/
H A Dreg.h40 struct fpreg { struct
/netbsd-current/sys/arch/aarch64/include/
H A Dpcb.h40 struct fpreg pcb_fpregs;
46 struct fpreg fpreg; member in struct:md_coredump
/netbsd-current/sys/arch/powerpc/include/
H A Dreg.h60 struct fpreg { /* Floating Point registers */ struct
62 uint64_t fpreg[32]; member in struct:fpreg
65 double fpreg[32];
H A Dpcb.h60 struct fpreg pcb_fpu; /* Floating point processor */
67 struct fpreg fpstate;
/netbsd-current/sys/arch/riscv/include/
H A Dpcb.h46 struct fpreg pcb_fpregs;
52 struct fpreg fpreg; member in struct:md_coredump
/netbsd-current/lib/libc/arch/m68k/hardfloat/
H A Dflt_rounds.c33 #include <m68k/fpreg.h>
H A Dfpgetmask.c33 #include <m68k/fpreg.h>
H A Dfpgetround.c33 #include <m68k/fpreg.h>
H A Dfpgetsticky.c33 #include <m68k/fpreg.h>
H A Dfpsetmask.c33 #include <m68k/fpreg.h>
H A Dfpsetround.c33 #include <m68k/fpreg.h>
H A Dfpsetsticky.c33 #include <m68k/fpreg.h>
/netbsd-current/sys/arch/alpha/include/
H A Dreg.h88 struct fpreg { struct
94 void restorefpstate(struct fpreg *);
95 void savefpstate(struct fpreg *);
H A Dpcb.h60 struct fpreg pcb_fp; /* FP registers [SW] */
74 struct fpreg md_fpstate;
/netbsd-current/sys/arch/amd64/include/
H A Dreg.h55 struct fpreg { struct
/netbsd-current/sys/arch/sparc/include/
H A Dreg.h106 struct fpreg { struct
112 struct fpreg fs_reg;
125 * a `struct fpreg'; <arch/sparc/sparc/process_machdep.c> relies on the
126 * fact that `fpreg' is a prefix of `fpstate'.
/netbsd-current/sys/arch/m68k/include/
H A Dreg.h53 struct fpreg { struct
104 int process_read_fpregs(struct lwp *, struct fpreg *, size_t *);
/netbsd-current/sys/arch/mips/include/
H A Dpcb.h62 struct fpreg pcb_fpregs; /* saved floating point registers */
73 struct fpreg md_fpregs;
/netbsd-current/sys/arch/ia64/include/
H A Dreg.h42 struct fpreg { struct
/netbsd-current/sys/arch/arm/include/
H A Dreg.h55 struct fpreg { struct
/netbsd-current/sys/arch/vax/include/
H A Dreg.h53 struct fpreg { struct

Completed in 546 milliseconds

1234567