Searched defs:fpu (Results 1 – 13 of 13) sorted by relevance
| /NextBSD/sys/powerpc/include/ |
| HD | pcb.h | 54 struct fpu { struct 55 union { 58 } fpr[32]; 59 double fpscr; /* FPSCR stored as double for easier access */
|
| /NextBSD/contrib/netbsd-tests/lib/libpthread/ |
| HD | t_fpu.c | 122 ATF_TC_HEAD(fpu, tc) in ATF_TC_HEAD() argument 128 ATF_TC_BODY(fpu, tc) in ATF_TC_BODY() argument
|
| /NextBSD/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/ |
| HD | RegisterContextMach_i386.cpp | 41 RegisterContextMach_i386::DoReadFPU (lldb::tid_t tid, int flavor, FPU &fpu) in DoReadFPU() 61 RegisterContextMach_i386::DoWriteFPU (lldb::tid_t tid, int flavor, const FPU &fpu) in DoWriteFPU()
|
| HD | RegisterContextMach_x86_64.cpp | 41 RegisterContextMach_x86_64::DoReadFPU (lldb::tid_t tid, int flavor, FPU &fpu) in DoReadFPU() 61 RegisterContextMach_x86_64::DoWriteFPU (lldb::tid_t tid, int flavor, const FPU &fpu) in DoWriteFPU()
|
| HD | RegisterContextMach_arm.cpp | 43 RegisterContextMach_arm::DoReadFPU (lldb::tid_t tid, int flavor, FPU &fpu) in DoReadFPU() 70 RegisterContextMach_arm::DoWriteFPU (lldb::tid_t tid, int flavor, const FPU &fpu) in DoWriteFPU()
|
| HD | RegisterContextDarwin_arm64.h | 154 FPU fpu; variable
|
| HD | RegisterContextDarwin_arm.h | 191 FPU fpu; variable
|
| HD | RegisterContextDarwin_i386.h | 147 FPU fpu; variable
|
| HD | RegisterContextDarwin_x86_64.h | 151 FPU fpu; variable
|
| /NextBSD/contrib/gdb/gdb/ |
| HD | mips-tdep.c | 4829 char *fpu; in show_mipsfpu_command() local
|
| /NextBSD/contrib/gcc/config/sparc/ |
| HD | sparc.c | 666 int fpu; in sparc_override_options() local
|
| /NextBSD/contrib/gcc/config/arm/ |
| HD | arm.c | 645 enum fputype fpu; member
|
| /NextBSD/contrib/llvm/tools/llvm-objdump/ |
| HD | MachODump.cpp | 7929 static void Print_x86_float_state_t(MachO::x86_float_state64_t &fpu) { in Print_x86_float_state_t()
|