HomeSort by relevance Sort by last modified time
    Searched refs:CPU (Results 126 - 150 of 287) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/v8/src/
v8.cc 252 CPU::SetUp();
253 if (!CPU::SupportsCrankshaft()) {
  /external/webkit/Source/JavaScriptCore/runtime/
JSCell.cpp 62 #if CPU(BIG_ENDIAN)
65 #elif CPU(MIDDLE_ENDIAN)
UString.h 205 #if CPU(ARM) || CPU(SH4) || CPU(MIPS)
  /frameworks/compile/slang/
slang.h 96 void createTarget(std::string const &Triple, std::string const &CPU,
173 void init(const std::string &Triple, const std::string &CPU,
  /external/llvm/include/llvm-c/
TargetMachine.h 83 char *CPU, char *Features, LLVMCodeGenOptLevel Level, LLVMRelocMode Reloc,
98 /** Returns the cpu used creating this target machine. See
  /external/llvm/lib/Target/R600/MCTargetDesc/
AMDGPUAsmBackend.cpp 75 StringRef CPU) {
  /external/webkit/Source/JavaScriptCore/wtf/
OSAllocatorPosix.cpp 64 #if (OS(DARWIN) && CPU(X86_64))
StackBounds.cpp 254 #if CPU(X86) && COMPILER(MSVC)
263 #elif CPU(X86) && COMPILER(GCC)
271 #elif CPU(X86_64)
  /external/webkit/Source/JavaScriptCore/wtf/text/
AtomicString.cpp 145 #if CPU(ARM) || CPU(SH4) || CPU(MIPS) || CPU(SPARC)
  /external/webkit/Source/WebCore/platform/text/
TextStream.cpp 115 #if OS(WINDOWS) && CPU(X86_64)
  /external/webkit/Source/JavaScriptCore/assembler/
X86Assembler.h 29 #if ENABLE(ASSEMBLER) && (CPU(X86) || CPU(X86_64))
51 #if CPU(X86_64)
119 #if CPU(X86_64)
124 #if CPU(X86_64)
304 #if !CPU(X86_64)
354 #if CPU(X86_64)
431 #if CPU(X86_64)
517 #if CPU(X86_64)
583 #if CPU(X86_64
    [all...]
MacroAssemblerSH4.cpp 29 #if ENABLE(ASSEMBLER) && CPU(SH4)
  /external/llvm/lib/Target/X86/
X86Subtarget.h 181 X86Subtarget(const std::string &TT, const std::string &CPU,
196 void ParseSubtargetFeatures(StringRef CPU, StringRef FS);
198 /// AutoDetectSubtargetFeatures - Auto-detect CPU features using CPUID
206 void resetSubtargetFeatures(StringRef CPU, StringRef FS);
  /external/clang/tools/driver/
cc1as_main.cpp 69 /// If given, the name of the target CPU to determine which instructions
71 std::string CPU;
174 Opts.CPU = Args->getLastArgValue(OPT_target_cpu);
333 STI(TheTarget->createMCSubtargetInfo(Opts.Triple, Opts.CPU, FS));
344 MAB = TheTarget->createMCAsmBackend(Opts.Triple, Opts.CPU);
358 MCAsmBackend *MAB = TheTarget->createMCAsmBackend(Opts.Triple, Opts.CPU);
  /external/clang/lib/Basic/
Targets.cpp 647 std::string CPU;
724 CPU = Name;
903 // CPU identification.
904 ArchDefineTypes defs = (ArchDefineTypes)llvm::StringSwitch<int>(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...]
  /external/srtp/
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.
517 echo romp-ibm-aix # uname -m gives an 8 hex-code CPU id
620 long cpu = sysconf (_SC_CPU_VERSION);
622 switch (cpu)
670 long cpu = sysconf (_SC_CPU_VERSION);
674 if (CPU_IS_PA_RISC (cpu))
676 switch (cpu)
684 else if (CPU_IS_HP_MC68K (cpu))
845 #undef CPU
    [all...]
  /external/tcpdump/
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...]
  /external/llvm/lib/Target/MBlaze/MCTargetDesc/
MBlazeAsmBackend.cpp 160 StringRef CPU) {
  /external/clang/lib/Driver/
ToolChain.cpp 107 /// getARMTargetCPU - Get the (LLVM) name of the ARM cpu we are targeting.
124 // Otherwise, if we have -march= choose the base CPU for that arch.
154 // If all else failed, return the most base CPU LLVM supports.
159 /// CPU.
163 static const char *getLLVMArchSuffixForARM(StringRef CPU) {
164 return llvm::StringSwitch<const char *>(CPU)
  /external/llvm/lib/CodeGen/
LLVMTargetMachine.cpp 66 StringRef CPU, StringRef FS,
70 : TargetMachine(T, Triple, CPU, FS, Options) {
  /external/llvm/lib/MC/MCDisassembler/
Disassembler.cpp 36 LLVMDisasmContextRef LLVMCreateDisasmCPU(const char *Triple, const char *CPU,
61 const MCSubtargetInfo *STI = TheTarget->createMCSubtargetInfo(Triple, CPU,
  /external/webkit/Source/WebCore/platform/graphics/
ContextShadow.cpp 111 #if CPU(BIG_ENDIAN)
113 #elif CPU(MIDDLE_ENDIAN)
WOFFFileFormat.cpp 47 #if CPU(BIG_ENDIAN)
52 #elif CPU(MIDDLE_ENDIAN)

Completed in 1925 milliseconds

1 2 3 4 56 7 8 91011>>