Home
last modified time | relevance | path

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

/openbsd/sys/arch/powerpc/include/
H A Dpcb.h54 struct fpu { struct
55 double fpr[32];
56 double fpcsr; /* FPCSR stored as double for easier access */
/openbsd/gnu/llvm/lldb/source/Plugins/Process/Utility/
H A DRegisterContextMach_x86_64.cpp31 FPU &fpu) { in DoReadFPU()
50 const FPU &fpu) { in DoWriteFPU()
H A DRegisterContextMach_i386.cpp29 int RegisterContextMach_i386::DoReadFPU(lldb::tid_t tid, int flavor, FPU &fpu) { in DoReadFPU()
47 const FPU &fpu) { in DoWriteFPU()
H A DRegisterContextMach_arm.cpp31 int RegisterContextMach_arm::DoReadFPU(lldb::tid_t tid, int flavor, FPU &fpu) { in DoReadFPU()
54 const FPU &fpu) { in DoWriteFPU()
H A DRegisterContextDarwin_arm64.h123 FPU fpu; variable
H A DRegisterContextDarwin_arm.h156 FPU fpu; variable
H A DRegisterContextDarwin_i386.h114 FPU fpu; variable
H A DRegisterContextDarwin_x86_64.h119 FPU fpu; variable
/openbsd/gnu/llvm/lldb/source/Plugins/Process/MacOSX-Kernel/
H A DRegisterContextKDP_i386.cpp38 int RegisterContextKDP_i386::DoReadFPU(lldb::tid_t tid, int flavor, FPU &fpu) { in DoReadFPU()
85 const FPU &fpu) { in DoWriteFPU()
H A DRegisterContextKDP_x86_64.cpp40 FPU &fpu) { in DoReadFPU()
88 const FPU &fpu) { in DoWriteFPU()
H A DRegisterContextKDP_arm.cpp39 int RegisterContextKDP_arm::DoReadFPU(lldb::tid_t tid, int flavor, FPU &fpu) { in DoReadFPU()
101 const FPU &fpu) { in DoWriteFPU()
H A DRegisterContextKDP_arm64.cpp39 int RegisterContextKDP_arm64::DoReadFPU(lldb::tid_t tid, int flavor, FPU &fpu) { in DoReadFPU()
101 const FPU &fpu) { in DoWriteFPU()
/openbsd/gnu/llvm/lldb/source/Plugins/ObjectFile/Mach-O/
H A DObjectFileMachO.cpp376 int DoReadFPU(lldb::tid_t tid, int flavor, FPU &fpu) override { return 0; } in DoReadFPU()
384 int DoWriteFPU(lldb::tid_t tid, int flavor, const FPU &fpu) override { in DoWriteFPU()
492 int DoReadFPU(lldb::tid_t tid, int flavor, FPU &fpu) override { return 0; } in DoReadFPU()
500 int DoWriteFPU(lldb::tid_t tid, int flavor, const FPU &fpu) override { in DoWriteFPU()
624 int DoReadFPU(lldb::tid_t tid, int flavor, FPU &fpu) override { return -1; } in DoReadFPU()
634 int DoWriteFPU(lldb::tid_t tid, int flavor, const FPU &fpu) override { in DoWriteFPU()
771 int DoReadFPU(lldb::tid_t tid, int flavor, FPU &fpu) override { return -1; } in DoReadFPU()
781 int DoWriteFPU(lldb::tid_t tid, int flavor, const FPU &fpu) override { in DoWriteFPU()
/openbsd/gnu/llvm/lldb/source/Plugins/Process/Linux/
H A DNativeRegisterContextLinux_x86_64.h69 enum class RegSet { gpr, fpu, avx, mpx }; enumerator
/openbsd/gnu/llvm/lldb/tools/debugserver/source/MacOSX/x86_64/
H A DDNBArchImplX86_64.h122 } fpu; member
/openbsd/gnu/llvm/lldb/tools/debugserver/source/MacOSX/i386/
H A DDNBArchImplI386.h122 } fpu; member
/openbsd/gnu/usr.bin/binutils/gdb/
H A Dmips-tdep.c4223 char *fpu; in show_mipsfpu_command() local
/openbsd/gnu/usr.bin/gcc/gcc/config/sparc/
H A Dsparc.c326 int fpu; in sparc_override_options() local
/openbsd/gnu/gcc/gcc/config/sparc/
H A Dsparc.c666 int fpu; in sparc_override_options() local
/openbsd/gnu/gcc/gcc/config/arm/
H A Darm.c636 enum fputype fpu; member
/openbsd/gnu/llvm/llvm/tools/llvm-objdump/
H A DMachODump.cpp9749 static void Print_x86_float_state_t(MachO::x86_float_state64_t &fpu) { in Print_x86_float_state_t()