HomeSort by relevance Sort by last modified time
    Searched defs:X86 (Results 1 - 12 of 12) sorted by null

  /external/libffi/linux-x86/
ffi.h 6 #define X86 1
9 #include "../src/x86/ffitarget.h"
  /external/llvm/lib/Target/X86/MCTargetDesc/
X86FixupKinds.h 1 //===-- X86FixupKinds.h - X86 Specific Fixup Entries ------------*- C++ -*-===//
16 namespace X86 {
X86BaseInfo.h 1 //===-- X86BaseInfo.h - Top level definitions for X86 -------- --*- C++ -*-===//
11 // the X86 target useful for the compiler back-end and the MC libraries.
26 namespace X86 {
43 } // end namespace X86;
53 // X86 Specific MachineOperand flags.
70 /// See the X86-64 ELF ABI supplement for more details.
77 /// See the X86-64 ELF ABI supplement for more details.
85 /// See the X86-64 ELF ABI supplement for more details.
92 /// See the X86-64 ELF ABI supplement for more details.
109 /// block for the symbol. Used in the x86-64 local dynamic TLS access model
    [all...]
  /external/llvm/lib/Target/X86/
X86Relocations.h 1 //===-- X86Relocations.h - X86 Code Relocations -----------------*- C++ -*-===//
10 // This file defines the X86 target-specific relocation types.
20 namespace X86 {
21 /// RelocationType - An enum for the x86 relocation codes. Note that
22 /// the terminology here doesn't follow x86 convention - word means
24 /// by JIT or ObjectCode emitters, this is transparent to the x86 code
X86InstrInfo.h 1 //===-- X86InstrInfo.h - X86 Instruction Information ------------*- C++ -*-===//
10 // This file contains the X86 implementation of the TargetInstrInfo class.
17 #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
69 CondCode GetOppositeBranchCondition(X86::CondCode CC);
70 } // end namespace X86;
166 /// source to overlap the destination. e.g. X86::MOVSX64rr32. If this returns
198 /// three-address instruction on demand. This allows the X86 target (fo
    [all...]
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
29 // X86 Specific DAG Nodes
40 /// X86::SHLDxx and X86::SHRDxx instructions.
45 /// to X86::ANDPS or X86::ANDPD.
49 /// to X86::ORPS or X86::ORPD.
53 /// to X86::XORPS or X86::XORPD
    [all...]
  /external/libffi/darwin-x86/
ffitarget.h 5 Target configuration macros for x86 and x86-64.
36 #define X86
48 /* ---- Intel x86 Win32 ---------- */
56 /* ---- Intel x86 and AMD x86-64 - */
59 FFI_UNIX64, /* Unix variants all use the same ABI for x86-64 */
86 #define FFI_NATIVE_RAW_API 1 /* x86 has native raw api support */
  /external/libffi/src/x86/
ffitarget.h 5 Target configuration macros for x86 and x86-64.
36 #define X86
48 /* ---- Intel x86 Win32 ---------- */
56 /* ---- Intel x86 and AMD x86-64 - */
59 FFI_UNIX64, /* Unix variants all use the same ABI for x86-64 */
86 #define FFI_NATIVE_RAW_API 1 /* x86 has native raw api support */
  /external/valgrind/main/coregrind/
pub_core_basics.h 88 ULong r_pc; /* x86:EIP, amd64:RIP, ppc:CIA, arm:R15, mips:pc */
89 ULong r_sp; /* x86:ESP, amd64:RSP, ppc:R1, arm:R13, mips:sp */
93 } X86;
  /external/clang/include/clang/Basic/
TargetBuiltins.h 55 /// \brief X86 builtins
56 namespace X86 {
  /external/llvm/lib/Target/X86/Disassembler/
X86Disassembler.cpp 1 //===-- X86Disassembler.cpp - Disassembler for x86 and x86_64 -------------===//
10 // This file is part of the X86 Disassembler.
56 namespace X86 {
159 #define ENTRY(x) X86::x,
341 // By default sign-extend all X86 immediates based on their encoding.
349 // Special case those X86 instructions that use the imm8 as a set of
351 if (Opcode != X86::BLENDPSrri && Opcode != X86::BLENDPDrri &&
352 Opcode != X86::PBLENDWrri && Opcode != X86::MPSADBWrri &
    [all...]
  /prebuilts/devtools/tools/lib/
sdklib.jar 

Completed in 539 milliseconds