HomeSort by relevance Sort by last modified time
    Searched refs:X86 (Results 51 - 75 of 104) sorted by null

1 23 4 5

  /external/webkit/Source/JavaScriptCore/yarr/
YarrJIT.h 36 #if CPU(X86) && !COMPILER(MSVC)
  /external/llvm/
README.android 57 * lib/Target/{X86,ARM}/AsmPrinter/{X86,ARM}AsmPrinter.cpp
58 Move from lib/Target/{X86,ARM}/{X86,ARM}AsmPrinter.cpp.
llvm-tblgen-rules.mk 43 ifeq ($(tblgen_source_dir),$(LLVM_ROOT_PATH)/lib/Target/X86/MCTargetDesc)
  /external/llvm/lib/Target/X86/
X86JITInfo.cpp 1 //===-- X86JITInfo.cpp - Implement the JIT interfaces for the X86 target --===//
10 // This file implements the JIT interfaces for the X86 target.
42 // X86 doesn't need to invalidate the processor cache, so just invalidate
87 // No need to save EAX/EDX for X86-64.
332 llvm_unreachable("Cannot call X86CompilationCallback() on a non-x86 arch!");
385 "X86-64 doesn't support rewriting non-stub lazy compilation calls:"
538 switch ((X86::RelocationType)MR->getRelocationType()) {
539 case X86::reloc_pcrel_word: {
546 case X86::reloc_picrel_word: {
553 case X86::reloc_absolute_word
    [all...]
X86VZeroUpper.cpp 10 // This file defines the pass which inserts x86 AVX vzeroupper instructions
17 #define DEBUG_TYPE "x86-codegen"
18 #include "X86.h"
39 virtual const char *getPassName() const { return "X86 vzeroupper inserter";}
99 BuildMI(*MBB, I, dl, TII->get(X86::VZEROUPPER));
X86CompilationCallback_Win64.asm 10 ;; This file implements the JIT interfaces for the X86 target.
X86InstrInfo.h 1 //===- X86InstrInfo.h - X86 Instruction Information ------------*- C++ -*- ===//
10 // This file contains the X86 implementation of the TargetInstrInfo class.
18 #include "X86.h"
29 namespace X86 {
30 // X86 specific condition code. These correspond to X86_*_COND in
53 // which can't be represented on x86 with a single condition. These
66 CondCode GetOppositeBranchCondition(X86::CondCode CC);
67 } // end namespace X86;
162 /// source to overlap the destination. e.g. X86::MOVSX64rr32. If this returns
194 /// three-address instruction on demand. This allows the X86 target (fo
    [all...]
X86TargetMachine.cpp 1 //===-- X86TargetMachine.cpp - Define TargetMachine for the X86 -----------===//
10 // This file defines the X86 specific subclass of TargetMachine.
15 #include "X86.h"
64 /// X86TargetMachine ctor - Create an X86 target.
100 // Command line options for x86
103 UseVZeroUpper("x86-use-vzeroupper",
140 PM.add(createExecutionDependencyFixPass(&X86::VR128RegClass));
  /external/llvm/tools/
Makefile 60 # The edis library is only supported if ARM and/or X86 are enabled, and if
63 ifneq ($(filter $(TARGETS_TO_BUILD), X86 ARM),)
  /external/webkit/Source/WebCore/page/
NavigatorBase.cpp 40 #elif OS(MAC_OS_X) && (CPU(X86) || CPU(X86_64))
  /external/webkit/Source/JavaScriptCore/heap/
MachineStackMarker.cpp 312 #if CPU(X86)
326 #elif OS(WINDOWS) && CPU(X86)
338 #if CPU(X86)
366 #elif OS(WINDOWS) && CPU(X86)
391 #if CPU(X86)
405 #if CPU(X86)
418 #elif CPU(X86) && OS(WINDOWS)
  /external/llvm/device/include/llvm/Config/
config.h 514 # define LLVM_NATIVE_ARCHNAME X86
  /external/llvm/host/include/llvm/Config/
config.h 497 #define LLVM_NATIVE_ARCHNAME X86
  /external/llvm/lib/Target/X86/MCTargetDesc/
X86MachObjectWriter.cpp 1 //===-- X86MachObjectWriter.cpp - X86 Mach-O Writer -----------------------===//
77 return Kind == X86::reloc_riprel_4byte ||
78 Kind == X86::reloc_riprel_4byte_movq_load;
91 case X86::reloc_riprel_4byte:
92 case X86::reloc_riprel_4byte_movq_load:
93 case X86::reloc_signed_4byte:
267 if (unsigned(Fixup.getKind()) == X86::reloc_riprel_4byte_movq_load)
  /external/libffi/src/x86/
ffi.c 8 x86 Foreign Function Interface
124 #ifdef X86
127 #if defined(X86) || defined(X86_DARWIN)
145 #ifndef X86
  /external/webkit/Source/JavaScriptCore/wtf/
StackBounds.cpp 254 #if CPU(X86) && COMPILER(MSVC)
263 #elif CPU(X86) && COMPILER(GCC)
Platform.h 213 /* CPU(X86) - i386 / x86 32-bit */
1117 /* The JIT is enabled by default on all x86, x64-64, ARM & MIPS platforms. */
1119 && (CPU(X86) || CPU(X86_64) || CPU(ARM) || CPU(MIPS)) \
    [all...]
  /external/stlport/stlport/stl/config/
_evc.h 167 # define _STLP_NATIVE_INCLUDE_PATH ../X86
  /external/webkit/Source/JavaScriptCore/assembler/
MacroAssemblerX86.h 29 #if ENABLE(ASSEMBLER) && CPU(X86)
  /ndk/sources/cxx-stl/stlport/stlport/stl/config/
_evc.h 167 # define _STLP_NATIVE_INCLUDE_PATH ../X86
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/stl/config/
_evc.h 167 # define _STLP_NATIVE_INCLUDE_PATH ../X86
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/stlport/stlport/stl/config/
_evc.h 167 # define _STLP_NATIVE_INCLUDE_PATH ../X86
  /sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/internal/repository/
Archive.java 127 X86("x86"),
156 } else if (arch.equalsIgnoreCase("x86")
159 return Arch.X86;
  /external/webkit/Source/JavaScriptCore/jit/
JITStubs.h 115 #elif CPU(X86)
262 #if CPU(X86)
268 #error "JIT_STUB function calls require fastcall conventions on x86, add appropriate directive/attribute here for your compiler!"
  /external/valgrind/main/coregrind/
m_libcassert.c 62 (srP)->misc.X86.r_ebp = ebp; \

Completed in 6325 milliseconds

1 23 4 5