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

1 2 3 4 5 6 7 8 91011>>

  /external/libffi/linux-x86/
ffi.h 18 #define X86 1
22 #include "../src/x86/ffitarget.h"
  /external/swiftshader/third_party/subzero/src/
IceTargetLoweringX86RegClass.h 1 //===- subzero/src/IceTargetLoweringX86RegClass.h - x86 reg class -*- C++ -*-=//
11 /// \brief Declares the X86 register class extensions.
21 namespace X86 {
23 // Extend enum RegClass with x86-specific register classes.
33 } // end of namespace X86
IceTargetLoweringX86.cpp 1 //===---- subzero/src/IceTargetLoweringX86.cpp - x86 lowering -*- C++ -*---===//
18 // data items, but is ugly as code common to all of x86 is including code
27 namespace X86 {
49 } // end of namespace X86
  /prebuilts/go/darwin-x86/src/internal/cpu/
cpu.go 9 var X86 x86
11 // The booleans in x86 contain the correspondingly named cpuid feature bit.
15 type x86 struct { type
  /prebuilts/go/linux-x86/src/internal/cpu/
cpu.go 9 var X86 x86
11 // The booleans in x86 contain the correspondingly named cpuid feature bit.
15 type x86 struct { type
  /external/swiftshader/third_party/LLVM/lib/Target/X86/MCTargetDesc/
X86FixupKinds.h 1 //===-- X86/X86FixupKinds.h - X86 Specific Fixup Entries --------*- C++ -*-===//
16 namespace X86 {
  /external/swiftshader/third_party/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
  /art/tools/dexfuzz/src/dexfuzz/executors/
Architecture.java 25 X86("x86"),
  /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 {
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.
119 /// block for the symbol. Used in the x86-64 local dynamic TLS access model
    [all...]
  /external/llvm/lib/Target/X86/
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...]
X86InstrInfo.h 1 //===-- X86InstrInfo.h - X86 Instruction Information ------------*- C++ -*-===//
10 // This file contains the X86 implementation of the TargetInstrInfo class.
30 namespace X86 {
31 // X86 specific condition code. These correspond to X86_*_COND in
55 // which can't be represented on x86 with a single condition. These
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() &
    [all...]
  /external/python/cpython2/Modules/_ctypes/libffi_msvc/
ffitarget.h 3 Target configuration macros for x86 and x86-64.
33 #define X86
49 /* ---- Intel x86 Win32 ---------- */
57 /* ---- Intel x86 and AMD x86-64 - */
60 /* FFI_UNIX64,*/ /* Unix variants all use the same ABI for x86-64 */
81 #define FFI_NATIVE_RAW_API 1 /* x86 has native raw api support */
  /external/python/cpython2/Modules/_ctypes/libffi_osx/include/
x86-ffitarget.h 2 x86-ffitarget.h - Copyright (c) 1996-2003 Red Hat, Inc.
3 Target configuration macros for x86 and x86-64.
33 # define X86
52 /* ---- Intel x86 Win32 ---------- */
60 /* ---- Intel x86 and AMD x86-64 - */
63 FFI_UNIX64, /* Unix variants all use the same ABI for x86-64 */
85 # define FFI_NATIVE_RAW_API 1 /* x86 has native raw api support */
  /external/python/cpython3/Modules/_ctypes/libffi_msvc/
ffitarget.h 3 Target configuration macros for x86 and x86-64.
33 #define X86
49 /* ---- Intel x86 Win32 ---------- */
57 /* ---- Intel x86 and AMD x86-64 - */
60 /* FFI_UNIX64,*/ /* Unix variants all use the same ABI for x86-64 */
81 #define FFI_NATIVE_RAW_API 1 /* x86 has native raw api support */
  /external/python/cpython3/Modules/_ctypes/libffi_osx/include/
x86-ffitarget.h 2 x86-ffitarget.h - Copyright (c) 1996-2003 Red Hat, Inc.
3 Target configuration macros for x86 and x86-64.
33 # define X86
52 /* ---- Intel x86 Win32 ---------- */
60 /* ---- Intel x86 and AMD x86-64 - */
63 FFI_UNIX64, /* Unix variants all use the same ABI for x86-64 */
85 # define FFI_NATIVE_RAW_API 1 /* x86 has native raw api support */
  /external/lzma/Java/Tukaani/src/org/tukaani/xz/simple/
X86.java 2 * BCJ filter for x86 instructions
13 public final class X86 implements SimpleFilter {
28 public X86(boolean isEncoder, int startPos) {
  /external/python/cpython2/Modules/_ctypes/libffi/src/x86/
ffitarget.h 6 Target configuration macros for x86 and x86-64.
39 /* For code common to all platforms on x86 and x86_64. */
44 #define X86
78 /* ---- Intel x86 Win32 ---------- */
98 /* ---- Intel x86 and AMD x86-64 - */
100 FFI_UNIX64, /* Unix variants all use the same ABI for x86-64 */
138 #define FFI_NATIVE_RAW_API 1 /* x86 has native raw api support */
  /external/python/cpython3/Modules/_ctypes/libffi/src/x86/
ffitarget.h 6 Target configuration macros for x86 and x86-64.
39 /* For code common to all platforms on x86 and x86_64. */
44 #define X86
78 /* ---- Intel x86 Win32 ---------- */
98 /* ---- Intel x86 and AMD x86-64 - */
100 FFI_UNIX64, /* Unix variants all use the same ABI for x86-64 */
138 #define FFI_NATIVE_RAW_API 1 /* x86 has native raw api support */
  /external/valgrind/coregrind/
pub_core_basics.h 60 ULong r_pc; /* x86:EIP, amd64:RIP, ppc:CIA, arm:R15, mips:pc */
61 ULong r_sp; /* x86:ESP, amd64:RSP, ppc:R1, arm:R13, mips:sp */
65 } X86;
  /external/libffi/src/x86/
ffitarget.h 6 Target configuration macros for x86 and x86-64.
39 /* For code common to all platforms on x86 and x86_64. */
44 #define X86
81 /* ---- Intel x86 Win32 ---------- */
103 /* ---- Intel x86 and AMD x86-64 - */
105 FFI_UNIX64, /* Unix variants all use the same ABI for x86-64 */
145 #define FFI_NATIVE_RAW_API 1 /* x86 has native raw api support */
  /build/soong/android/
arch.go 33 X86 = newArch("x86", "lib32")
46 "x86": X86,
68 x86: {
69 // Host or device variants with x86 architecture
202 Linux: []ArchType{X86, X86_64},
204 Darwin: []ArchType{X86, X86_64},
205 Windows: []ArchType{X86, X86_64},
206 Android: []ArchType{Arm, Arm64, Mips, Mips64, X86, X86_64}
    [all...]
  /external/capstone/bindings/java/capstone/
X86.java 14 public class X86 {
  /external/clang/include/clang/Basic/
TargetBuiltins.h 86 /// \brief X86 builtins
87 namespace X86 {
  /external/swiftshader/third_party/LLVM/lib/Target/X86/Disassembler/
X86Disassembler.cpp 1 //===- X86Disassembler.cpp - Disassembler for x86 and x86_64 ----*- C++ -*-===//
10 // This file is part of the X86 Disassembler.
52 namespace X86 {
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 &
    [all...]

Completed in 716 milliseconds

1 2 3 4 5 6 7 8 91011>>