Home
last modified time | relevance | path

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

/openbsd/sys/arch/sh/include/
H A Dreg.h104 int fpr_fr0;
105 int fpr_fr1;
106 int fpr_fr2;
107 int fpr_fr3;
108 int fpr_fr4;
109 int fpr_fr5;
110 int fpr_fr6;
111 int fpr_fr7;
112 int fpr_fr8;
113 int fpr_fr9;
[all …]
/openbsd/sys/arch/powerpc64/include/
H A Dreg.h32 struct fpreg { struct
33 __uint128_t fp_vsx[64];
34 uint64_t fp_fpscr;
35 uint64_t fp_vscr;
36 uint64_t fp_vrsave;
/openbsd/sys/arch/arm64/include/
H A Dreg.h30 struct fpreg { struct
31 __uint128_t fp_reg[32];
32 uint32_t fp_sr;
33 uint32_t fp_cr;
/openbsd/sys/arch/sparc64/include/
H A Dreg.h86 struct fpreg { struct
87 u_int fr_regs[64]; /* our view is 64 32-bit registers */
88 int64_t fr_fsr; /* %fsr */
89 int fr_gsr; /* graphics state reg */
/openbsd/sys/arch/arm/include/
H A Dreg.h48 struct fpreg { struct
49 uint64_t fp_reg[32];
50 uint32_t fp_scr;
/openbsd/sys/arch/riscv64/include/
H A Dreg.h55 struct fpreg { struct
56 uint64_t fp_f[32]; /* floating-point registers */
57 uint64_t fp_fcsr; /* floating-point control register */
/openbsd/sys/arch/powerpc/include/
H A Dreg.h58 struct fpreg { struct
59 u_int64_t fpr[32];
60 u_int32_t fpscr;
/openbsd/sys/arch/alpha/include/
H A Dreg.h89 struct fpreg { struct
95 void restorefpstate(struct fpreg *); argument
/openbsd/sys/arch/riscv64/riscv64/
H A Dsig_machdep.c102 struct fpreg *fpreg; in sendsig() local
204 struct fpreg *fpreg; in sys_sigreturn() local
/openbsd/sys/arch/i386/include/
H A Dreg.h91 struct fpreg { struct
96 char __data[116];
/openbsd/gnu/usr.bin/binutils/gdb/
H A Di387-tdep.c218 int fpreg; in i387_print_float_info() local
598 int fpreg; in i387_supply_fxsave() local
685 int fpreg; in i387_collect_fxsave() local
H A Dnto-procfs.c716 procfs_fpreg fpreg; in procfs_fetch_registers() member
1146 procfs_fpreg fpreg; in procfs_store_registers() member
H A Darm-linux-nat.c56 FPREG fpreg[8]; /* 8 floating point registers */ member
H A Di386-tdep.c1514 int mmxreg, fpreg; in i386_mmx_regnum_to_fp_regnum() local
H A Dhppa-tdep.c833 int fpreg = 74 + (param_ptr - 32) / 8 * 4; in hppa32_push_dummy_call() local
/openbsd/sys/arch/amd64/include/
H A Dreg.h106 struct fpreg { struct
107 struct fxsave64 fxstate;
/openbsd/sys/arch/hppa/include/
H A Dreg.h200 struct fpreg { struct
201 uint64_t fpr_regs[HPPA_NFPREGS];
/openbsd/gnu/llvm/lldb/source/Plugins/Process/FreeBSD/
H A DNativeRegisterContextFreeBSD_x86_64.cpp651 auto *fpreg = reinterpret_cast<struct savexmm_ymm *>(m_xsave.data()); in GetYMMSplitReg() local
/openbsd/sys/arch/hppa/hppa/
H A Dmachdep.c1153 struct fpreg *fpreg = &pcb->pcb_fpstate->hfp_regs; in setregs() local
/openbsd/sys/arch/arm64/dev/
H A Drtkit.c332 uint64_t fpreg[64]; member
/openbsd/gnu/gcc/gcc/config/bfin/
H A Dbfin.c716 rtx fpreg = gen_rtx_REG (Pmode, REG_FP); in do_unlink() local