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

/external/swiftshader/third_party/subzero/src/
H A DIceTargetLoweringX86RegClass.h11 /// \brief Declares the X86 register class extensions.
21 namespace X86 { namespace in namespace:Ice
33 } // end of namespace X86
H A DIceTargetLoweringX86.cpp27 namespace X86 { namespace in namespace:Ice
49 } // end of namespace X86
H A DIceTargetLoweringX86BaseImpl.h38 namespace X86 { namespace in namespace:Ice
88 } // end of namespace X86
651 // X86 vector instructions write to a register and have no RMW option.
4073 // X86 is always lock free for 8/16/32/64 bit accesses.
6192 // latter causes a validation failure: the X86 Inst layer complains that
8426 // On X86 ILP32 pointers are 32-bit hence the use of .long
/external/swiftshader/third_party/LLVM/lib/Target/X86/MCTargetDesc/
H A DX86FixupKinds.h1 //===-- X86/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.
172 // Instruction encodings. These are the standard/most common forms for X86
[all...]
/external/swiftshader/third_party/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.
18 #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;
162 /// source to overlap the destination. e.g. X86::MOVSX64rr32. If this returns
194 /// 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
377 namespace X86 { namespace in namespace:llvm
981 namespace X86 { namespace in namespace:llvm
[all...]
/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
54 } // end namespace X86;
63 // X86 Specific MachineOperand flags.
80 /// See the X86-64 ELF ABI supplement for more details.
87 /// See the X86-64 ELF ABI supplement for more details.
95 /// See the X86-64 ELF ABI supplement for more details.
102 /// See the X86-64 ELF ABI supplement for more details.
220 // 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
599 namespace X86 { namespace in namespace:llvm
1235 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;
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() &&
128 (MI.getOperand(Op + X86
[all...]
/external/python/cpython2/Modules/_ctypes/libffi_msvc/
H A Dffitarget.h33 #define X86 macro
/external/python/cpython2/Modules/_ctypes/libffi_osx/include/
H A Dx86-ffitarget.h33 # define X86 macro
/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/python/cpython2/Modules/_ctypes/libffi/src/x86/
H A Dffitarget.h44 #define X86 macro
/external/valgrind/coregrind/
H A Dpub_core_basics.h65 } X86; member in union:__anon24790::__anon24791
/external/clang/include/clang/Basic/
H A DTargetBuiltins.h86 /// \brief X86 builtins
87 namespace X86 { namespace in namespace:clang
/external/swiftshader/third_party/LLVM/lib/Target/X86/Disassembler/
H A DX86Disassembler.cpp10 // This file is part of the X86 Disassembler.
52 namespace X86 { namespace in namespace:llvm
153 #define ENTRY(x) X86::x,
195 // By default sign-extend all X86 immediates based on their encoding.
203 // Special case those X86 instructions that use the imm8 as a set of
205 if (Opcode != X86::BLENDPSrri && Opcode != X86::BLENDPDrri &&
206 Opcode != X86::PBLENDWrri && Opcode != X86::MPSADBWrri &&
207 Opcode != X86
[all...]
/external/llvm/lib/Target/X86/Disassembler/
H A DX86Disassembler.cpp10 // This file is part of the X86 Disassembler.
15 // The X86 disassembler is a table-driven disassembler for the 16-, 32-, and
16 // 64-bit X86 instruction sets. The main decode sequence for an assembly
112 namespace X86 { namespace in namespace:llvm
131 /// Generic disassembler for all X86 platforms. All each platform class should
157 if (FB[X86::Mode16Bit]) {
160 } else if (FB[X86::Mode32Bit]) {
163 } else if (FB[X86::Mode64Bit]) {
249 #define ENTRY(x) X86::x,
302 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
555 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 1325 milliseconds