HomeSort by relevance Sort by last modified time
    Searched refs:CPU (Results 1 - 25 of 110) sorted by null

1 2 3 4 5

  /external/v8/src/ia32/
cpu-ia32.cc 28 // CPU specific code for ia32 independent of OS goes here.
36 #include "cpu.h"
42 void CPU::Setup() {
47 void CPU::FlushICache(void* start, size_t size) {
51 // is patched on an intel CPU the core performing the patching will have its
68 void CPU::DebugBreak() {
  /external/v8/src/x64/
cpu-x64.cc 28 // CPU specific code for x64 independent of OS goes here.
36 #include "cpu.h"
42 void CPU::Setup() {
47 void CPU::FlushICache(void* start, size_t size) {
51 // is patched on an intel CPU the core performing the patching will have its
68 void CPU::DebugBreak() {
  /external/v8/src/mips/
cpu-mips.cc 28 // CPU specific code for arm independent of OS goes here.
38 #include "cpu.h"
43 void CPU::Setup() {
47 void CPU::FlushICache(void* start, size_t size) {
62 void CPU::DebugBreak() {
  /external/v8/src/
cpu.h 43 // CPU
51 class CPU : public AllStatic {
53 // Initializes the cpu architecture support. Called once at VM startup.
  /external/chromium/base/
cpu.h 13 class CPU {
16 CPU();
18 // Accessors for CPU information.
cpu.cc 5 #include "base/cpu.h"
11 CPU::CPU()
22 void CPU::Initialize() {
27 // valid Ids in CPUInfo[0] and the CPU identification string in
28 // the other three array elements. The CPU identification string is
41 // Interpret CPU feature information.
  /external/qemu/distrib/
update-audio.sh 27 CPU=`uname -p`
28 if [ "$CPU" == "i386" ] ; then
35 CPU=`uname -m`
36 case "$CPU" in
38 CPU=x86
41 OS=linux-$CPU
  /external/v8/src/arm/
cpu-arm.cc 28 // CPU specific code for arm independent of OS goes here.
35 #include "cpu.h"
41 void CPU::Setup() {
46 void CPU::FlushICache(void* start, size_t size) {
124 void CPU::DebugBreak() {
  /external/webkit/JavaScriptCore/wrec/
WREC.h 35 #if COMPILER(GCC) && CPU(X86)
  /external/webkit/WebCore/page/
NavigatorBase.cpp 38 #if OS(MAC_OS_X) && (CPU(PPC) || CPU(PPC64))
40 #elif OS(MAC_OS_X) && (CPU(X86) || CPU(X86_64))
  /external/webkit/JavaScriptCore/wtf/
TCSpinLock.h 36 #if (CPU(X86) || CPU(X86_64) || CPU(PPC)) && (COMPILER(GCC) || COMPILER(MSVC))
65 #if CPU(X86) || CPU(X86_64)
95 #if CPU(X86) || CPU(X86_64)
106 #if OS(DARWIN) || CPU(PPC)
141 #if CPU(X86) || CPU(X86_64
    [all...]
Platform.h 31 CPU. This macro will be phased out in favor of platform adaptation
40 /* CPU() - the target CPU architecture */
41 #define CPU(WTF_FEATURE) (defined WTF_CPU_##WTF_FEATURE && WTF_CPU_##WTF_FEATURE)
93 /* ==== CPU() - the target CPU architecture ==== */
95 /* This also defines CPU(BIG_ENDIAN) or CPU(MIDDLE_ENDIAN) or neither, as appropriate. */
97 /* CPU(ALPHA) - DEC Alpha */
102 /* CPU(IA64) - Itanium / IA-64 *
    [all...]
  /external/qemu/android/build/
common.sh 59 ## Normalize OS and CPU
62 CPU=`uname -m`
63 case "$CPU" in
64 i?86) CPU=x86
66 amd64) CPU=x86_64
68 powerpc) CPU=ppc
72 log2 "CPU=$CPU"
74 # at this point, the supported values for CPU are:
86 OS=darwin-$CPU
    [all...]
  /external/webkit/JavaScriptCore/assembler/
MacroAssemblerCodeRef.h 40 #if CPU(ARM_THUMB2)
133 #if CPU(ARM_THUMB2)
150 #if CPU(ARM_THUMB2)
MacroAssembler.h 33 #if CPU(ARM_THUMB2)
37 #elif CPU(ARM_TRADITIONAL)
41 #elif CPU(X86)
45 #elif CPU(X86_64)
63 #if CPU(X86_64)
137 #if !CPU(X86_64)
MacroAssemblerARM.cpp 29 #if ENABLE(ASSEMBLER) && CPU(ARM_TRADITIONAL)
65 #if CPU(ARMV5_OR_LOWER)
95 #endif // ENABLE(ASSEMBLER) && CPU(ARM_TRADITIONAL)
  /external/blktrace/
barrier.h 30 #error Define store_barrier() for your CPU
  /external/webkit/JavaScriptCore/jit/
ExecutableAllocatorSymbian.cpp 37 #if CPU(ARMV5_OR_LOWER)
ExecutableAllocator.h 189 #if CPU(X86) || CPU(X86_64)
193 #elif CPU(ARM_THUMB2) && OS(IPHONE_OS)
199 #elif CPU(ARM_THUMB2) && OS(LINUX)
220 #elif CPU(ARM_TRADITIONAL) && OS(LINUX)
ExecutableAllocatorPosix.cpp 38 #if !(OS(DARWIN) && CPU(X86_64))
60 #endif // !(OS(DARWIN) && CPU(X86_64))
  /external/webkit/JavaScriptCore/runtime/
Collector.cpp 568 #elif OS(WINDOWS) && CPU(X86) && COMPILER(MSVC)
577 #elif OS(WINDOWS) && CPU(X86_64) && COMPILER(MSVC)
581 #elif OS(WINDOWS) && CPU(X86) && COMPILER(GCC)
853 #if CPU(X86)
855 #elif CPU(X86_64)
857 #elif CPU(PPC)
859 #elif CPU(PPC64)
861 #elif CPU(ARM)
867 #elif OS(WINDOWS) && CPU(X86)
877 #if CPU(X86
    [all...]
  /external/webkit/WebCore/platform/image-decoders/bmp/
BMPImageReader.h 49 #if CPU(BIG_ENDIAN)
59 #if CPU(BIG_ENDIAN)
205 #if CPU(BIG_ENDIAN)
  /external/srec/srec/include/
sample.h 56 #if !(defined(__vxworks) && (CPU & SIMNT))
64 #if !(defined(__vxworks) && (CPU & SIMNT))
  /external/qemu/
dyngen-exec.h 30 point because host CPU registers are used as global variables. Some
110 #error unsupported CPU
  /external/webkit/JavaScriptCore/yarr/
RegexJIT.h 40 #if CPU(X86) && !COMPILER(MSVC)

Completed in 510 milliseconds

1 2 3 4 5