Searched defs:X86 (Results 1 - 12 of 12) 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.
27 namespace X86 { namespace in namespace:llvm
44 } // 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
69 CondCode GetOppositeBranchCondition(X86::CondCode CC);
70 } // end namespace X86;
166 /// source to overlap the destination. e.g. X86::MOVSX64rr32. If this returns
211 /// 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
446 namespace X86 { namespace in namespace:llvm
985 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.h93 } X86; member in union:__anon27405::__anon27406
/external/clang/include/clang/Basic/
H A DTargetBuiltins.h64 /// \brief X86 builtins
65 namespace X86 { namespace in namespace:clang
/external/llvm/lib/Target/X86/Disassembler/
H A DX86Disassembler.cpp10 // This file is part of the X86 Disassembler.
56 namespace X86 { namespace in namespace:llvm
159 #define ENTRY(x) X86::x,
247 // By default sign-extend all X86 immediates based on their encoding.
255 // Special case those X86 instructions that use the imm8 as a set of
257 if (Opcode != X86::BLENDPSrri && Opcode != X86::BLENDPDrri &&
258 Opcode != X86::PBLENDWrri && Opcode != X86::MPSADBWrri &&
259 Opcode != X86
[all...]
/external/chromium_org/third_party/qcms/src/
H A Dtransform.c35 #define X86 macro
953 #ifdef X86
1227 #if defined(SSE2_ENABLE) && defined(X86)

Completed in 274 milliseconds