Searched refs:FPU (Results 1 - 25 of 51) sorted by relevance

123

/external/lldb/source/Plugins/Process/MacOSX-Kernel/
H A DRegisterContextKDP_arm.h38 DoReadFPU (lldb::tid_t tid, int flavor, FPU &fpu);
50 DoWriteFPU (lldb::tid_t tid, int flavor, const FPU &fpu);
H A DRegisterContextKDP_i386.h36 DoReadFPU (lldb::tid_t tid, int flavor, FPU &fpu);
45 DoWriteFPU (lldb::tid_t tid, int flavor, const FPU &fpu);
H A DRegisterContextKDP_x86_64.h37 DoReadFPU (lldb::tid_t tid, int flavor, FPU &fpu);
46 DoWriteFPU (lldb::tid_t tid, int flavor, const FPU &fpu);
H A DRegisterContextKDP_arm.cpp50 RegisterContextKDP_arm::DoReadFPU (lldb::tid_t tid, int flavor, FPU &fpu)
114 RegisterContextKDP_arm::DoWriteFPU (lldb::tid_t tid, int flavor, const FPU &fpu)
H A DRegisterContextKDP_i386.cpp50 RegisterContextKDP_i386::DoReadFPU (lldb::tid_t tid, int flavor, FPU &fpu)
98 RegisterContextKDP_i386::DoWriteFPU (lldb::tid_t tid, int flavor, const FPU &fpu)
H A DRegisterContextKDP_x86_64.cpp50 RegisterContextKDP_x86_64::DoReadFPU (lldb::tid_t tid, int flavor, FPU &fpu)
98 RegisterContextKDP_x86_64::DoWriteFPU (lldb::tid_t tid, int flavor, const FPU &fpu)
/external/lldb/source/Plugins/Process/Utility/
H A DRegisterContextMach_arm.h35 DoReadFPU (lldb::tid_t tid, int flavor, FPU &fpu);
47 DoWriteFPU (lldb::tid_t tid, int flavor, const FPU &fpu);
H A DRegisterContextMach_i386.h34 DoReadFPU (lldb::tid_t tid, int flavor, FPU &fpu);
43 DoWriteFPU (lldb::tid_t tid, int flavor, const FPU &fpu);
H A DRegisterContextMach_x86_64.h34 DoReadFPU (lldb::tid_t tid, int flavor, FPU &fpu);
43 DoWriteFPU (lldb::tid_t tid, int flavor, const FPU &fpu);
H A DRegisterContextMach_i386.cpp41 RegisterContextMach_i386::DoReadFPU (lldb::tid_t tid, int flavor, FPU &fpu)
61 RegisterContextMach_i386::DoWriteFPU (lldb::tid_t tid, int flavor, const FPU &fpu)
H A DRegisterContextMach_x86_64.cpp41 RegisterContextMach_x86_64::DoReadFPU (lldb::tid_t tid, int flavor, FPU &fpu)
61 RegisterContextMach_x86_64::DoWriteFPU (lldb::tid_t tid, int flavor, const FPU &fpu)
H A DRegisterContextDarwin_i386.h94 struct FPU struct in class:RegisterContextDarwin_i386
135 FPUWordCount = sizeof(FPU)/sizeof(uint32_t),
147 FPU fpu;
236 DoReadFPU (lldb::tid_t tid, int flavor, FPU &fpu) = 0;
245 DoWriteFPU (lldb::tid_t tid, int flavor, const FPU &fpu) = 0;
H A DRegisterContextDarwin_x86_64.h98 struct FPU struct in class:RegisterContextDarwin_x86_64
139 FPUWordCount = sizeof(FPU)/sizeof(uint32_t),
151 FPU fpu;
240 DoReadFPU (lldb::tid_t tid, int flavor, FPU &fpu) = 0;
249 DoWriteFPU (lldb::tid_t tid, int flavor, const FPU &fpu) = 0;
H A DRegisterContextMach_arm.cpp43 RegisterContextMach_arm::DoReadFPU (lldb::tid_t tid, int flavor, FPU &fpu)
70 RegisterContextMach_arm::DoWriteFPU (lldb::tid_t tid, int flavor, const FPU &fpu)
H A DRegisterContextDarwin_arm.h122 struct FPU struct in class:RegisterContextDarwin_arm
178 FPUWordCount = sizeof(FPU)/sizeof(uint32_t),
191 FPU fpu;
294 DoReadFPU (lldb::tid_t tid, int flavor, FPU &fpu) = 0;
306 DoWriteFPU (lldb::tid_t tid, int flavor, const FPU &fpu) = 0;
/external/llvm/test/MC/ARM/
H A Ddirective-fpu-diagnostics.s8 @ CHECK: error: Unknown FPU name
H A Ddirective-fpu-softvfp.s3 @ Check softvfp as the FPU name.
/external/llvm/test/MC/Mips/
H A Dnooddspreg-error.s9 # CHECK-ERROR: :[[@LINE-1]]:15: error: -mno-odd-spreg prohibits the use of odd FPU registers
10 # CHECK-ERROR: :[[@LINE-2]]:25: error: -mno-odd-spreg prohibits the use of odd FPU registers
/external/lldb/source/Plugins/Process/POSIX/
H A DRegisterContext_i386.h119 struct FPU struct in class:RegisterContext_i386
143 int32_t fpvalid; // True if FPU is being used.
144 FPU i387; // FPU registers.
153 FPU* fpstate; // Location of FPR's.
/external/elfutils/src/tests/
H A Drun-addrcfi.sh67 FPU-control reg37 (%fctrl): undefined
68 FPU-control reg38 (%fstat): undefined
69 FPU-control reg39 (%mxcsr): undefined
114 FPU-control reg37 (%fctrl): undefined
115 FPU-control reg38 (%fstat): undefined
116 FPU-control reg39 (%mxcsr): undefined
333 FPU reg32 (f0): undefined
334 FPU reg33 (f1): undefined
335 FPU reg34 (f2): undefined
336 FPU reg3
[all...]
/external/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMTargetStreamer.cpp68 void ARMTargetStreamer::emitFPU(unsigned FPU) {} argument
H A DARMELFStreamer.cpp62 llvm_unreachable("Unknown FPU kind");
153 void emitFPU(unsigned FPU) override;
273 void ARMTargetAsmStreamer::emitFPU(unsigned FPU) {
274 OS << "\t.fpu\t" << GetFPUName(FPU) << "\n";
338 unsigned FPU;
442 void emitFPU(unsigned FPU) override;
454 : ARMTargetStreamer(S), CurrentVendor("aeabi"), FPU(ARM::INVALID_FPU),
846 FPU = Value;
849 switch (FPU) {
926 report_fatal_error("Unknown FPU
[all...]
/external/lldb/tools/debugserver/source/MacOSX/i386/
H A DDNBArchImplI386.h65 typedef __i386_float_state_t FPU; typedef in class:DNBArchImplI386
97 e_regSetWordSizeFPU = sizeof(FPU) / sizeof(int),
114 FPU no_avx;
/external/lldb/tools/debugserver/source/MacOSX/x86_64/
H A DDNBArchImplX86_64.h64 typedef __x86_64_float_state_t FPU; typedef in class:DNBArchImplX86_64
96 e_regSetWordSizeFPU = sizeof(FPU) / sizeof(int),
113 FPU no_avx;
/external/lldb/tools/debugserver/source/MacOSX/arm/
H A DDNBArchImpl.h116 typedef arm_vfp_state_t FPU; typedef in class:DNBArchMachARM
133 FPU vfp;

Completed in 414 milliseconds

123