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

<<11121314

  /external/chromium_org/third_party/sqlite/src/
Makefile.vxworks 45 ifeq ($(CPU),SH32)
87 TCC = $(CC) $(DEFINE_CC) -O2 -g -mrtp $(CC_ARCH_SPEC) -D_REENTRANT=1 -D_VX_CPU=_VX_$(CPU) -D_VX_TOOL_FAMILY=$(TOOL_FAMILY) -D_VX_TOOL=$(TOOL)
105 MKSHLIB = $(CC) $(DEFINE_CC) -mrtp -shared $(CC_ARCH_SPEC) -D_VX_CPU=_VX_$(CPU) -D_VX_TOOL_FAMILY=$(TOOL_FAMILY) -D_VX_TOOL=$(TOOL)
  /external/qemu/
cpu-exec.c 66 restored in a state compatible with the CPU emulator
80 /* XXX: restore cpu registers saved in host registers */
187 /* we record a subset of the CPU state. It will
276 /* put eflags in CPU temporary format */
299 #error unsupported target CPU
314 /* exit request from the cpu execution loop */
323 which will be handled outside the cpu execution
337 /* simulate a real cpu exception. On i386, it can
533 CPU tries to execute code at the magic address.
728 #error unsupported target CPU
    [all...]
  /external/chromium_org/chrome/common/
chrome_content_client.cc 8 #include "base/cpu.h"
368 if (!base::CPU().has_sse2())
  /external/chromium_org/content/common/
plugin_list_posix.cc 19 #include "base/cpu.h"
80 base::CPU cpu; local
81 if (!cpu.has_sse2())
  /external/chromium_org/media/base/
yuv_convert.cc 20 #include "base/cpu.h"
136 base::CPU cpu; local
137 if (cpu.has_mmx()) {
152 if (cpu.has_sse()) {
159 if (cpu.has_sse2()) {
174 if (cpu.has_ssse3()) {
213 // Helps performance on CPU with 16K L1 cache.
  /external/chromium_org/media/tools/layout_tests/
layouttest_analyzer_helpers.py 176 BUGCR,97657,IMAGE CPU MAC TIMEOUT PASS,media/audio-repaint.html,"
  /external/chromium_org/v8/src/arm/
assembler-arm-inl.h 42 #include "cpu.h"
498 CPU::FlushICache(pc, 2 * kInstrSize);
504 // CPU::FlushICache(pc, sizeof(target));
code-stubs-arm.h 363 CPU::FlushICache(stub->instruction_start(), 2 * Assembler::kInstrSize);
  /external/chromium_org/v8/src/x64/
code-stubs-x64.h 372 CPU::FlushICache(stub->instruction_start(), 7);
  /external/llvm/lib/Target/PowerPC/AsmParser/
PPCAsmParser.cpp     [all...]
  /external/wpa_supplicant_8/src/utils/
common.h 219 #error Could not determine CPU byte order
  /external/chromium_org/chrome/browser/metrics/
metrics_log.cc 13 #include "base/cpu.h"
755 base::CPU cpu_info;
756 SystemProfileProto::Hardware::CPU* cpu = hardware->mutable_cpu(); local
757 cpu->set_vendor_name(cpu_info.vendor_name());
758 cpu->set_signature(cpu_info.signature());
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/filters/
FELighting.cpp 32 #include "core/platform/graphics/cpu/arm/filters/FELightingNEON.h"
294 #if CPU(ARM_NEON) && CPU(ARM_TRADITIONAL) && COMPILER(GCC)
  /external/chromium_org/third_party/WebKit/Source/wtf/text/
StringImpl.h 290 #if (CPU(X86) || CPU(X86_64))
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/
x86cpu.gperf 2 # x86 CPU recognition
53 x86_cpu_intel(wordptr cpu, yasm_arch_x86 *arch_x86, unsigned int data)
55 BitVector_Empty(cpu);
57 BitVector_Bit_On(cpu, CPU_Priv);
59 BitVector_Bit_On(cpu, CPU_Prot);
61 BitVector_Bit_On(cpu, CPU_SMM);
63 BitVector_Bit_On(cpu, CPU_AVX);
65 BitVector_Bit_On(cpu, CPU_AES);
66 BitVector_Bit_On(cpu, CPU_CLMUL);
69 BitVector_Bit_On(cpu, CPU_SSE42)
    [all...]
  /external/chromium_org/v8/src/mips/
codegen-mips.cc 104 CPU::FlushICache(buffer, actual_size);
645 CPU::FlushICache(sequence, young_length);
code-stubs-mips.h 378 CPU::FlushICache(stub->instruction_start(), 4 * Assembler::kInstrSize);
  /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/chromium_org/components/autofill/content/browser/risk/
fingerprint.cc 17 #include "base/cpu.h"
164 // Writes info about the machine's CPU into the |machine|.
166 base::CPU cpu; local
167 machine->mutable_cpu()->set_vendor_name(cpu.vendor_name());
168 machine->mutable_cpu()->set_brand(cpu.cpu_brand());
  /external/chromium_org/media/filters/
gpu_video_decoder.cc 11 #include "base/cpu.h"
116 base::CPU cpu;
118 (cpu.vendor_name() == "GenuineIntel") && cpu.model() >= 58;
  /external/chromium_org/skia/ext/
convolver.cc 365 base::CPU cpu; local
366 if (cpu.has_sse2()) {
  /external/chromium_org/third_party/openssl/openssl/crypto/
sparccpuid.S 44 ! to determine if the CPU the code is executing on is V8- or
  /external/chromium_org/v8/src/ia32/
code-stubs-ia32.h 378 CPU::FlushICache(stub->instruction_start(), 7);
  /external/clang/lib/CodeGen/
BackendUtil.cpp 459 TargetMachine *TM = TheTarget->createTargetMachine(Triple, TargetOpts.CPU,
  /external/clang/lib/Frontend/
FrontendActions.cpp 368 Out.indent(4) << " CPU: " << TargetOpts.CPU << "\n";

Completed in 770 milliseconds

<<11121314