| /src/sys/arch/powerpc/include/ |
| pcb.h | 67 struct fpreg fpstate; member in struct:md_coredump
|
| /src/sys/arch/sparc/include/ |
| reg.h | 111 struct fpstate { struct 126 * fact that `fpreg' is a prefix of `fpstate'.
|
| /src/sys/arch/sparc64/sparc64/ |
| db_trace.c | 451 struct fpstate64 *fpstate; local 454 fpstate = DDB_FP; 457 fpstate = (struct fpstate64 *)(uintptr_t)addr; 459 db_printf("fpstate %p: fsr = %llx gsr = %lx\nfpregs:\n", 460 fpstate, (unsigned long long)fpstate->fs_fsr, 461 (unsigned long)fpstate->fs_gsr); 463 (unsigned int)fpstate->fs_regs[0], 464 (unsigned int)fpstate->fs_regs[1], 465 (unsigned int)fpstate->fs_regs[2] [all...] |
| cpu.c | 402 struct fpstate64 *fpstate; local 406 fpstate = ALIGNFPSTATE(&fps[1]); 414 fpstate->fs_fsr = 7 << FSR_VER_SHIFT; /* 7 is reserved for "none" */ 415 savefpstate(fpstate); 509 SPARC64_BLOCK_SIZE, 0, 0, "fpstate",
|
| /src/sys/arch/sparc64/include/ |
| reg.h | 184 * fact that `fpreg' is a prefix of `fpstate'. 222 #define fpstate fpstate64 macro 228 #define fpstate fpstate32 macro
|
| /src/sys/compat/linux/arch/amd64/ |
| linux_machdep.h | 88 struct linux__fpstate *fpstate; member in struct:linux_sigcontext
|
| /src/external/gpl3/gdb.old/dist/sim/erc32/ |
| sis.h | 63 int32_t fpstate; member in struct:pstate
|
| /src/external/gpl3/gdb/dist/sim/erc32/ |
| sis.h | 63 int32_t fpstate; member in struct:pstate
|
| /src/sys/arch/sparc/sparc/ |
| cpu.c | 365 * struct fpstate * bug is fixed. 1035 struct fpstate fpstate; local 1049 fpstate.fs_fsr = 7 << FSR_VER_SHIFT; 1050 savefpstate(&fpstate); 1052 (fpstate.fs_fsr >> FSR_VER_SHIFT) & (FSR_VER >> FSR_VER_SHIFT);
|
| /src/external/gpl3/gcc/dist/gcc/fortran/ |
| trans-decl.cc | 7675 tree fpstate = NULL_TREE; local 7851 fpstate = gfc_save_fp_state (&init); 7975 gfc_restore_fp_state (&cleanup, fpstate);
|
| trans-intrinsic.cc | 9786 tree type, fpstate, tmp; local 9791 fpstate = gfc_create_var (type, "fpstate"); 9792 fpstate = gfc_build_addr_expr (pvoid_type_node, fpstate); 9795 1, fpstate); 9798 return fpstate; 9803 gfc_restore_fp_state (stmtblock_t *block, tree fpstate) 9808 1, fpstate); 9939 tree arg, decl, call, fpstate; local 9963 tree args[2], decl, call, fpstate; local 9996 tree args[2], decl, call, fpstate; local [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/fortran/ |
| trans-decl.cc | 7462 tree fpstate = NULL_TREE; local 7637 fpstate = gfc_save_fp_state (&init); 7761 gfc_restore_fp_state (&cleanup, fpstate);
|
| trans-intrinsic.cc | 9719 tree type, fpstate, tmp; local 9724 fpstate = gfc_create_var (type, "fpstate"); 9725 fpstate = gfc_build_addr_expr (pvoid_type_node, fpstate); 9728 1, fpstate); 9731 return fpstate; 9736 gfc_restore_fp_state (stmtblock_t *block, tree fpstate) 9741 1, fpstate); 9855 tree arg, decl, call, fpstate; local 9879 tree args[2], decl, call, fpstate; local 9912 tree args[2], decl, call, fpstate; local [all...] |