HomeSort by: relevance | last modified time | path
    Searched defs:fpreg (Results 1 - 25 of 52) sorted by relevancy

1 2 3

  /src/sys/arch/or1k/include/
reg.h 55 struct fpreg { struct
reg.h 55 struct fpreg { struct
pcb.h 38 struct fpreg pcb_fpregs;
43 struct fpreg fpreg; member in struct:md_coredump
pcb.h 38 struct fpreg pcb_fpregs;
43 struct fpreg fpreg; member in struct:md_coredump
  /src/sys/arch/aarch64/include/
pcb.h 40 struct fpreg pcb_fpregs;
46 struct fpreg fpreg; member in struct:md_coredump
pcb.h 40 struct fpreg pcb_fpregs;
46 struct fpreg fpreg; member in struct:md_coredump
reg.h 52 struct fpreg { struct
reg.h 52 struct fpreg { struct
  /src/sys/arch/amd64/include/
reg.h 55 struct fpreg { struct
reg.h 55 struct fpreg { struct
  /src/sys/arch/m68k/fpe/
fpu_fmovecr.c 104 uint32_t *fpreg; local in function:fpu_emul_fmovecr
108 fpreg = &(fe->fe_fpframe->fpf_regs[0]);
112 fpu_implode(fe, &fe->fe_f3, FTYPE_EXT, &fpreg[dstreg * 3]);
115 fpreg[dstreg * 3], fpreg[dstreg * 3 + 1], fpreg[dstreg * 3 + 2],
fpu_fmovecr.c 104 uint32_t *fpreg; local in function:fpu_emul_fmovecr
108 fpreg = &(fe->fe_fpframe->fpf_regs[0]);
112 fpu_implode(fe, &fe->fe_f3, FTYPE_EXT, &fpreg[dstreg * 3]);
115 fpreg[dstreg * 3], fpreg[dstreg * 3 + 1], fpreg[dstreg * 3 + 2],
  /src/sys/arch/usermode/include/
reg.h 40 struct fpreg { struct
reg.h 40 struct fpreg { struct
  /src/sys/arch/arm/include/
reg.h 55 struct fpreg { struct
reg.h 55 struct fpreg { struct
  /src/sys/arch/ia64/include/
reg.h 42 struct fpreg { struct
reg.h 42 struct fpreg { struct
  /src/sys/arch/mips/include/
reg.h 57 struct fpreg { struct
reg.h 57 struct fpreg { struct
  /src/sys/arch/powerpc/include/
reg.h 60 struct fpreg { /* Floating Point registers */ struct
62 uint64_t fpreg[32]; member in struct:fpreg
65 double fpreg[32];
reg.h 60 struct fpreg { /* Floating Point registers */ struct
62 uint64_t fpreg[32]; member in struct:fpreg
65 double fpreg[32];
  /src/sys/arch/riscv/include/
pcb.h 46 struct fpreg pcb_fpregs;
52 struct fpreg fpreg; member in struct:md_coredump
pcb.h 46 struct fpreg pcb_fpregs;
52 struct fpreg fpreg; member in struct:md_coredump
  /src/sys/arch/mips/mips/
compat_13_machdep.c 44 #define fpreg fpreg_oabi macro
93 *(struct fpreg *)&pcb->pcb_fpregs = *(struct fpreg *)scp->sc_fpregs;

Completed in 27 milliseconds

1 2 3