Home
last modified time | relevance | path

Searched defs:fpreg (Results 1 – 8 of 8) sorted by relevance

/freebsd/sys/arm/include/
H A Dreg.h15 struct fpreg { struct
16 __uint64_t fpr_r[32];
17 __uint32_t fpr_fpscr;
/freebsd/sys/riscv/include/
H A Dreg.h52 struct fpreg { struct
53 __uint64_t fp_x[32][2]; /* Floating point registers */
54 __uint64_t fp_fcsr; /* Floating point control reg */
/freebsd/sys/powerpc/include/
H A Dreg.h18 struct fpreg { struct
19 double fpreg[32]; argument
20 double fpscr;
/freebsd/sys/arm64/include/
H A Dreg.h56 struct fpreg { struct
62 struct fpreg32 { argument
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/FreeBSD/
H A DNativeRegisterContextFreeBSD_x86_64.cpp651 auto *fpreg = reinterpret_cast<struct savexmm_ymm *>(m_xsave.data()); in GetYMMSplitReg() local
/freebsd/sys/i386/linux/
H A Dlinux_ptrace_machdep.c238 struct linux_pt_fpreg fpreg; in linux_ptrace() member
[all...]
/freebsd/sys/kern/
H A Dsys_process.c610 struct fpreg fpreg; in sys_ptrace() member
/freebsd/sys/compat/freebsd32/
H A Dfreebsd32_misc.c1041 struct fpreg32 fpreg; in freebsd32_ptrace() member