Home
last modified time | relevance | path

Searched defs:fpu (Results 1 – 13 of 13) sorted by relevance

/NextBSD/sys/powerpc/include/
HDpcb.h54 struct fpu { struct
55 union {
58 } fpr[32];
59 double fpscr; /* FPSCR stored as double for easier access */
/NextBSD/contrib/netbsd-tests/lib/libpthread/
HDt_fpu.c122 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/
HDRegisterContextMach_i386.cpp41 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()
HDRegisterContextMach_x86_64.cpp41 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()
HDRegisterContextMach_arm.cpp43 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()
HDRegisterContextDarwin_arm64.h154 FPU fpu; variable
HDRegisterContextDarwin_arm.h191 FPU fpu; variable
HDRegisterContextDarwin_i386.h147 FPU fpu; variable
HDRegisterContextDarwin_x86_64.h151 FPU fpu; variable
/NextBSD/contrib/gdb/gdb/
HDmips-tdep.c4829 char *fpu; in show_mipsfpu_command() local
/NextBSD/contrib/gcc/config/sparc/
HDsparc.c666 int fpu; in sparc_override_options() local
/NextBSD/contrib/gcc/config/arm/
HDarm.c645 enum fputype fpu; member
/NextBSD/contrib/llvm/tools/llvm-objdump/
HDMachODump.cpp7929 static void Print_x86_float_state_t(MachO::x86_float_state64_t &fpu) { in Print_x86_float_state_t()