Home
last modified time | relevance | path

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

12

/external/llvm-project/lldb/source/Plugins/Process/Utility/
DRegisterContextMach_i386.cpp29 int RegisterContextMach_i386::DoReadFPU(lldb::tid_t tid, int flavor, FPU &fpu) { in DoReadFPU()
47 const FPU &fpu) { in DoWriteFPU()
DRegisterContextMach_x86_64.cpp31 FPU &fpu) { in DoReadFPU()
50 const FPU &fpu) { in DoWriteFPU()
DRegisterContextMach_arm.cpp31 int RegisterContextMach_arm::DoReadFPU(lldb::tid_t tid, int flavor, FPU &fpu) { in DoReadFPU()
54 const FPU &fpu) { in DoWriteFPU()
DRegisterContextDarwin_arm64.h123 FPU fpu; variable
DRegisterContextDarwin_arm.h156 FPU fpu; variable
DRegisterContextDarwin_i386.h114 FPU fpu; variable
DRegisterContextDarwin_x86_64.h119 FPU fpu; variable
/external/llvm-project/lldb/source/Plugins/Process/MacOSX-Kernel/
DRegisterContextKDP_x86_64.cpp40 FPU &fpu) { in DoReadFPU()
88 const FPU &fpu) { in DoWriteFPU()
DRegisterContextKDP_i386.cpp38 int RegisterContextKDP_i386::DoReadFPU(lldb::tid_t tid, int flavor, FPU &fpu) { in DoReadFPU()
85 const FPU &fpu) { in DoWriteFPU()
DRegisterContextKDP_arm64.cpp39 int RegisterContextKDP_arm64::DoReadFPU(lldb::tid_t tid, int flavor, FPU &fpu) { in DoReadFPU()
101 const FPU &fpu) { in DoWriteFPU()
DRegisterContextKDP_arm.cpp39 int RegisterContextKDP_arm::DoReadFPU(lldb::tid_t tid, int flavor, FPU &fpu) { in DoReadFPU()
101 const FPU &fpu) { in DoWriteFPU()
/external/rust/crates/gdbstub/src/arch/x86/reg/
Dcore64.rs23 pub fpu: X87FpuInternalRegs, field
Dcore32.rs37 pub fpu: X87FpuInternalRegs, field
/external/llvm-project/lldb/source/Plugins/Process/Linux/
DNativeRegisterContextLinux_x86_64.h68 enum class RegSet { gpr, fpu, avx, mpx }; enumerator
/external/rust/crates/gdbstub/src/arch/mips/reg/
Dmips.rs26 pub fpu: MipsFpuRegs<U>, field
/external/crosvm/hypervisor/src/kvm/
Dx86_64.rs449 let mut fpu: kvm_fpu = Default::default(); in get_fpu() localVariable
459 let fpu = kvm_fpu::from(fpu); in set_fpu() localVariable
1488 let mut fpu: Fpu = Default::default(); in from_fpu() localVariable
1493 let fpu = kvm_fpu::from(&fpu); in from_fpu() localVariable
/external/llvm-project/lldb/tools/debugserver/source/MacOSX/i386/
DDNBArchImplI386.h122 } fpu; member
/external/llvm-project/lldb/tools/debugserver/source/MacOSX/x86_64/
DDNBArchImplX86_64.h122 } fpu; member
/external/llvm-project/lldb/source/Plugins/ObjectFile/Mach-O/
DObjectFileMachO.cpp325 int DoReadFPU(lldb::tid_t tid, int flavor, FPU &fpu) override { return 0; } in DoReadFPU()
333 int DoWriteFPU(lldb::tid_t tid, int flavor, const FPU &fpu) override { in DoWriteFPU()
441 int DoReadFPU(lldb::tid_t tid, int flavor, FPU &fpu) override { return 0; } in DoReadFPU()
449 int DoWriteFPU(lldb::tid_t tid, int flavor, const FPU &fpu) override { in DoWriteFPU()
568 int DoReadFPU(lldb::tid_t tid, int flavor, FPU &fpu) override { return -1; } in DoReadFPU()
578 int DoWriteFPU(lldb::tid_t tid, int flavor, const FPU &fpu) override { in DoWriteFPU()
714 int DoReadFPU(lldb::tid_t tid, int flavor, FPU &fpu) override { return -1; } in DoReadFPU()
724 int DoWriteFPU(lldb::tid_t tid, int flavor, const FPU &fpu) override { in DoWriteFPU()
/external/crosvm/x86_64/src/
Dregs.rs215 let fpu = Fpu { in setup_fpu() localVariable
/external/cpu_features/include/
Dcpuinfo_ppc.h29 int fpu : 1; member
Dcpuinfo_x86.h27 int fpu : 1; member
/external/cpuinfo/test/mock/
Dzenfone-2e.cc289 TEST(ISA, fpu) { in TEST() argument
Dzenfone-2.cc289 TEST(ISA, fpu) { in TEST() argument
Dzenfone-c.cc289 TEST(ISA, fpu) { in TEST() argument

12