OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:x86
(Results
1251 - 1275
of
4487
) sorted by null
<<
51
52
53
54
55
56
57
58
59
60
>>
/dalvik/vm/mterp/x86-atom/
OP_UNUSED_73.S
20
%include "
x86
-atom/unused.S"
OP_UNUSED_79.S
20
%include "
x86
-atom/unused.S"
OP_UNUSED_7A.S
20
%include "
x86
-atom/unused.S"
/external/clang/test/CodeGen/
2010-06-17-asmcrash.c
3
// XTARGET:
x86
,i386,i686
debug-info-crash.c
1
// REQUIRES:
x86
-registered-target
/external/clang/test/CodeGenCXX/
m64-ptr.cpp
5
// This formerly happened on
x86
-64, 7375899.
/external/clang/test/CodeGenObjC/
debug-info-pubtypes.m
1
// REQUIRES:
x86
-64-registered-target
debug-info-static-var.m
1
// REQUIRES:
x86
-64-registered-target
/external/clang/test/Preprocessor/
feature_tests.c
26
// Make sure we have
x86
builtins only (forced with target triple).
/external/dropbear/libtommath/etc/
timer.asm
0
;
x86
timer in NASM
/external/icu4c/stubdata/
stubdata.vcproj
22
OutputDirectory=".\
x86
\Release"
23
IntermediateDirectory=".\
x86
\Release"
48
TypeLibraryName=".\
x86
\Release\icudt.tlb"
60
PrecompiledHeaderFile=".\
x86
\Release\stubdata.pch"
61
AssemblerListingLocation=".\
x86
\Release/"
62
ObjectFile=".\
x86
\Release/"
63
ProgramDataBaseFileName=".\
x86
\Release/"
87
ProgramDatabaseFile=".\
x86
\Release\icudt.pdb"
120
OutputDirectory=".\
x86
\Debug"
121
IntermediateDirectory=".\
x86
\Debug
[
all
...]
/external/icu4c/test/perf/ucnvavailperf/
ucnvavailperf.vcproj
21
OutputDirectory=".\
x86
\$(ConfigurationName)"
22
IntermediateDirectory=".\
x86
\$(ConfigurationName)"
95
OutputDirectory=".\
x86
\$(ConfigurationName)"
96
IntermediateDirectory=".\
x86
\$(ConfigurationName)"
/external/icu4c/tools/gennorm2/
gennorm2.vcxproj
63
<OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">.\
x86
\Release\</OutDir>
64
<IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">.\
x86
\Release\</IntDir>
66
<OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">.\
x86
\Debug\</OutDir>
67
<IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">.\
x86
\Debug\</IntDir>
92
<PrecompiledHeaderOutputFile>.\
x86
\Release\gennorm2.pch</PrecompiledHeaderOutputFile>
93
<AssemblerListingLocation>.\
x86
\Release\</AssemblerListingLocation>
94
<ObjectFileName>.\
x86
\Release\</ObjectFileName>
95
<ProgramDataBaseFileName>.\
x86
\Release\</ProgramDataBaseFileName>
106
<OutputFile>.\
x86
\Release\gennorm2.exe</OutputFile>
108
<ProgramDatabaseFile>.\
x86
\Release\gennorm2.pdb</ProgramDatabaseFile>
[
all
...]
/external/icu4c/tools/icupkg/
icupkg.vcproj
23
OutputDirectory="
x86
\Release"
24
IntermediateDirectory="
x86
\Release"
57
PrecompiledHeaderFile="
x86
\Release/icupkg.pch"
58
AssemblerListingLocation="
x86
\Release/"
59
ObjectFile="
x86
\Release/"
60
ProgramDataBaseFileName="
x86
\Release/"
80
ProgramDatabaseFile="
x86
\Release/icupkg.pdb"
109
OutputDirectory="
x86
\Debug"
110
IntermediateDirectory="
x86
\Debug"
/external/kernel-headers/original/asm-x86/
acpi.h
23
if (boot_cpu_data.
x86
== 0x0F &&
sembuf.h
5
* The semid64_ds structure for
x86
architecture.
/external/llvm/lib/Target/X86/AsmParser/
X86AsmLexer.cpp
1
//===-- X86AsmLexer.cpp - Tokenize
X86
assembly to AsmTokens --------------===//
108
case '0': RegNo =
X86
::DR0; break;
109
case '1': RegNo =
X86
::DR1; break;
110
case '2': RegNo =
X86
::DR2; break;
111
case '3': RegNo =
X86
::DR3; break;
112
case '4': RegNo =
X86
::DR4; break;
113
case '5': RegNo =
X86
::DR5; break;
114
case '6': RegNo =
X86
::DR6; break;
115
case '7': RegNo =
X86
::DR7; break;
/external/llvm/lib/Target/X86/
X86RegisterInfo.h
1
//===- X86RegisterInfo.h -
X86
Register Information Impl --------*- C++ -*-===//
10
// This file contains the
X86
implementation of the TargetRegisterInfo class.
45
/// StackPtr -
X86
physical register used as stack ptr.
49
/// FramePtr -
X86
physical register used as frame ptr.
56
/// getX86RegNum - Returns the native
X86
register number for the given LLVM
131
// getX86SubSuperRegister -
X86
utility function. It returns the sub or super
132
// register of a specific
X86
register.
133
// e.g. getX86SubSuperRegister(
X86
::EAX, EVT::i16) return
X86
:AX
/external/llvm/test/CodeGen/X86/
2004-04-09-SameValueCoalescing.ll
5
; RUN: llc < %s -march=
x86
-regalloc=linearscan | \
2007-03-24-InlineAsmVectorOp.ll
1
; RUN: llc < %s -mcpu=yonah -march=
x86
| \
2007-10-29-ExtendSetCC.ll
1
; RUN: llc < %s -march=
x86
| grep mov | count 1
2007-11-01-ISelCrash.ll
1
; RUN: llc < %s -march=
x86
2008-03-19-DAGCombinerBug.ll
1
; RUN: llc < %s -march=
x86
2008-06-18-BadShuffle.ll
1
; RUN: llc < %s -march=
x86
-mcpu=i386 -mattr=+sse2 | grep pinsrw
2008-06-25-VecISelBug.ll
1
; RUN: llc < %s -march=
x86
-mattr=+sse2 | not grep pslldq
Completed in 403 milliseconds
<<
51
52
53
54
55
56
57
58
59
60
>>