HomeSort by relevance Sort by last modified time
    Searched refs:FPU (Results 1 - 25 of 61) sorted by null

1 2 3

  /external/pixman/pixman/
solaris-hwcap.mapfile 30 hwcap_1 = V0x0 FPU OVERRIDE;
  /external/lldb/source/Plugins/Process/MacOSX-Kernel/
RegisterContextKDP_i386.h 36 DoReadFPU (lldb::tid_t tid, int flavor, FPU &fpu);
45 DoWriteFPU (lldb::tid_t tid, int flavor, const FPU &fpu);
RegisterContextKDP_x86_64.h 37 DoReadFPU (lldb::tid_t tid, int flavor, FPU &fpu);
46 DoWriteFPU (lldb::tid_t tid, int flavor, const FPU &fpu);
RegisterContextKDP_arm.h 38 DoReadFPU (lldb::tid_t tid, int flavor, FPU &fpu);
50 DoWriteFPU (lldb::tid_t tid, int flavor, const FPU &fpu);
RegisterContextKDP_i386.cpp 50 RegisterContextKDP_i386::DoReadFPU (lldb::tid_t tid, int flavor, FPU &fpu)
56 if (static_cast<ProcessKDP *>(process_sp.get())->GetCommunication().SendRequestReadRegisters (tid, FPURegSet, &fpu, sizeof(fpu), error))
98 RegisterContextKDP_i386::DoWriteFPU (lldb::tid_t tid, int flavor, const FPU &fpu)
104 if (static_cast<ProcessKDP *>(process_sp.get())->GetCommunication().SendRequestWriteRegisters (tid, FPURegSet, &fpu, sizeof(fpu), error))
RegisterContextKDP_x86_64.cpp 50 RegisterContextKDP_x86_64::DoReadFPU (lldb::tid_t tid, int flavor, FPU &fpu)
56 if (static_cast<ProcessKDP *>(process_sp.get())->GetCommunication().SendRequestReadRegisters (tid, FPURegSet, &fpu, sizeof(fpu), error))
98 RegisterContextKDP_x86_64::DoWriteFPU (lldb::tid_t tid, int flavor, const FPU &fpu)
104 if (static_cast<ProcessKDP *>(process_sp.get())->GetCommunication().SendRequestWriteRegisters (tid, FPURegSet, &fpu, sizeof(fpu), error))
RegisterContextKDP_arm.cpp 50 RegisterContextKDP_arm::DoReadFPU (lldb::tid_t tid, int flavor, FPU &fpu)
56 if (static_cast<ProcessKDP *>(process_sp.get())->GetCommunication().SendRequestReadRegisters (tid, FPURegSet, &fpu, sizeof(fpu), error))
114 RegisterContextKDP_arm::DoWriteFPU (lldb::tid_t tid, int flavor, const FPU &fpu)
120 if (static_cast<ProcessKDP *>(process_sp.get())->GetCommunication().SendRequestWriteRegisters (tid, FPURegSet, &fpu, sizeof(fpu), error))
  /external/lldb/source/Plugins/Process/Utility/
RegisterContextMach_i386.h 34 DoReadFPU (lldb::tid_t tid, int flavor, FPU &fpu);
43 DoWriteFPU (lldb::tid_t tid, int flavor, const FPU &fpu);
RegisterContextMach_x86_64.h 34 DoReadFPU (lldb::tid_t tid, int flavor, FPU &fpu);
43 DoWriteFPU (lldb::tid_t tid, int flavor, const FPU &fpu);
RegisterContextMach_arm.h 35 DoReadFPU (lldb::tid_t tid, int flavor, FPU &fpu);
47 DoWriteFPU (lldb::tid_t tid, int flavor, const FPU &fpu);
RegisterContextMach_i386.cpp 41 RegisterContextMach_i386::DoReadFPU (lldb::tid_t tid, int flavor, FPU &fpu)
44 return ::thread_get_state(tid, flavor, (thread_state_t)&fpu, &count);
61 RegisterContextMach_i386::DoWriteFPU (lldb::tid_t tid, int flavor, const FPU &fpu)
63 return ::thread_set_state(tid, flavor, (thread_state_t)&fpu, FPUWordCount);
RegisterContextMach_x86_64.cpp 41 RegisterContextMach_x86_64::DoReadFPU (lldb::tid_t tid, int flavor, FPU &fpu)
44 return ::thread_get_state(tid, flavor, (thread_state_t)&fpu, &count);
61 RegisterContextMach_x86_64::DoWriteFPU (lldb::tid_t tid, int flavor, const FPU &fpu)
63 return ::thread_set_state(tid, flavor, (thread_state_t)&fpu, FPUWordCount);
RegisterContextDarwin_i386.h 94 struct FPU
135 FPUWordCount = sizeof(FPU)/sizeof(uint32_t),
147 FPU fpu; member in class:RegisterContextDarwin_i386
236 DoReadFPU (lldb::tid_t tid, int flavor, FPU &fpu) = 0;
245 DoWriteFPU (lldb::tid_t tid, int flavor, const FPU &fpu) = 0;
RegisterContextDarwin_x86_64.h 98 struct FPU
139 FPUWordCount = sizeof(FPU)/sizeof(uint32_t),
151 FPU fpu; member in class:RegisterContextDarwin_x86_64
240 DoReadFPU (lldb::tid_t tid, int flavor, FPU &fpu) = 0;
249 DoWriteFPU (lldb::tid_t tid, int flavor, const FPU &fpu) = 0;
RegisterContextMach_arm.cpp 43 RegisterContextMach_arm::DoReadFPU (lldb::tid_t tid, int flavor, FPU &fpu)
46 return ::thread_get_state(tid, flavor, (thread_state_t)&fpu, &count);
70 RegisterContextMach_arm::DoWriteFPU (lldb::tid_t tid, int flavor, const FPU &fpu)
72 return ::thread_set_state(tid, flavor, (thread_state_t)&fpu, FPUWordCount);
RegisterContextDarwin_arm.h 122 struct FPU
178 FPUWordCount = sizeof(FPU)/sizeof(uint32_t),
191 FPU fpu; member in class:RegisterContextDarwin_arm
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/
directive-fpu-softvfp.s 3 @ Check softvfp as the FPU name.
8 .fpu softvfp
  /external/llvm/test/MC/Mips/
