/external/llvm/projects/sample/autoconf/ |
config.guess | 232 # covers most systems running today. This code pipes the CPU 233 # types through head -n 1, so we only detect the type of CPU 0. 519 echo romp-ibm-aix # uname -m gives an 8 hex-code CPU id 626 long cpu = sysconf (_SC_CPU_VERSION); 628 switch (cpu) 686 long cpu = sysconf (_SC_CPU_VERSION); 690 if (CPU_IS_PA_RISC (cpu)) 692 switch (cpu) 700 else if (CPU_IS_HP_MC68K (cpu)) 864 case `sed -n '/^cpu model/s/^.*: \(.*\)/\1/p' < /proc/cpuinfo` i [all...] |
/external/open-vcdiff/ |
config.guess | 231 # covers most systems running today. This code pipes the CPU 232 # types through head -n 1, so we only detect the type of CPU 0. 512 echo romp-ibm-aix # uname -m gives an 8 hex-code CPU id 619 long cpu = sysconf (_SC_CPU_VERSION); 621 switch (cpu) 679 long cpu = sysconf (_SC_CPU_VERSION); 683 if (CPU_IS_PA_RISC (cpu)) 685 switch (cpu) 693 else if (CPU_IS_HP_MC68K (cpu)) 891 #undef CPU [all...] |
/external/openfst/ |
config.guess | 230 # covers most systems running today. This code pipes the CPU 231 # types through head -n 1, so we only detect the type of CPU 0. 517 echo romp-ibm-aix # uname -m gives an 8 hex-code CPU id 624 long cpu = sysconf (_SC_CPU_VERSION); 626 switch (cpu) 684 long cpu = sysconf (_SC_CPU_VERSION); 688 if (CPU_IS_PA_RISC (cpu)) 690 switch (cpu) 698 else if (CPU_IS_HP_MC68K (cpu)) 872 case `sed -n '/^cpu model/s/^.*: \(.*\)/\1/p' < /proc/cpuinfo` i [all...] |
/external/openssh/ |
config.guess | 232 # covers most systems running today. This code pipes the CPU 233 # types through head -n 1, so we only detect the type of CPU 0. 519 echo romp-ibm-aix # uname -m gives an 8 hex-code CPU id 626 long cpu = sysconf (_SC_CPU_VERSION); 628 switch (cpu) 686 long cpu = sysconf (_SC_CPU_VERSION); 690 if (CPU_IS_PA_RISC (cpu)) 692 switch (cpu) 700 else if (CPU_IS_HP_MC68K (cpu)) 865 case `sed -n '/^cpu model/s/^.*: \(.*\)/\1/p' < /proc/cpuinfo` i [all...] |
/external/qemu/distrib/sdl-1.2.15/build-scripts/ |
config.guess | 231 # covers most systems running today. This code pipes the CPU 232 # types through head -n 1, so we only detect the type of CPU 0. 512 echo romp-ibm-aix # uname -m gives an 8 hex-code CPU id 619 long cpu = sysconf (_SC_CPU_VERSION); 621 switch (cpu) 679 long cpu = sysconf (_SC_CPU_VERSION); 683 if (CPU_IS_PA_RISC (cpu)) 685 switch (cpu) 693 else if (CPU_IS_HP_MC68K (cpu)) 858 case `sed -n '/^cpu model/s/^.*: \(.*\)/\1/p' < /proc/cpuinfo` i [all...] |
/ndk/sources/host-tools/sed-4.2.1/build-aux/ |
config.guess | 231 # covers most systems running today. This code pipes the CPU 232 # types through head -n 1, so we only detect the type of CPU 0. 512 echo romp-ibm-aix # uname -m gives an 8 hex-code CPU id 619 long cpu = sysconf (_SC_CPU_VERSION); 621 switch (cpu) 679 long cpu = sysconf (_SC_CPU_VERSION); 683 if (CPU_IS_PA_RISC (cpu)) 685 switch (cpu) 693 else if (CPU_IS_HP_MC68K (cpu)) 891 #undef CPU [all...] |
/external/v8/src/x64/ |
codegen-x64.cc | 96 CPU::FlushICache(buffer, actual_size); 120 CPU::FlushICache(buffer, actual_size);
|
/external/jmonkeyengine/engine/src/bullet-native/android/ |
Android.mk | 54 $(BULLET_PATH)/BulletMultiThreaded/GpuSoftBodySolvers/CPU\ 233 $(BULLET_PATH)/BulletMultiThreaded/GpuSoftBodySolvers/CPU/btSoftBodySolver_CPU.cpp\
|
/external/llvm/lib/Support/ |
CommandLine.cpp | [all...] |
/external/llvm/lib/Target/AArch64/MCTargetDesc/ |
AArch64AsmBackend.cpp | 581 llvm::createAArch64AsmBackend(const Target &T, StringRef TT, StringRef CPU) {
|
/external/v8/src/mips/ |
assembler-mips-inl.h | 41 #include "cpu.h" 108 CPU::FlushICache(p, count * sizeof(uint32_t));
|
/external/webkit/Source/JavaScriptCore/assembler/ |
ARMAssembler.cpp | 29 #if ENABLE(ASSEMBLER) && CPU(ARM_TRADITIONAL) 378 #endif // ENABLE(ASSEMBLER) && CPU(ARM_TRADITIONAL)
|
LinkBuffer.h | 320 #if CPU(ARM_THUMB2)
|
/external/webkit/Source/JavaScriptCore/dfg/ |
DFGJITCompiler.h | 123 #if CPU(X86_64)
|
/external/webkit/Source/JavaScriptCore/runtime/ |
JSValue.h | 73 #if CPU(BIG_ENDIAN)
|
/external/webkit/Source/WebCore/plugins/ |
PluginPackage.cpp | 213 #if CPU(X86_64)
|
/external/mdnsresponder/mDNSShared/ |
CommonServices.h | 290 #pragma mark == CPU == 294 // CPU 328 #error unknown CPU - update this file to support your CPU [all...] |
/external/v8/src/ia32/ |
codegen-ia32.cc | 99 CPU::FlushICache(buffer, actual_size); 132 CPU::FlushICache(buffer, actual_size); 342 CPU::FlushICache(buffer, actual_size);
|
/external/clang/lib/Driver/ |
Tools.cpp | 442 /// CPU. 446 static const char *getLLVMArchSuffixForARM(StringRef CPU) { 447 return llvm::StringSwitch<const char *>(CPU) 470 /// getARMTargetCPU - Get the (LLVM) name of the ARM cpu we are targeting. 489 // Otherwise, if we have -march= choose the base CPU for that arch. 499 std::string CPU = llvm::sys::getHostCPUName(); 500 if (CPU != "generic") { 501 // Translate the native cpu into the architecture. The switch below will 502 // then chose the minimum cpu for that arch. 503 NativeMArch = std::string("arm") + getLLVMArchSuffixForARM(CPU); [all...] |
/external/webkit/Source/JavaScriptCore/jit/ |
JITArithmetic.cpp | 872 #if CPU(X86) || CPU(X86_64) || CPU(MIPS) [all...] |
JITPropertyAccess32_64.cpp | 581 #if CPU(X86_64) 625 #if CPU(MIPS) || CPU(SH4) [all...] |
JITPropertyAccess.cpp | 566 #if CPU(X86_64) [all...] |
/external/webkit/Source/JavaScriptCore/wtf/ |
dtoa.cpp | 102 #if CPU(BIG_ENDIAN) || CPU(MIDDLE_ENDIAN) 118 #if CPU(BIG_ENDIAN) 159 #if CPU(PPC64) || CPU(X86_64) [all...] |
/external/qemu/ |
cpu-exec.c | 66 restored in a state compatible with the CPU emulator 80 /* XXX: restore cpu registers saved in host registers */ 187 /* we record a subset of the CPU state. It will 276 /* put eflags in CPU temporary format */ 299 #error unsupported target CPU 314 /* exit request from the cpu execution loop */ 323 which will be handled outside the cpu execution 337 /* simulate a real cpu exception. On i386, it can 533 CPU tries to execute code at the magic address. 728 #error unsupported target CPU [all...] |
/external/webkit/Source/WebCore/bindings/js/ |
SerializedScriptValue.cpp | 57 #if CPU(BIG_ENDIAN) || CPU(MIDDLE_ENDIAN) || CPU(NEEDS_ALIGNED_ACCESS) [all...] |