OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:X86
(Results
1 - 11
of
11
) sorted by null
/external/libffi/linux-x86/
ffi.h
6
#define
X86
1
9
#include "../src/
x86
/ffitarget.h"
/external/clang/include/clang/Basic/
TargetBuiltins.h
49
///
X86
builtins
50
namespace
X86
{
/external/llvm/lib/Target/X86/
X86FixupKinds.h
1
//===--
X86
/X86FixupKinds.h -
X86
Specific Fixup Entries --------*- C++ -*-===//
16
namespace
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
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
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
::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.
18
#include "
X86
.h"
29
namespace
X86
{
48
//
X86
specific condition code. These correspond to X86_*_COND in
71
// which can't be represented on
x86
with a single condition. These
84
CondCode GetOppositeBranchCondition(
X86
::CondCode CC);
95
//
X86
Specific MachineOperand flags.
112
/// See the
X86
-64 ELF ABI supplement for more details.
119
/// See the
X86
-64 ELF ABI supplement for more details
[
all
...]
/external/libffi/darwin-x86/
ffitarget.h
5
Target configuration macros for
x86
and
x86
-64.
36
#define
X86
48
/* ---- Intel
x86
Win32 ---------- */
56
/* ---- Intel
x86
and AMD
x86
-64 - */
59
FFI_UNIX64, /* Unix variants all use the same ABI for
x86
-64 */
86
#define FFI_NATIVE_RAW_API 1 /*
x86
has native raw api support */
/external/libffi/src/x86/
ffitarget.h
5
Target configuration macros for
x86
and
x86
-64.
36
#define
X86
48
/* ---- Intel
x86
Win32 ---------- */
56
/* ---- Intel
x86
and AMD
x86
-64 - */
59
FFI_UNIX64, /* Unix variants all use the same ABI for
x86
-64 */
86
#define FFI_NATIVE_RAW_API 1 /*
x86
has native raw api support */
/external/valgrind/main/coregrind/
pub_core_basics.h
87
ULong r_pc; /*
x86
:EIP, amd64:RIP, ppc:CIA, arm:R15 */
88
ULong r_sp; /*
x86
:ESP, amd64:RSP, ppc:R1, arm:R13 */
92
}
X86
;
/external/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.
49
namespace
X86
{
144
#define ENTRY(x)
X86
::x,
240
mcInst.addOperand(MCOperand::CreateReg(
X86
::x)); break;
283
baseReg = MCOperand::CreateReg(
X86
::x); break;
298
indexReg = MCOperand::CreateReg(
X86
::x); break;
316
baseReg = MCOperand::CreateReg(
X86
::RIP); // Section 2.2.1.6
323
baseReg = MCOperand::CreateReg(
X86
::BX);
324
indexReg = MCOperand::CreateReg(
X86
::SI)
[
all
...]
/sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/internal/repository/
Archive.java
127
X86
("
x86
"),
156
} else if (arch.equalsIgnoreCase("
x86
")
159
return Arch.
X86
;
Completed in 284 milliseconds