HomeSort by relevance Sort by last modified time
    Searched refs:CPU (Results 276 - 300 of 343) sorted by null

<<11121314

  /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);
  /ndk/build/core/
init.mk 250 $(call ndk_log,Host CPU was auto-detected: $(HOST_ARCH))
252 $(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)
  /cts/suite/cts/deviceTests/browserbench/assets/octane/
gbemu.js     [all...]
  /external/chromium_org/v8/src/mips/
assembler-mips.cc 59 // Get the CPU features enabled by the build. For cross compilation the
223 CPU::FlushICache(pc_, instruction_count * Assembler::kInstrSize);
    [all...]
  /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...]
code-stubs-mips.h 553 CPU::FlushICache(stub->instruction_start(), 4 * 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/chromium_org/third_party/WebKit/Source/core/platform/graphics/transforms/
TransformationMatrix.cpp 41 #if CPU(X86_64)
    [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...]
  /frameworks/base/tests/FrameworkPerf/src/com/android/frameworkperf/
TestService.java 236 CPU,
474 super("CPU", "Consume CPU");
    [all...]
  /ndk/
ndk-gdb.py 579 _,CPU_ABI1 = adb_var_shell(['getprop', 'ro.product.cpu.abi'])
580 _,CPU_ABI2 = adb_var_shell(['getprop', 'ro.product.cpu.abi2'])
584 log('Device CPU ABIs: %s' % (' '.join(CPU_ABIS)))
588 error('''The device does not support the application's targetted CPU ABIs!
  /external/clang/lib/Frontend/
CompilerInvocation.cpp     [all...]
  /external/iproute2/doc/
api-ip6-flowlabels.tex 127 Useless wasting CPU cycles and
  /external/llvm/lib/ExecutionEngine/Interpreter/
Execution.cpp     [all...]
  /external/oprofile/utils/
opcontrol 172 cpu: per CPU profiles
193 --cpu-buffer-size=num per-cpu buffer size in units (2.6 kernel)
566 cpu)
796 --cpu-buffer-size)
1319 echo "cpu-buffer-size not supported - ignored" >&2
    [all...]
  /external/stlport/
configure.bat 386 echo Unknown target CPU: %TARGETCPU%
  /external/chromium_org/v8/src/
assembler.cc 41 #include "cpu.h"
    [all...]
  /external/elfutils/libcpu/
i386_parse.c 107 /* Parser for i386 CPU description.
    [all...]
  /external/libvpx/libvpx/build/make/
configure.sh 80 --cpu=CPU optimize for a specific cpu rather than a family
497 --cpu)
499 --cpu=*) tune_cpu="$optval"
856 tune_cflags="--cpu="
857 tune_asflags="--cpu="
865 check_add_cflags --cpu=Cortex-A8
866 check_add_asflags --cpu=Cortex-A8
868 check_add_cflags --cpu=${tgt_isa##armv
    [all...]

Completed in 725 milliseconds

<<11121314