/external/webkit/Source/WebCore/platform/image-decoders/bmp/ |
BMPImageReader.h | 49 #if CPU(BIG_ENDIAN) 59 #if CPU(BIG_ENDIAN) 208 #if CPU(BIG_ENDIAN)
|
/frameworks/compile/slang/ |
slang.cpp | 176 void Slang::createTarget(const std::string &Triple, const std::string &CPU, 183 if (!CPU.empty()) 184 mTargetOpts->CPU = CPU; 268 void Slang::init(const std::string &Triple, const std::string &CPU, 281 createTarget(Triple, CPU, Features);
|
/external/llvm/lib/Target/MBlaze/MCTargetDesc/ |
MBlazeMCTargetDesc.cpp | 49 static MCSubtargetInfo *createMBlazeMCSubtargetInfo(StringRef TT, StringRef CPU, 52 InitMBlazeMCSubtargetInfo(X, TT, CPU, FS);
|
/external/srec/srec/include/ |
sample.h | 56 #if !(defined(__vxworks) && (CPU & SIMNT)) 64 #if !(defined(__vxworks) && (CPU & SIMNT))
|
/external/webkit/Source/JavaScriptCore/assembler/ |
MacroAssemblerARM.cpp | 29 #if ENABLE(ASSEMBLER) && CPU(ARM_TRADITIONAL) 69 #if CPU(ARMV5_OR_LOWER) 99 #endif // ENABLE(ASSEMBLER) && CPU(ARM_TRADITIONAL)
|
/external/webkit/Source/JavaScriptCore/wtf/ |
StdLibExtras.h | 64 #if (CPU(ARM) || CPU(MIPS)) && COMPILER(GCC)
|
Atomics.h | 102 #elif COMPILER(GCC) && !CPU(SPARC64) && !OS(SYMBIAN) // sizeof(_Atomic_word) != sizeof(int) on sparc64 gcc
|
/external/v8/src/x64/ |
assembler-x64-inl.h | 33 #include "cpu.h" 195 CPU::FlushICache(pc, sizeof(int32_t)); 210 CPU::FlushICache(pc_, sizeof(Address)); 213 CPU::FlushICache(pc_, sizeof(int32_t)); 256 CPU::FlushICache(pc_, sizeof(Address)); 292 CPU::FlushICache(pc_, sizeof(Address)); 324 CPU::FlushICache(pc_, sizeof(Address)); 368 CPU::FlushICache(pc_ + Assembler::kRealPatchReturnSequenceAddressOffset, 400 CPU::FlushICache(pc_, sizeof(Address)); 407 CPU::FlushICache(pc_, sizeof(Address)) [all...] |
/external/oprofile/events/x86-64/family10/ |
unit_masks | 135 0x01 GART aperture hit on access from CPU 147 0xa4 Requests Local CPU to Local I/O 148 0xa5 Requests Local (CPU or I/O) to Local I/O 149 0xa8 Requests Local CPU to Local Memory 150 0xaa Requests Local (CPU or I/O) to Local Memory 151 0xac Requests Local CPU to Local (I/O or Mem) 152 0xaf Requests Local (CPU or I/O) to Local (I/O or Mem) 156 0x94 Requests Local CPU to Remote I/O 157 0x95 Requests Local (CPU or I/O) to Remote I/O 158 0x98 Requests Local CPU to Remote Memor [all...] |
/build/core/combo/arch/x86/ |
x86.mk | 3 # which mandates specific CPU extensions to be available. 7 # the host development machine's CPU).
|
/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,
|
/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
|
/external/webkit/Source/WebCore/platform/graphics/filters/ |
FELighting.h | 83 #if CPU(ARM_NEON) && COMPILER(GCC)
|
/frameworks/av/services/audioflinger/ |
Android.mk | 63 # uncomment to display CPU load adjusted for CPU frequency
|
/external/webkit/Source/JavaScriptCore/jit/ |
JITStubs.h | 91 #if CPU(X86_64) 115 #elif CPU(X86) 146 #elif CPU(ARM_THUMB2) 172 #elif CPU(ARM_TRADITIONAL) 204 #elif CPU(MIPS) 232 #elif CPU(SH4) 262 #if CPU(X86)
|
JSInterfaceJIT.h | 53 #if CPU(X86_64) 72 #elif CPU(X86) 91 #elif CPU(ARM_THUMB2) 108 #elif CPU(ARM_TRADITIONAL) 133 #elif CPU(MIPS) 156 #elif CPU(SH4)
|
JITInlineMethods.h | 117 #if CPU(ARM_TRADITIONAL) 126 #elif CPU(SH4) 154 #if CPU(SH4) 171 #if CPU(ARM) 187 #elif CPU(SH4) 204 #elif CPU(MIPS) 221 #else // CPU(X86) || CPU(X86_64) 248 #if CPU(X86) 251 #elif CPU(ARM [all...] |
/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...] |
/bionic/libc/arch-arm/ |
arm.mk | 32 $(error "TARGET_CPU_VARIANT not set or set to an unknown value. Possible values are cortex-a9, cortex-a15, krait. Use generic for devices that do not have a CPU similar to any of the supported cpu variants.")
|
/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/llvm/include/llvm/Target/ |
TargetMachine.h | 60 StringRef CPU, StringRef FS, const TargetOptions &Options); 65 /// TargetTriple, TargetCPU, TargetFS - Triple string, CPU name, and target 290 StringRef CPU, StringRef FS, TargetOptions Options,
|
/external/llvm/lib/Target/AArch64/MCTargetDesc/ |
AArch64MCTargetDesc.cpp | 40 StringRef CPU, 43 InitAArch64MCSubtargetInfo(X, TT, CPU, "");
|
/external/llvm/lib/Target/PowerPC/MCTargetDesc/ |
PPCMCTargetDesc.cpp | 54 static MCSubtargetInfo *createPPCMCSubtargetInfo(StringRef TT, StringRef CPU, 57 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),
|
TargetMachineC.cpp | 62 char* CPU, char* Features, LLVMCodeGenOptLevel Level, LLVMRelocMode Reloc, 119 return wrap(unwrap(T)->createTargetMachine(Triple, CPU, Features, opt, RM,
|