| /openbsd-src/sys/arch/sparc64/sparc64/ |
| H A D | db_trace.c | 350 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 D | process_machdep.c | 98 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 D | vm_machdep.c | 158 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 D | emul.c | 70 extern const struct fpstate initfpstate; in emul_qf() 71 struct fpstate *fs = p->p_md.md_fpstate; in emul_qf()
|
| H A D | trap.c | 90 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 D | genassym.cf | 138 struct fpstate
|
| H A D | machdep.c | 308 free(p->p_md.md_fpstate, M_SUBPROC, sizeof(struct fpstate)); in setregs()
|
| /openbsd-src/gnu/usr.bin/binutils/gdb/ |
| H A D | i386v-nat.c | 82 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 D | fpu.c | 85 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 D | fpu_extern.h | 34 struct fpstate; 42 void fpu_cleanup(struct proc *, struct fpstate *, union instr, union sigval);
|
| H A D | fpu_emu.h | 139 struct fpstate *fe_fpstate; /* registers, etc */ 184 void fpu_dumpstate(struct fpstate *);
|
| /openbsd-src/sys/arch/sparc64/include/ |
| H A D | cpu.h | 324 struct fpstate; 325 void savefpstate(struct fpstate *); 326 void loadfpstate(struct fpstate *);
|
| H A D | proc.h | 49 struct fpstate *md_fpstate; /* fpu state, if any; always resident */
|
| H A D | reg.h | 75 struct fpstate { struct
|
| H A D | db_machdep.h | 60 struct fpstate ddb_fpstate;
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/Process/Utility/ |
| H A D | RegisterContextLinux_i386.cpp | 72 uint32_t fpstate; // Location of FPR's. Should be a FXSTATE *, but this member
|
| H A D | RegisterContextLinux_x86_64.cpp | 66 FXSAVE *fpstate; // Location of FPR's. member
|
| /openbsd-src/sys/arch/alpha/alpha/ |
| H A D | genassym.cf | 114 # Offsets into struct fpstate, for save, restore
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/fixinc/ |
| H A D | inclhack.def | 2393 * have a clash on struct _fpstate and struct fpstate. 2399 select = "(struct[ \t]+_*)fpstate";
|
| /openbsd-src/gnu/gcc/fixincludes/ |
| H A D | inclhack.def | 2834 * have a clash on struct _fpstate and struct fpstate. 2840 select = "(struct[ \t]+.*)fpstate";
|