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

<<11121314

  /external/llvm/bindings/ocaml/target/
llvm_target.mli 188 val create : triple:string -> ?cpu:string -> ?features:string ->
199 (** Returns the CPU used while creating this target machine. See
201 val cpu : t -> string
  /external/chromium_org/third_party/WebKit/Source/platform/transforms/
TransformationMatrix.cpp 41 #if CPU(X86_64)
    [all...]
  /external/linux-tools-perf/perf-3.12.0/tools/perf/util/
evsel.c 318 "cpu-clock",
322 "cpu-migrations",
649 perf_evsel__set_sample_bit(evsel, CPU);
662 perf_evsel__set_sample_bit(evsel, CPU);
702 int cpu, thread; local
706 for (cpu = 0; cpu < ncpus; cpu++) {
708 FD(evsel, cpu, thread) = -1;
719 int cpu, thread local
794 int cpu, thread; local
881 int cpu, thread; local
1005 int cpu, thread; local
    [all...]
  /external/chromium_org/chrome/app/
chrome_main_delegate.cc 9 #include "base/cpu.h"
661 // Create an instance of the CPU class to parse /proc/cpuinfo and cache
663 base::CPU cpu_info;
    [all...]
  /external/chromium_org/chrome/browser/media/
webrtc_logging_handler_host.cc 11 #include "base/cpu.h"
456 // CPU
457 base::CPU cpu; local
459 "Cpu: " + IntToString(cpu.family()) + "." + IntToString(cpu.model()) +
460 "." + IntToString(cpu.stepping()) + ", x" +
463 std::string cpu_brand = cpu.cpu_brand();
469 LogToCircularBuffer("Cpu brand: " + cpu_brand)
    [all...]
  /external/chromium_org/media/filters/
gpu_video_decoder.cc 12 #include "base/cpu.h"
115 base::CPU cpu;
119 ((cpu.vendor_name() == "GenuineIntel") && cpu.model() >= 55);
  /external/chromium_org/third_party/WebKit/Source/wtf/
PartitionAlloc.h 102 #include "wtf/CPU.h"
326 #if CPU(BIG_ENDIAN)
  /external/chromium_org/third_party/webrtc/voice_engine/test/android/android_test/jni/
android_test.cc 108 CPU = 4
    [all...]
  /external/clang/lib/CodeGen/
BackendUtil.cpp 481 TargetMachine *TM = TheTarget->createTargetMachine(Triple, TargetOpts.CPU,
  /external/clang/lib/Driver/
Tools.h 216 const char* getLLVMArchSuffixForARM(StringRef CPU);
  /external/clang/lib/Frontend/
FrontendActions.cpp 448 Out.indent(4) << " CPU: " << TargetOpts.CPU << "\n";
  /external/libunwind/doc/
libunwind.tex 70 to get a snapshot of the CPU registers (machine-state). Then you
97 Given an unwind cursor, it is possible to read and write the CPU
unw_create_addr_space.tex 154 from or write to a scalar (non-floating-point) CPU register. The
173 from or write to a floating-point CPU register. The index of the
libunwind-ia64.tex 88 were present in the CPU when it was just about to execute the
  /external/lldb/source/Plugins/UnwindAssembly/x86/
UnwindAssembly-x86.cpp 30 enum CPU {
120 AssemblyParse_x86 (const ExecutionContext &exe_ctx, int cpu, ArchSpec &arch, AddressRange func);
168 AssemblyParse_x86::AssemblyParse_x86 (const ExecutionContext &exe_ctx, int cpu, ArchSpec &arch, AddressRange func) :
179 m_cpu(cpu),
183 if (cpu == k_i386)
212 if (cpu == k_i386)
883 UnwindAssembly_x86::UnwindAssembly_x86 (const ArchSpec &arch, int cpu) :
885 m_cpu(cpu),
921 const llvm::Triple::ArchType cpu = arch.GetMachine (); local
922 if (cpu == llvm::Triple::x86
    [all...]
  /external/openssl/crypto/
sparccpuid.S 44 ! to determine if the CPU the code is executing on is V8- or
  /external/linux-tools-perf/perf-3.12.0/tools/perf/
builtin-script.c 55 {.str = "cpu", .field = PERF_OUTPUT_CPU},
223 if (PRINT_FIELD(CPU) &&
224 perf_evsel__check_stype(evsel, PERF_SAMPLE_CPU, "CPU",
307 if (PRINT_FIELD(CPU)) {
309 printf("%3d ", sample->cpu);
311 printf("[%03d] ", sample->cpu);
369 al.cpu = sample->cpu;
436 event_format__print(evsel->tp_format, sample->cpu,
533 if (cpu_list && !test_bit(sample->cpu, cpu_bitmap)
    [all...]
  /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/arm/
assembler-arm.cc 43 #include "src/base/cpu.h"
50 // Get the CPU features enabled by the build. For cross compilation the
98 base::CPU cpu;
99 if (FLAG_enable_vfp3 && cpu.has_vfp3()) {
106 if (FLAG_enable_neon && cpu.has_neon()) supported_ |= 1u << NEON;
107 if (FLAG_enable_sudiv && cpu.has_idiva()) supported_ |= 1u << SUDIV;
108 if (FLAG_enable_mls && cpu.has_thumb2()) supported_ |= 1u << MLS;
110 if (cpu.architecture() >= 7) {
114 if (FLAG_enable_movw_movt && cpu.implementer() == base::CPU::QUALCOMM)
    [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/native_client_sdk/src/doc/
faq.rst 127 * `Adapting Software Fault Isolation to Contemporary CPU Architectures`_ (PDF).
299 allowing your Native Client application to utilize several CPU cores.
561 .. _Adapting Software Fault Isolation to Contemporary CPU Architectures: https://nativeclient.googlecode.com/svn/data/site/NaCl_SFI.pdf
  /external/llvm/lib/Target/ARM/
ARMAsmPrinter.cpp 580 static ARMBuildAttrs::CPUArch getArchForCPU(StringRef CPU,
582 if (CPU == "xscale")
615 // FIXME: remove krait check when GNU tools support krait cpu
    [all...]
  /external/chromium_org/crypto/
nss_util.cc 26 #include "base/cpu.h"
835 base::CPU cpu; local
837 if (cpu.has_avx_hardware() && !cpu.has_avx()) {
    [all...]

Completed in 1358 milliseconds

<<11121314