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

/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 DX86ISelLowering.h1 //===-- 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
554 namespace X86 { namespace in namespace:llvm
1156 namespace X86 { namespace in namespace:llvm
[all...]
H A DX86InstrInfo.h1 //===-- X86InstrInfo.h - X86 Instruction Information ------------*- C++ -*-===//
10 // This file contains the X86 implementation of the TargetInstrInfo class.
30 namespace X86 { namespace in namespace:llvm
31 // X86 specific condition code. These correspond to X86_*_COND in
81 } // end namespace X86;
125 return Op+X86::AddrSegmentReg <= MI->getNumOperands() &&
126 MI->getOperand(Op+X86::AddrBaseReg).isReg() &&
127 isScale(MI->getOperand(Op+X86::AddrScaleAmt)) &&
128 MI->getOperand(Op+X86::AddrIndexReg).isReg() &&
129 (MI->getOperand(Op+X86
[all...]
/external/lzma/Java/Tukaani/src/org/tukaani/xz/simple/
H A DX86.java13 public final class X86 implements SimpleFilter { class in inherits:SimpleFilter
28 public X86(boolean isEncoder, int startPos) { method in class:X86
/external/valgrind/coregrind/
H A Dpub_core_basics.h65 } X86; member in union:__anon18989::__anon18990
/external/clang/include/clang/Basic/
H A DTargetBuiltins.h86 /// \brief X86 builtins
87 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
84 if (FB[X86::Mode16Bit]) {
87 } else if (FB[X86::Mode32Bit]) {
90 } else if (FB[X86::Mode64Bit]) {
176 #define ENTRY(x) X86::x,
229 X86::CS,
230 X86::SS,
231 X86::DS,
232 X86
[all...]
/external/llvm/include/llvm/MC/
H A DMCAsmInfo.h39 X86, /// Windows x86, uses no CFI, just EH tables member in class:llvm::WinEH::EncodingType
533 WinEHEncodingType != WinEH::EncodingType::X86);
/external/guava/guava-tests/benchmark/com/google/common/base/
H A DEnumsBenchmark.java83 X76, X77, X78, X79, X80, X81, X82, X83, X84, X85, X86, X87, X88, X89, X90, X91, X92, X93, X94, enum constant in enum:EnumsBenchmark.MediumEnum
92 X78, X79, X80, X81, X82, X83, X84, X85, X86, X87, X88, X89, X90, X91, X92, X93, X94, X95, X96, enum constant in enum:EnumsBenchmark.LargeEnum

Completed in 168 milliseconds