nooddspreg-error.s 9 # 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/
RegisterContext_i386.h 119 struct FPU
143 int32_t fpvalid; // True if FPU is being used.
144 FPU i387; // FPU registers.
153 FPU* fpstate; // Location of FPR's.
  /external/oprofile/events/mips/20K/
events 9 event:0x3 counters:0 um:zero minimum:500 name:FP_INSNS_COMPLETED : Instructions completed in FPU datapath (computational event:instructions only)
16 event:0xa counters:0 um:zero minimum:500 name:FPU_EXCEPTIONS_TAKEN : Taken FPU exceptions
17 event:0xb counters:0 um:zero minimum:500 name:REPLAYS : Total number of LSU requested replays, Load-dependent speculative dispatch or FPU exception prediction replays.
  /external/llvm/lib/Target/ARM/MCTargetDesc/
ARMTargetStreamer.cpp 67 void ARMTargetStreamer::emitFPU(unsigned FPU) {}
ARMELFStreamer.cpp 61 llvm_unreachable("Unknown FPU kind");
138 void emitFPU(unsigned FPU) override;
255 void ARMTargetAsmStreamer::emitFPU(unsigned FPU) {
256 OS << "\t.fpu\t" << GetFPUName(FPU) << "\n";
308 unsigned FPU;
412 void emitFPU(unsigned FPU) override;
424 : ARMTargetStreamer(S), CurrentVendor("aeabi"), FPU(ARM::INVALID_FPU),
810 FPU = Value;
813 switch (FPU) {
    [all...]
  /external/oprofile/events/mips/25K/
events 8 event:0x2 counters:0,1 um:zero minimum:500 name:FP_INSNS_ISSUED : FPU instructions issued
18 # FPU:
20 event:0xa counters:0,1 um:zero minimum:500 name:INSN_FP_DATAPATH_COMPLETED : Instructions completed in FPU datapath (computational instructions only)
21 event:0xb counters:0,1 um:zero minimum:500 name:FP_EXCEPTIONS_TAKEN : Taken FPU exceptions
22 event:0xc counters:0,1 um:zero minimum:500 name:FP_EXCEPTION_PREDICTED : Predicted FPU exceptions
71 event:0x21 counters:0,1 um:zero minimum:500 name:REPLAYS_LSU_LOAD_DEP_FPU : LSU requested replays, load-dependent speculative dispatch, FPU exception prediction
  /external/lldb/tools/debugserver/source/MacOSX/i386/
DNBArchImplI386.h 65 typedef __i386_float_state_t FPU;
97 e_regSetWordSizeFPU = sizeof(FPU) / sizeof(int),
114 FPU no_avx;
116 } fpu; member in struct:DNBArchImplI386::Context
  /external/lldb/tools/debugserver/source/MacOSX/x86_64/
DNBArchImplX86_64.h 64 typedef __x86_64_float_state_t FPU;
96 e_regSetWordSizeFPU = sizeof(FPU) / sizeof(int),
113 FPU no_avx;
115 } fpu; member in struct:DNBArchImplX86_64::Context

Completed in 286 milliseconds

1 2 3