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

  /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.
29 namespace X86 {
30 // X86 specific condition code. These correspond to X86_*_COND in
54 // which can't be represented on x86 with a single condition. These
80 } // end namespace X86;
124 return Op+X86::AddrSegmentReg <= MI->getNumOperands() &&
125 MI->getOperand(Op+X86::AddrBaseReg).isReg() &&
126 isScale(MI->getOperand(Op+X86::AddrScaleAmt)) &&
127 MI->getOperand(Op+X86::AddrIndexReg).isReg() &
    [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
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...]
  /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.
27 namespace X86 {
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.
109 /// block for the symbol. Used in the x86-64 local dynamic TLS access model
    [all...]
  /external/clang/include/clang/Basic/
TargetBuiltins.h 85 /// \brief X86 builtins
86 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.
33 #define DEBUG_TYPE "x86-disassembler"
60 namespace X86 {
85 (X86::Mode16Bit | X86::Mode32Bit | X86::Mode64Bit)) {
86 case X86::Mode16Bit:
89 case X86::Mode32Bit:
92 case X86::Mode64Bit
    [all...]
  /external/chromium_org/third_party/qcms/src/
transform.c 35 #define X86
    [all...]

Completed in 1811 milliseconds