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

1 23 4

  /external/llvm/lib/Target/X86/MCTargetDesc/
X86MachObjectWriter.cpp 1 //===-- X86MachObjectWriter.cpp - X86 Mach-O Writer -----------------------===//
78 return Kind == X86::reloc_riprel_4byte ||
79 Kind == X86::reloc_riprel_4byte_movq_load;
92 case X86::reloc_riprel_4byte:
93 case X86::reloc_riprel_4byte_movq_load:
94 case X86::reloc_signed_4byte:
279 if (unsigned(Fixup.getKind()) == X86::reloc_riprel_4byte_movq_load)
336 if (Kind == X86::reloc_signed_4byte)
  /external/clang/include/clang/Basic/
TargetBuiltins.h 85 /// \brief X86 builtins
86 namespace X86 {
  /external/llvm/lib/Target/X86/
X86TargetMachine.cpp 1 //===-- X86TargetMachine.cpp - Define TargetMachine for the X86 -----------===//
10 // This file defines the X86 specific subclass of TargetMachine.
15 #include "X86.h"
32 /// X86TargetMachine ctor - Create an X86 target.
67 // (which on X86, happens to be the 'ud2' instruction)
75 // Command line options for x86
78 UseVZeroUpper("x86-use-vzeroupper", cl::Hidden,
83 // X86 Analysis Pass Setup
87 // Add first the target-independent BasicTTI pass, then our X86 pass. This
88 // allows the X86 pass to delegate to the target independent layer whe
    [all...]
X86CompilationCallback_Win64.asm 10 ;; This file implements the JIT interfaces for the X86 target.
X86ISelLowering.h 1 //===-- X86ISelLowering.h - X86 DAG Lowering Interface ----------*- C++ -*-===//
10 // This file defines the interfaces that X86 uses to lower LLVM code into a
28 // X86 Specific DAG Nodes
39 /// X86::SHLDxx and X86::SHRDxx instructions.
44 /// to X86::ANDPS or X86::ANDPD.
48 /// to X86::ORPS or X86::ORPD.
52 /// to X86::XORPS or X86::XORPD
    [all...]
  /frameworks/compile/mclinker/unittests/
ELFReaderTest.cpp 19 #include <../lib/Target/X86/X86LDBackend.h>
20 #include <../lib/Target/X86/X86GNUInfo.h>
  /external/chromium_org/third_party/WebKit/Source/wtf/
Atomics.h 136 #if CPU(X86) || CPU(X86_64)
MathExtras.h 181 #if CPU(X86)
  /external/stlport/stlport/stl/config/
_evc.h 167 # define _STLP_NATIVE_INCLUDE_PATH ../X86
  /ndk/sources/cxx-stl/stlport/stlport/stl/config/
_evc.h 167 # define _STLP_NATIVE_INCLUDE_PATH ../X86
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/config/
_evc.h 167 # define _STLP_NATIVE_INCLUDE_PATH ../X86
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/config/
_evc.h 167 # define _STLP_NATIVE_INCLUDE_PATH ../X86
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/config/
_evc.h 167 # define _STLP_NATIVE_INCLUDE_PATH ../X86
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/config/
_evc.h 167 # define _STLP_NATIVE_INCLUDE_PATH ../X86
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/config/
_evc.h 167 # define _STLP_NATIVE_INCLUDE_PATH ../X86
  /external/chromium_org/third_party/WebKit/Source/platform/audio/
SincResampler.cpp 39 #if CPU(X86) || CPU(X86_64)
264 #if CPU(X86) || CPU(X86_64)
  /external/clang/lib/CodeGen/
CGBuiltin.cpp     [all...]
  /external/google-tv-pairing-protocol/cpp/
main.scons 189 'X86',
  /art/runtime/arch/
arch_test.cc 221 TEST_F(ArchTest, X86) {
222 #include "arch/x86/asm_support_x86.h"
347 #include "arch/x86/asm_support_x86.h"
355 #include "arch/x86/asm_support_x86.h"
  /external/llvm/
llvm-tblgen-rules.mk 58 ifeq ($(tblgen_source_dir),$(LLVM_ROOT_PATH)/lib/Target/X86/MCTargetDesc)
  /ndk/tests/abcc/jni/
Abcc.cpp 41 else if (abi == "x86")
42 mAbi = X86;
  /external/valgrind/main/coregrind/
m_libcassert.c 65 (srP)->misc.X86.r_ebp = ebp; \
  /ndk/build/core/
default-build-commands.mk 85 # ld.gold (default for ARM and X86) and ld.mcld don't emulate this buggy behavior,
  /external/chromium_org/third_party/qcms/src/
transform.c 35 #define X86
    [all...]
  /external/stlport/
configure.bat 250 echo TARGET_OS=x86 >> build\Makefiles\nmake\config.mak
260 echo TARGET_OS=x86 >> build\Makefiles\nmake\config.mak
366 if "%TARGETCPU%" == "X86" goto pr_x86
370 if "%TARGETCPU%" == "x86" goto pr_x86
396 echo Target processor: x86
397 echo TARGET_PROC=x86 >> build\Makefiles\nmake\config.mak
402 echo TARGET_PROC=x86 >> build\Makefiles\nmake\config.mak

Completed in 1336 milliseconds

1 23 4