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

1 23 4 5 6 7 8 91011>>

  /external/llvm/lib/Target/X86/
X86TargetMachine.cpp 34 StringRef CPU, StringRef FS,
38 : X86TargetMachine(T, TT, CPU, FS, Options, RM, CM, OL, false),
57 StringRef CPU, StringRef FS,
61 : X86TargetMachine(T, TT, CPU, FS, Options, RM, CM, OL, true),
77 StringRef CPU, StringRef FS,
82 : LLVMTargetMachine(T, TT, CPU, FS, Options, RM, CM, OL),
83 Subtarget(TT, CPU, FS, Options.StackAlignmentOverride, is64Bit),
X86TargetMachine.h 39 StringRef CPU, StringRef FS, const TargetOptions &Options,
88 StringRef CPU, StringRef FS, const TargetOptions &Options,
117 StringRef CPU, StringRef FS, const TargetOptions &Options,
  /external/webkit/Source/JavaScriptCore/wtf/
Platform.h 32 CPU. This macro will be phased out in favor of platform adaptation
41 /* CPU() - the target CPU architecture */
42 #define CPU(WTF_FEATURE) (defined WTF_CPU_##WTF_FEATURE && WTF_CPU_##WTF_FEATURE)
122 /* ==== CPU() - the target CPU architecture ==== */
124 /* This also defines CPU(BIG_ENDIAN) or CPU(MIDDLE_ENDIAN) or neither, as appropriate. */
126 /* CPU(ALPHA) - DEC Alpha */
131 /* CPU(IA64) - Itanium / IA-64 *
    [all...]
  /external/llvm/lib/Target/Mips/MCTargetDesc/
MipsMCTargetDesc.cpp 38 static std::string ParseMipsTriple(StringRef TT, StringRef CPU) {
55 if (CPU.empty() || CPU == "mips32") {
57 } else if (CPU == "mips32r2") {
61 if (CPU.empty() || CPU == "mips64") {
63 } else if (CPU == "mips64r2") {
82 static MCSubtargetInfo *createMipsMCSubtargetInfo(StringRef TT, StringRef CPU,
84 std::string ArchFS = ParseMipsTriple(TT,CPU);
92 InitMipsMCSubtargetInfo(X, TT, CPU, ArchFS)
    [all...]
  /external/qemu/android/build/
common.sh 59 ## Normalize OS and CPU
62 CPU=`uname -m`
63 case "$CPU" in
64 i?86) CPU=x86
66 amd64) CPU=x86_64
68 powerpc) CPU=ppc
72 log2 "CPU=$CPU"
74 # at this point, the supported values for CPU are:
86 OS=darwin-$CPU
    [all...]
  /external/chromium/base/
cpu.cc 5 #include "base/cpu.h"
17 CPU::CPU()
82 void CPU::Initialize() {
88 // valid Ids in CPUInfo[0] and the CPU identification string in
89 // the other three array elements. The CPU identification string is
102 // Interpret CPU feature information.
  /external/llvm/lib/Target/ARM/
ARMTargetMachine.h 42 StringRef CPU, StringRef FS,
77 StringRef CPU, StringRef FS,
115 StringRef CPU, StringRef FS,
  /external/llvm/lib/Target/Mips/
MipsTargetMachine.h 43 StringRef CPU, StringRef FS, const TargetOptions &Options,
84 StringRef CPU, StringRef FS, const TargetOptions &Options,
95 StringRef CPU, StringRef FS, const TargetOptions &Options,
  /external/llvm/lib/Target/PowerPC/
PPCSubtarget.cpp 29 PPCSubtarget::PPCSubtarget(const std::string &TT, const std::string &CPU,
31 : PPCGenSubtargetInfo(TT, CPU, FS)
49 std::string CPUName = CPU;
58 // Initialize scheduling itinerary for the specified CPU.
78 // If the user requested use of 64-bit regs, but the cpu selected doesn't
  /external/blktrace/
barrier.h 30 #error Define store_barrier() for your CPU
  /external/llvm/lib/Target/MBlaze/MCTargetDesc/
MBlazeMCTargetDesc.h 39 StringRef CPU);
  /external/llvm/lib/Target/PowerPC/MCTargetDesc/
PPCMCTargetDesc.h 42 MCAsmBackend *createPPCAsmBackend(const Target &T, StringRef TT, StringRef CPU);
  /external/llvm/lib/Target/R600/MCTargetDesc/
AMDGPUMCTargetDesc.h 43 StringRef CPU);
  /external/webkit/Source/WebCore/platform/graphics/filters/arm/
FELightingNEON.h 32 #if CPU(ARM_NEON) && COMPILER(GCC)
94 #endif // CPU(ARM_NEON) && COMPILER(GCC)
  /external/oprofile/events/x86-64/hammer/
unit_masks 116 0x01 GART aperture hit on access from CPU
128 0xa4 Requests Local CPU to Local I/O
129 0xa5 Requests Local (CPU or I/O) to Local I/O
130 0xa8 Requests Local CPU to Local Memory
131 0xaa Requests Local (CPU or I/O) to Local Memory
132 0xac Requests Local CPU to Local (I/O or Mem)
133 0xaf Requests Local (CPU or I/O) to Local (I/O or Mem)
137 0x94 Requests Local CPU to Remote I/O
138 0x95 Requests Local (CPU or I/O) to Remote I/O
139 0x98 Requests Local CPU to Remote Memor
    [all...]
  /external/llvm/lib/Target/Hexagon/MCTargetDesc/
HexagonMCTargetDesc.cpp 50 StringRef CPU,
53 InitHexagonMCSubtargetInfo(X, TT, CPU, FS);
  /external/llvm/lib/Target/MSP430/MCTargetDesc/
MSP430MCTargetDesc.cpp 46 static MCSubtargetInfo *createMSP430MCSubtargetInfo(StringRef TT, StringRef CPU,
49 InitMSP430MCSubtargetInfo(X, TT, CPU, FS);
  /external/llvm/lib/Target/NVPTX/MCTargetDesc/
NVPTXMCTargetDesc.cpp 47 static MCSubtargetInfo *createNVPTXMCSubtargetInfo(StringRef TT, StringRef CPU,
50 InitNVPTXMCSubtargetInfo(X, TT, CPU, FS);
  /external/llvm/lib/Target/NVPTX/
NVPTXSubtarget.h 43 NVPTXSubtarget(const std::string &TT, const std::string &CPU,
79 void ParseSubtargetFeatures(StringRef CPU, StringRef FS);
  /external/llvm/lib/Target/Sparc/MCTargetDesc/
SparcMCTargetDesc.cpp 46 static MCSubtargetInfo *createSparcMCSubtargetInfo(StringRef TT, StringRef CPU,
49 InitSparcMCSubtargetInfo(X, TT, CPU, FS);
  /external/webkit/Source/JavaScriptCore/jit/
ExecutableAllocator.cpp 40 #if OS(SYMBIAN) && CPU(ARMV5_OR_LOWER)
109 #if CPU(ARM_TRADITIONAL) && OS(LINUX) && COMPILER(RVCT)
ExecutableAllocator.h 46 #if CPU(MIPS) && OS(LINUX)
50 #if CPU(SH4) && OS(LINUX)
234 #if CPU(X86) || CPU(X86_64)
238 #elif CPU(MIPS)
264 #elif CPU(ARM_THUMB2) && OS(IOS)
269 #elif CPU(ARM_THUMB2) && OS(LINUX)
290 #elif CPU(ARM_TRADITIONAL) && OS(LINUX) && COMPILER(RVCT)
292 #elif CPU(ARM_TRADITIONAL) && OS(LINUX) && COMPILER(GCC)
320 #elif CPU(SH4) && OS(LINUX
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/source/arm11_asm/
win_asm.bat 2 set ASMFLAGS= -checkreglist -CPU ARM1136 -PreDefine "H264DEC_WINASM SETL {TRUE}"
  /external/oprofile/events/x86-64/family11h/
unit_masks 134 0xa4 Requests Local CPU to Local I/O
135 0xa5 Requests Local (CPU or I/O) to Local I/O
136 0xa8 Requests Local CPU to Local Memory
137 0xaa Requests Local (CPU or I/O) to Local Memory
138 0xac Requests Local CPU to Local (I/O or Mem)
139 0xaf Requests Local (CPU or I/O) to Local (I/O or Mem)
143 0x94 Requests Local CPU to Remote I/O
144 0x95 Requests Local (CPU or I/O) to Remote I/O
145 0x98 Requests Local CPU to Remote Memory
146 0x9a Requests Local (CPU or I/O) to Remote Memor
    [all...]
  /external/webkit/Source/JavaScriptCore/assembler/
AbstractMacroAssembler.h 191 #if CPU(ARM) || CPU(MIPS)
197 #if !CPU(X86_64)
200 #if CPU(ARM) || CPU(MIPS)
208 #if CPU(ARM) || CPU(MIPS)
226 #if !CPU(X86_64)
508 #if CPU(X86) || CPU(X86_64
    [all...]

Completed in 382 milliseconds

1 23 4 5 6 7 8 91011>>