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

1 2

  /src/sys/arch/or1k/include/
reg.h 55 struct fpreg { struct
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
reg.h 52 struct fpreg { struct
  /src/sys/arch/amd64/include/
reg.h 55 struct fpreg { struct
  /src/sys/arch/m68k/fpe/
fpu_fmovecr.c 104 uint32_t *fpreg; local
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
  /src/sys/arch/arm/include/
reg.h 55 struct fpreg { struct
  /src/sys/arch/ia64/include/
reg.h 42 struct fpreg { struct
  /src/sys/arch/mips/include/
reg.h 57 struct fpreg { struct
  /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;
compat_16_machdep.c 76 #define fpreg fpreg_oabi macro
140 *(struct fpreg *)ksc.sc_fpregs = *(struct fpreg *)&pcb->pcb_fpregs;
280 *(struct fpreg *)&pcb->pcb_fpregs = *(struct fpreg *)scp->sc_fpregs;
  /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];
  /src/sys/arch/riscv/include/
pcb.h 46 struct fpreg pcb_fpregs;
52 struct fpreg fpreg; member in struct:md_coredump
reg.h 120 struct fpreg { struct
  /src/sys/arch/vax/include/
reg.h 53 struct fpreg { struct
  /src/sys/arch/alpha/include/
reg.h 88 struct fpreg { struct
94 void restorefpstate(struct fpreg *);
95 void savefpstate(struct fpreg *);
  /src/sys/arch/i386/include/
reg.h 95 struct fpreg { struct
98 __CTASSERT_NOLINT(sizeof(struct fpreg) == 108);
  /src/sys/arch/m68k/include/
reg.h 53 struct fpreg { struct
104 int process_read_fpregs(struct lwp *, struct fpreg *, size_t *);
  /src/sys/arch/sparc/include/
reg.h 106 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'.
  /src/sys/arch/hppa/hppa/
fpu.c 83 void hppa_fpu_swap(struct fpreg *, struct fpreg *);
228 void *fpreg; local
260 fpreg = ((char *)pcb->pcb_fpregs) + (inst_t << log2size);
319 copyout(fpreg, (void *) offset, 1 << log2size) :
320 copyin((const void *) offset, fpreg, 1 << log2size);
  /src/sys/arch/powerpc/powerpc/
trap.c 811 uint64_t * const fpreg = &pcb->pcb_fpu.fpreg[reg]; local
828 if (copyin((void *)tf->tf_dar, fpreg,
857 uint64_t * const fpreg = &pcb->pcb_fpu.fpreg[reg]; local
874 if (copyout(fpreg, (void *)tf->tf_dar,
  /src/sys/arch/sparc64/include/
reg.h 183 * a `struct fpreg'; <arch/sparc64/sparc64/process_machdep.c> relies on the
184 * fact that `fpreg' is a prefix of `fpstate'.
202 * 32-bit fpreg used by 32-bit sparc CPUs
221 #define fpreg fpreg64 macro
227 #define fpreg fpreg32 macro
  /src/external/gpl3/gdb/dist/gdb/
i387-tdep.c 224 int fpreg; local
250 for (fpreg = 7; fpreg >= 0; fpreg--)
257 gdb_printf (file, "%sR%d: ", fpreg == top ? "=>" : " ", fpreg);
261 tag = (ftag >> (fpreg * 2)) & 3;
282 regnum = (fpreg + 8 - top) % 8 + I387_ST0_REGNUM (tdep);
633 int fpreg;
640 for (fpreg = 7; fpreg >= 0; fpreg--
628 int fpreg; local
709 int fpreg; local
1358 int fpreg; local
1864 int fpreg; local
    [all...]
  /src/external/gpl3/gdb/dist/sim/ppc/
psim.c 801 fpreg fpreg; member in union:__anon19927
843 cooked_buf.fpreg = cpu_registers(processor)->fpr[description.index];
962 fpreg fpreg; member in union:__anon19928
1027 cpu_registers(processor)->fpr[description.index] = cooked_buf.fpreg;

Completed in 65 milliseconds

1 2