Home
last modified time | relevance | path

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

/openbsd/src/sys/arch/sparc64/sparc64/
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()
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->fs_regs[0], in db_dump_fpstate()
363 (unsigned int)fpstate->fs_regs[1], in db_dump_fpstate()
364 (unsigned int)fpstate->fs_regs[2], in db_dump_fpstate()
365 (unsigned int)fpstate->fs_regs[3], in db_dump_fpstate()
366 (unsigned int)fpstate->fs_regs[4], in db_dump_fpstate()
[all …]
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()
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()
Demul.c70 extern const struct fpstate initfpstate; in emul_qf()
71 struct fpstate *fs = p->p_md.md_fpstate; in emul_qf()
Dtrap.c90 const struct fpstate initfpstate = {
473 struct fpstate *fs = p->p_md.md_fpstate; in trap()
Dgenassym.cf138 struct fpstate
Dmachdep.c308 free(p->p_md.md_fpstate, M_SUBPROC, sizeof(struct fpstate)); in setregs()
/openbsd/src/gnu/usr.bin/binutils/gdb/
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/
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 …]
Dfpu_extern.h34 struct fpstate;
42 void fpu_cleanup(struct proc *, struct fpstate *, union instr, union sigval);
Dfpu_emu.h139 struct fpstate *fe_fpstate; /* registers, etc */
184 void fpu_dumpstate(struct fpstate *);
/openbsd/src/sys/arch/sparc64/include/
Dcpu.h324 struct fpstate;
325 void savefpstate(struct fpstate *);
326 void loadfpstate(struct fpstate *);
Dproc.h49 struct fpstate *md_fpstate; /* fpu state, if any; always resident */
Dreg.h75 struct fpstate { struct
Ddb_machdep.h60 struct fpstate ddb_fpstate;
/openbsd/src/gnu/llvm/lldb/source/Plugins/Process/Utility/
DRegisterContextLinux_i386.cpp72 uint32_t fpstate; // Location of FPR's. Should be a FXSTATE *, but this member
DRegisterContextLinux_x86_64.cpp66 FXSAVE *fpstate; // Location of FPR's. member
/openbsd/src/sys/arch/alpha/alpha/
Dgenassym.cf114 # Offsets into struct fpstate, for save, restore
/openbsd/src/gnu/usr.bin/gcc/gcc/fixinc/
Dinclhack.def2393 * have a clash on struct _fpstate and struct fpstate.
2399 select = "(struct[ \t]+_*)fpstate";
/openbsd/src/gnu/gcc/fixincludes/
Dinclhack.def2834 * have a clash on struct _fpstate and struct fpstate.
2840 select = "(struct[ \t]+.*)fpstate";