Searched defs:X86 (Results 1 - 11 of 11) sorted by relevance

/external/libffi/linux-x86/
H A Dffi.h6 #define X86 1 macro
/external/llvm/lib/Target/X86/MCTargetDesc/
H A DX86FixupKinds.h1 //===-- X86FixupKinds.h - X86 Specific Fixup Entries ------------*- C++ -*-===//
16 namespace X86 { namespace in namespace:llvm
H A DX86BaseInfo.h1 //===-- 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 { namespace in namespace:llvm
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.
221 // Instruction encodings. These are the standard/most common forms for X86
[all...]
/external/llvm/lib/Target/X86/
H A DX86Relocations.h1 //===-- X86Relocations.h - X86 Code Relocations -----------------*- C++ -*-===//
10 // This file defines the X86 target-specific relocation types.
20 namespace X86 { namespace in namespace:llvm
H A DX86InstrInfo.h1 //===-- X86InstrInfo.h - X86 Instruction Information ------------*- C++ -*-===//
10 // This file contains the X86 implementation of the TargetInstrInfo class.
17 #include "X86.h"
29 namespace X86 { namespace in namespace:llvm
30 // X86 specific condition code. These correspond to X86_*_COND in
66 CondCode GetOppositeBranchCondition(X86::CondCode CC);
67 } // end namespace X86;
163 /// source to overlap the destination. e.g. X86::MOVSX64rr32. If this returns
195 /// three-address instruction on demand. This allows the X86 target (for
H A DX86ISelLowering.h1 //===-- 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
404 namespace X86 { namespace in namespace:llvm
955 namespace X86 { namespace in namespace:llvm
[all...]
/external/libffi/darwin-x86/
H A Dffitarget.h36 #define X86 macro
/external/libffi/src/x86/
H A Dffitarget.h36 #define X86 macro
/external/valgrind/main/coregrind/
H A Dpub_core_basics.h91 } X86; member in union:__anon14384::__anon14385
/external/clang/include/clang/Basic/
H A DTargetBuiltins.h55 /// \brief X86 builtins
56 namespace X86 { namespace in namespace:clang
/external/llvm/lib/Target/X86/Disassembler/
H A DX86Disassembler.cpp10 // This file is part of the X86 Disassembler.
59 namespace X86 { namespace in namespace:llvm
166 #define ENTRY(x) X86::x,
348 // By default sign-extend all X86 immediates based on their encoding.
356 // Special case those X86 instructions that use the imm8 as a set of
358 if (Opcode != X86::BLENDPSrri && Opcode != X86::BLENDPDrri &&
359 Opcode != X86::PBLENDWrri && Opcode != X86::MPSADBWrri &&
360 Opcode != X86
[all...]

Completed in 1752 milliseconds