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

1 2 3 4 5 6 7 8 91011>>

  /external/webkit/Source/WebCore/platform/graphics/filters/arm/
FELightingNEON.cpp 30 #if CPU(ARM_NEON) && COMPILER(GCC)
464 #endif // CPU(ARM_NEON) && COMPILER(GCC)
  /external/wpa_supplicant_8/src/utils/
common.h 218 #error Could not determine CPU byte order
  /external/linux-tools-perf/
builtin-script.c 44 {.str = "cpu", .field = PERF_OUTPUT_CPU},
180 if (PRINT_FIELD(CPU) &&
181 perf_event_attr__check_stype(attr, PERF_SAMPLE_CPU, "CPU",
246 if (PRINT_FIELD(CPU)) {
248 printf("%3d ", sample->cpu);
250 printf("[%03d] ", sample->cpu);
288 print_trace_event(sample->cpu, sample->raw_data,
988 "comma separated output fields prepend with 'type:'. Valid types: hw,sw,trace,raw. Fields: comm,tid,pid,time,cpu,event,trace,sym",
  /external/webkit/Source/WebCore/plugins/win/
PluginViewWin.cpp 147 #if OS(WINDOWS) && CPU(X86_64) && COMPILER(MSVC)
980 #if OS(WINDOWS) && CPU(X86_64)
  /external/webkit/Source/JavaScriptCore/assembler/
MacroAssemblerMIPS.h 30 #if ENABLE(ASSEMBLER) && CPU(MIPS)
546 #if CPU(BIG_ENDIAN)
574 #if CPU(BIG_ENDIAN)
    [all...]
MacroAssemblerX86_64.h 29 #if ENABLE(ASSEMBLER) && CPU(X86_64)
MacroAssemblerARM.h 31 #if ENABLE(ASSEMBLER) && CPU(ARM_TRADITIONAL)
257 #if CPU(ARMV5_OR_LOWER)
    [all...]
MacroAssemblerX86Common.h 719 #if CPU(X86_64)
    [all...]
  /external/clang/lib/CodeGen/
BackendUtil.cpp 461 TargetMachine *TM = TheTarget->createTargetMachine(Triple, TargetOpts.CPU,
  /external/llvm/lib/Target/ARM/MCTargetDesc/
ARMAsmBackend.cpp 663 MCAsmBackend *llvm::createARMAsmBackend(const Target &T, StringRef TT, StringRef CPU) {
  /external/openssl/crypto/
sparccpuid.S 44 ! to determine if the CPU the code is executing on is V8- or
  /external/v8/src/ia32/
code-stubs-ia32.h 546 CPU::FlushICache(stub->instruction_start(), 7);
  /external/v8/src/x64/
code-stubs-x64.h 548 CPU::FlushICache(stub->instruction_start(), 7);
  /external/webkit/Source/JavaScriptCore/jit/
JIT.cpp 32 #if ENABLE(ASSEMBLER) && CPU(X86) && !OS(MAC_OS_X)
JITOpcodes.cpp 197 #if CPU(X86_64)
220 #elif CPU(ARM)
241 #elif CPU(MIPS)
    [all...]
  /external/webkit/Source/WebKit/efl/WebCoreSupport/
FrameLoaderClientEfl.cpp 83 #if CPU(X86)
  /ndk/build/core/
init.mk 242 $(call ndk_log,Host CPU was auto-detected: $(HOST_ARCH))
244 $(call ndk_log,Host CPU from environment: $(HOST_ARCH))
  /external/oprofile/events/x86-64/family11h/
events 120 event:0xe9 counters:0,1,2,3 um:cpiorequests minimum:500 name:CPU_IO_REQUESTS_TO_MEMORY_IO : CPU/IO requests to memory/IO
  /external/oprofile/events/x86-64/hammer/
events 116 event:0xe9 counters:0,1,2,3 um:cpiorequests minimum:500 name:CPU_IO_REQUESTS_TO_MEMORY_IO : CPU/IO requests to memory/IO (RevE)
  /external/v8/src/mips/
assembler-mips.cc 53 // Get the CPU features enabled by the build. For cross compilation the
197 CPU::FlushICache(pc_, instruction_count * Assembler::kInstrSize);
    [all...]
  /external/blktrace/doc/
blktrace.tex 361 \emph{device}.blktrace.\emph{cpu}, where \emph{device} is the base
363 be \emph{sda}); and \emph{cpu} identifies a CPU for the event stream.
475 -i \emph{file} & --input=\emph{file} & Specifies base name for input files -- default is \emph{device}.blktrace.\emph{cpu}. \\
594 \emph{c} & CPU id \\ \hline
665 \item[\%2c] CPU ID (2-character field).
    [all...]
  /external/llvm/lib/ExecutionEngine/Interpreter/
Execution.cpp 785 const ConstantInt *CPU = cast<ConstantInt>(I.getOperand());
786 unsigned Index = unsigned(CPU->getZExtValue());
    [all...]
  /external/libvpx/libvpx/build/make/
configure.sh 80 --cpu=CPU optimize for a specific cpu rather than a family
489 --cpu)
491 --cpu=*) tune_cpu="$optval"
812 tune_cflags="--cpu="
813 tune_asflags="--cpu="
821 check_add_cflags --cpu=Cortex-A8
822 check_add_asflags --cpu=Cortex-A8
824 check_add_cflags --cpu=${tgt_isa##armv
    [all...]
  /external/v8/src/arm/
code-stubs-arm.h 538 CPU::FlushICache(stub->instruction_start(), 2 * Assembler::kInstrSize);
    [all...]
  /external/v8/src/
assembler.cc 41 #include "cpu.h"
806 return ExternalReference(Redirect(isolate, FUNCTION_ADDR(CPU::FlushICache)));
    [all...]

Completed in 721 milliseconds

1 2 3 4 5 6 7 8 91011>>