/external/chromium_org/chrome/browser/metrics/ |
time_ticks_experiment_win.cc | 9 #include "base/cpu.h" 28 base::CPU cpu; local 30 cpu.has_non_stop_time_stamp_counter()); 31 if (!cpu.has_non_stop_time_stamp_counter()) {
|
/external/chromium_org/media/base/ |
vector_math_unittest.cc | 10 #include "base/cpu.h" 97 ASSERT_TRUE(base::CPU().has_sse()); 139 ASSERT_TRUE(base::CPU().has_sse()); 185 ASSERT_TRUE(base::CPU().has_sse()); 251 ASSERT_TRUE(base::CPU().has_sse());
|
yuv_convert_unittest.cc | 6 #include "base/cpu.h" 518 base::CPU cpu; local 519 if (!cpu.has_sse2()) { 605 base::CPU cpu; local 606 if (!cpu.has_mmx()) { 634 base::CPU cpu; local 635 if (!cpu.has_sse()) 663 base::CPU cpu; local 695 base::CPU cpu; local 727 base::CPU cpu; local 759 base::CPU cpu; local 807 base::CPU cpu; local 830 base::CPU cpu; local 852 base::CPU cpu; local 883 base::CPU cpu; local [all...] |
/external/llvm/include/llvm-c/ |
Disassembler.h | 143 * with an empty CPU name. 150 * Create a disassembler for the TripleName and a specific CPU. Symbolic 156 LLVMDisasmContextRef LLVMCreateDisasmCPU(const char *Triple, const char *CPU,
|
TargetMachine.h | 83 char *CPU, char *Features, LLVMCodeGenOptLevel Level, LLVMRelocMode Reloc, 98 /** Returns the cpu used creating this target machine. See
|
/external/oprofile/events/mips/20K/ |
events | 6 event:0x0 counters:0 um:zero minimum:500 name:CYCLES : CPU cycles 8 event:0x2 counters:0 um:zero minimum:500 name:FETCH_GROUPS : Fetch groups entering CPU execution pipes
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/detail/ |
endian.hpp | 74 # error The file boost/detail/endian.hpp needs to be set up for your CPU type.
|
/external/llvm/lib/MC/ |
SubtargetFeature.cpp | 1 //===- SubtargetFeature.cpp - CPU characteristics Implementation ----------===// 151 // Determine the length of the longest CPU and Feature entries. 155 // Print the CPU table. 258 /// getFeatureBits - Get feature bits a CPU. 260 uint64_t SubtargetFeatures::getFeatureBits(const StringRef CPU, 271 "CPU table is not sorted"); 275 "CPU features table is not sorted"); 281 if (CPU == "help") 284 // Find CPU entry if CPU name is specified [all...] |
/external/arduino/hardware/arduino/cores/arduino/ |
wiring.c | 183 // CPU specific: different values for the ATmega128 238 #warning Timer 2 not finished (may not be present on this CPU) 247 #warning Timer 2 not finished (may not be present on this CPU)
|
/external/chromium_org/third_party/WebKit/Source/core/platform/graphics/cpu/arm/filters/ |
FELightingNEON.h | 30 #if CPU(ARM_NEON) && CPU(ARM_TRADITIONAL) && COMPILER(GCC) 34 #include "wtf/CPU.h" 200 #endif // CPU(ARM_NEON) && COMPILER(GCC)
|
/external/llvm/include/llvm/Target/ |
TargetMachine.h | 61 StringRef CPU, StringRef FS, const TargetOptions &Options); 66 /// TargetTriple, TargetCPU, TargetFS - Triple string, CPU name, and target 294 StringRef CPU, StringRef FS, TargetOptions Options,
|
/external/llvm/lib/Target/AArch64/MCTargetDesc/ |
AArch64MCTargetDesc.cpp | 40 StringRef CPU, 43 InitAArch64MCSubtargetInfo(X, TT, CPU, FS);
|
/external/llvm/lib/Target/PowerPC/MCTargetDesc/ |
PPCMCTargetDesc.cpp | 55 static MCSubtargetInfo *createPPCMCSubtargetInfo(StringRef TT, StringRef CPU, 58 InitPPCMCSubtargetInfo(X, TT, CPU, FS);
|
/external/llvm/lib/Target/ |
TargetMachine.cpp | 48 StringRef TT, StringRef CPU, StringRef FS, 50 : TheTarget(T), TargetTriple(TT), TargetCPU(CPU), TargetFS(FS),
|
/external/v8/src/ |
v8.cc | 252 CPU::SetUp(); 253 if (!CPU::SupportsCrankshaft()) {
|
/frameworks/compile/slang/ |
slang.h | 97 void createTarget(std::string const &Triple, std::string const &CPU, 174 void init(const std::string &Triple, const std::string &CPU,
|
/external/chromium_org/third_party/tcmalloc/chromium/src/base/ |
cycleclock.h | 36 // NOTE: Not all cpu/platform/kernel combinations guarantee that this 40 // Also, in some out of order CPU implementations, the CycleClock is not 87 // InitializeSystemInfo() sets the supposed cpu clock frequency of 89 // CPU clock frequency (which can change in the face of CPU 159 #error You need to define CycleTimer for your O/S and CPU
|
/external/chromium_org/third_party/tcmalloc/vendor/src/base/ |
cycleclock.h | 36 // NOTE: Not all cpu/platform/kernel combinations guarantee that this 40 // Also, in some out of order CPU implementations, the CycleClock is not 85 // InitializeSystemInfo() sets the supposed cpu clock frequency of 87 // CPU clock frequency (which can change in the face of CPU 157 #error You need to define CycleTimer for your O/S and CPU
|
/external/llvm/lib/Target/R600/MCTargetDesc/ |
AMDGPUAsmBackend.cpp | 99 StringRef CPU) {
|
/external/llvm/lib/Target/X86/ |
X86Subtarget.h | 206 X86Subtarget(const std::string &TT, const std::string &CPU, 221 void ParseSubtargetFeatures(StringRef CPU, StringRef FS); 223 /// AutoDetectSubtargetFeatures - Auto-detect CPU features using CPUID 231 void resetSubtargetFeatures(StringRef CPU, StringRef FS);
|
/external/clang/lib/Basic/ |
Targets.cpp | 632 std::string CPU; 712 CPU = Name; 897 // CPU identification. 898 ArchDefineTypes defs = (ArchDefineTypes)llvm::StringSwitch<int>(CPU) [all...] |
/external/clang/tools/driver/ |
cc1as_main.cpp | 72 /// If given, the name of the target CPU to determine which instructions 74 std::string CPU; 177 Opts.CPU = Args->getLastArgValue(OPT_target_cpu); 334 STI(TheTarget->createMCSubtargetInfo(Opts.Triple, Opts.CPU, FS)); 345 MAB = TheTarget->createMCAsmBackend(Opts.Triple, Opts.CPU); 359 MCAsmBackend *MAB = TheTarget->createMCAsmBackend(Opts.Triple, Opts.CPU);
|
/external/chromium_org/third_party/yasm/source/patched-yasm/config/ |
config.guess | 245 # covers most systems running today. This code pipes the CPU 246 # types through head -n 1, so we only detect the type of CPU 0. 499 echo romp-ibm-aix # uname -m gives an 8 hex-code CPU id 602 long cpu = sysconf (_SC_CPU_VERSION); 604 switch (cpu) 652 long cpu = sysconf (_SC_CPU_VERSION); 656 if (CPU_IS_PA_RISC (cpu)) 658 switch (cpu) 666 else if (CPU_IS_HP_MC68K (cpu)) 822 #undef CPU [all...] |
/external/grub/ |
config.guess | 259 # covers most systems running today. This code pipes the CPU 260 # types through head -n 1, so we only detect the type of CPU 0. 520 echo romp-ibm-aix # uname -m gives an 8 hex-code CPU id 623 long cpu = sysconf (_SC_CPU_VERSION); 625 switch (cpu) 673 long cpu = sysconf (_SC_CPU_VERSION); 677 if (CPU_IS_PA_RISC (cpu)) 679 switch (cpu) 687 else if (CPU_IS_HP_MC68K (cpu)) 848 #undef CPU [all...] |
/external/libpcap/ |
config.guess | 248 # covers most systems running today. This code pipes the CPU 249 # types through head -n 1, so we only detect the type of CPU 0. 505 echo romp-ibm-aix # uname -m gives an 8 hex-code CPU id 608 long cpu = sysconf (_SC_CPU_VERSION); 610 switch (cpu) 658 long cpu = sysconf (_SC_CPU_VERSION); 662 if (CPU_IS_PA_RISC (cpu)) 664 switch (cpu) 672 else if (CPU_IS_HP_MC68K (cpu)) 838 #undef CPU [all...] |