Home
last modified time | relevance | path

Searched refs:fpstate (Results 1 – 20 of 20) sorted by relevance

/openbsd-src/sys/arch/sparc64/sparc64/
H A Ddb_trace.c350 struct fpstate *fpstate; in db_dump_fpstate() local
353 fpstate = &ddb_regs.ddb_fpstate; in db_dump_fpstate()
356 fpstate = (struct fpstate *)addr; in db_dump_fpstate()
358 db_printf("fpstate %p: fsr = %llx gsr = %lx\nfpregs:\n", in db_dump_fpstate()
359 fpstate, (unsigned long long)fpstate->fs_fsr, in db_dump_fpstate()
360 (unsigned long)fpstate->fs_gsr); in db_dump_fpstate()
362 (unsigned int)fpstate in db_dump_fpstate()
[all...]
H A Dprocess_machdep.c98 extern const struct fpstate initfpstate; in process_read_fpregs()
99 const struct fpstate *statep = &initfpstate; in process_read_fpregs()
156 p->p_md.md_fpstate = malloc(sizeof(struct fpstate), in process_write_fpregs()
H A Dvm_machdep.c158 p2->p_md.md_fpstate = malloc(sizeof(struct fpstate), in cpu_fork()
161 sizeof(struct fpstate)); in cpu_fork()
284 free(p->p_md.md_fpstate, M_SUBPROC, sizeof(struct fpstate)); in cpu_exit()
H A Demul.c70 extern const struct fpstate initfpstate; in emul_qf()
71 struct fpstate *fs = p->p_md.md_fpstate; in emul_qf()
H A Dtrap.c90 const struct fpstate initfpstate = {
369 /* force other cpus to give up this fpstate */ in trap()
382 /* If we have an allocated fpstate, load it */ in trap()
473 struct fpstate *fs = p->p_md.md_fpstate; in trap()
H A Dgenassym.cf138 struct fpstate
H A Dmachdep.c308 free(p->p_md.md_fpstate, M_SUBPROC, sizeof(struct fpstate)); in setregs()
/openbsd-src/gnu/usr.bin/binutils/gdb/
H A Di386v-nat.c82 CORE_ADDR fpstate; in register_u_addr() local
88 fpstate = blockend + ((char *) &u.u_fps.u_fpstate - (char *) &u); in register_u_addr()
89 return (fpstate + 0x1c + 10 * (regnum - FP0_REGNUM)); in register_u_addr()
91 fpstate = blockend + ((char *) &u.i387.st_space - (char *) &u); in register_u_addr()
92 return (fpstate + 10 * (regnum - FP0_REGNUM)); in register_u_addr()
/openbsd-src/sys/arch/sparc64/fpu/
H A Dfpu.c85 int fpu_insn_fmov(struct fpstate *, struct fpemu *, union instr);
86 int fpu_insn_fabs(struct fpstate *, struct fpemu *, union instr);
87 int fpu_insn_fneg(struct fpstate *, struct fpemu *, union instr);
93 int fpu_insn_fcmp(struct fpstate *, struct fpemu *, union instr, int);
99 int fpu_insn_fmovcc(struct proc *, struct fpstate *, union instr);
100 int fpu_insn_fmovr(struct proc *, struct fpstate *, union instr);
119 fpu_dumpstate(struct fpstate *fs) in fpu_dumpstate()
186 fpu_cleanup(struct proc *p, struct fpstate *fs, union instr instr, in fpu_cleanup()
278 struct fpstate *fs; in fpu_execute()
422 fpu_insn_fmov(struct fpstate *fs, struct fpemu *fe, union instr instr) in fpu_insn_fmov()
[all …]
H A Dfpu_extern.h34 struct fpstate;
42 void fpu_cleanup(struct proc *, struct fpstate *, union instr, union sigval);
H A Dfpu_emu.h139 struct fpstate *fe_fpstate; /* registers, etc */
184 void fpu_dumpstate(struct fpstate *);
/openbsd-src/sys/arch/sparc64/include/
H A Dcpu.h324 struct fpstate;
325 void savefpstate(struct fpstate *);
326 void loadfpstate(struct fpstate *);
H A Dproc.h49 struct fpstate *md_fpstate; /* fpu state, if any; always resident */
H A Dreg.h75 struct fpstate { struct
H A Ddb_machdep.h60 struct fpstate ddb_fpstate;
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/Utility/
H A DRegisterContextLinux_i386.cpp72 uint32_t fpstate; // Location of FPR's. Should be a FXSTATE *, but this member
H A DRegisterContextLinux_x86_64.cpp66 FXSAVE *fpstate; // Location of FPR's. member
/openbsd-src/sys/arch/alpha/alpha/
H A Dgenassym.cf114 # Offsets into struct fpstate, for save, restore
/openbsd-src/gnu/usr.bin/gcc/gcc/fixinc/
H A Dinclhack.def2393 * have a clash on struct _fpstate and struct fpstate.
2399 select = "(struct[ \t]+_*)fpstate";
/openbsd-src/gnu/gcc/fixincludes/
H A Dinclhack.def2834 * have a clash on struct _fpstate and struct fpstate.
2840 select = "(struct[ \t]+.*)fpstate";