HomeSort by relevance Sort by last modified time
    Searched full:x86 (Results 951 - 975 of 4487) sorted by null

<<31323334353637383940>>

  /dalvik/vm/mterp/
config-x86 22 asm-stub x86/stub.S
25 asm-alt-stub x86/alt_stub.S
29 import x86/header.S
38 op-start x86
62 alt OP_DISPATCH_FF x86
66 import x86/entry.S
77 import x86/footer.S
  /external/llvm/lib/Target/X86/
X86FastISel.cpp 1 //===-- X86FastISel.cpp - X86 FastISel implementation ---------------------===//
10 // This file defines the X86-specific support for the FastISel class. Much
16 #include "X86.h"
62 StackPtr = Subtarget->is64Bit() ? X86::RSP : X86::ESP;
164 // We only handle legal types. For example, on x86-32 the instruction
165 // selector contains all of the 64-bit instructions from x86-64,
185 Opc = X86::MOV8rm;
186 RC = X86::GR8RegisterClass;
189 Opc = X86::MOV16rm
    [all...]
  /external/icu4c/samples/ufortune/
ufortune.vcproj 22 OutputDirectory=".\x86\Debug"
23 IntermediateDirectory=".\x86\Debug"
44 TypeLibraryName=".\x86\Debug/ufortune.tlb"
54 PrecompiledHeaderFile=".\x86\Debug/ufortune.pch"
55 AssemblerListingLocation=".\x86\Debug/"
56 ObjectFile=".\x86\Debug/"
57 ProgramDataBaseFileName=".\x86\Debug/"
77 OutputFile=".\x86\Debug/ufortune.exe"
82 ProgramDatabaseFile=".\x86\Debug/ufortune.pdb"
202 OutputDirectory=".\x86\Release
    [all...]
  /external/valgrind/main/docs/internals/
porting-HOWTO.txt 15 - Create necessary subdirs (copy x86/ and x86-linux/ subdirs). Yes, even the
20 - Update configure.in (use x86 and x86-linux as a guide).
27 directories, eg. from x86 and x86-linux. Files like (this list is not
30 include/x86/core_arch.h
31 include/x86-linux/core_platform.h
32 coregrind/x86/core_arch.h
33 coregrind/x86-linux/core_platform.
    [all...]
  /external/llvm/lib/Target/X86/MCTargetDesc/
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.
26 namespace X86 {
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/llvm/test/CodeGen/X86/
pic-load-remat.ll 8 %tmp4403 = tail call <8 x i16> @llvm.x86.sse2.psubs.w( <8 x i16> zeroinitializer, <8 x i16> zeroinitializer ) nounwind readnone ; <<8 x i16>> [#uses=2]
9 %tmp4443 = tail call <8 x i16> @llvm.x86.sse2.padds.w( <8 x i16> zeroinitializer, <8 x i16> zeroinitializer ) nounwind readnone ; <<8 x i16>> [#uses=1]
10 %tmp4609 = tail call <8 x i16> @llvm.x86.sse2.psll.w( <8 x i16> zeroinitializer, <8 x i16> bitcast (<4 x i32> < i32 3, i32 5, i32 6, i32 9 > to <8 x i16>) ) ; <<8 x i16>> [#uses=1]
12 %tmp4658 = tail call <8 x i16> @llvm.x86.sse2.psll.w( <8 x i16> %tmp4651, <8 x i16> bitcast (<4 x i32> < i32 4, i32 1, i32 2, i32 3 > to <8 x i16>) ) ; <<8 x i16>> [#uses=1]
13 %tmp4669 = tail call <8 x i16> @llvm.x86.sse2.pavg.w( <8 x i16> < i16 -23170, i16 -23170, i16 -23170, i16 -23170, i16 -23170, i16 -23170, i16 -23170, i16 -23170 >, <8 x i16> %tmp4443 ) nounwind readnone ; <<8 x i16>> [#uses=2]
14 %tmp4679 = tail call <8 x i16> @llvm.x86.sse2.padds.w( <8 x i16> %tmp4669, <8 x i16> %tmp4669 ) nounwind readnone ; <<8 x i16>> [#uses=1]
16 %tmp4700 = tail call <8 x i16> @llvm.x86.sse2.padds.w( <8 x i16> %tmp4689, <8 x i16> zeroinitializer ) nounwind readnone ; <<8 x i16>> [#uses=1]
19 %tmp4779 = tail call <8 x i16> @llvm.x86.sse2.psll.w( <8 x i16> %tmp4772, <8 x i16> bitcast (<4 x i32> < i32 3, i32 5, i32 undef, i32 7 > to <8 x i16>) ) ; <<8 x i16>> [#uses=1]
21 %tmp4821 = tail call <8 x i16> @llvm.x86.sse2.padds.w( <8 x i16> %tmp4810, <8 x i16> zeroinitializer ) nounwind readnone ; <<8 x i16>> [#uses=1]
23 %tmp4900 = tail call <8 x i16> @llvm.x86.sse2.psll.w( <8 x i16> zeroinitializer, <8 x i16> bitcast (<4 x i32> < i32 1, i32 1, i32 2, i32 2 (…)
    [all...]
  /external/openssl/crypto/des/
INSTALL 33 make x86-elf - x86 assembler (elf), linux-elf.
34 make x86-out - x86 assembler (a.out), FreeBSD
35 make x86-solaris- x86 assembler
36 make x86-bsdi - x86 assembler (a.out with primative assembler).
39 asm/win32.obj to link with). The x86 assembler is very very fast.
  /external/icu4c/samples/break/
break.vcproj 22 OutputDirectory=".\x86\Release"
23 IntermediateDirectory=".\x86\Release"
48 TypeLibraryName=".\x86\Release/break.tlb"
60 PrecompiledHeaderFile=".\x86\Release/break.pch"
61 AssemblerListingLocation=".\x86\Release/"
62 ObjectFile=".\x86\Release/"
63 ProgramDataBaseFileName=".\x86\Release/"
82 OutputFile=".\x86\Release/break.exe"
86 ProgramDatabaseFile=".\x86\Release/break.pdb"
209 OutputDirectory=".\x86\Debug
    [all...]
  /external/icu4c/samples/cal/
cal.vcproj 22 OutputDirectory=".\x86\Release"
23 IntermediateDirectory=".\x86\Release"
44 TypeLibraryName=".\x86\Release/cal.tlb"
56 PrecompiledHeaderFile=".\x86\Release/cal.pch"
57 AssemblerListingLocation=".\x86\Release/"
58 ObjectFile=".\x86\Release/"
59 ProgramDataBaseFileName=".\x86\Release/"
78 OutputFile=".\x86\Release/cal.exe"
82 ProgramDatabaseFile=".\x86\Release/cal.pdb"
202 OutputDirectory=".\x86\Debug
    [all...]
  /external/icu4c/samples/case/
case.vcproj 22 OutputDirectory=".\x86\Debug"
23 IntermediateDirectory=".\x86\Debug"
44 TypeLibraryName=".\x86\Debug/case.tlb"
55 PrecompiledHeaderFile=".\x86\Debug/case.pch"
56 AssemblerListingLocation=".\x86\Debug/"
57 ObjectFile=".\x86\Debug/"
58 ProgramDataBaseFileName=".\x86\Debug/"
78 OutputFile=".\x86\Debug/case.exe"
83 ProgramDatabaseFile=".\x86\Debug/case.pdb"
204 OutputDirectory=".\x86\Release
    [all...]
case.vcxproj 67 <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">.\x86\Debug\</OutDir>
68 <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">.\x86\Debug\</IntDir>
73 <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">.\x86\Release\</OutDir>
74 <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">.\x86\Release\</IntDir>
82 <TypeLibraryName>.\x86\Debug/case.tlb</TypeLibraryName>
93 <PrecompiledHeaderOutputFile>.\x86\Debug/case.pch</PrecompiledHeaderOutputFile>
94 <AssemblerListingLocation>.\x86\Debug/</AssemblerListingLocation>
95 <ObjectFileName>.\x86\Debug/</ObjectFileName>
96 <ProgramDataBaseFileName>.\x86\Debug/</ProgramDataBaseFileName>
108 <OutputFile>.\x86\Debug/case.exe</OutputFile>
    [all...]
  /external/icu4c/samples/coll/
coll.vcproj 22 OutputDirectory=".\x86\Release"
23 IntermediateDirectory=".\x86\Release"
44 TypeLibraryName=".\x86\Release/coll.tlb"
56 PrecompiledHeaderFile=".\x86\Release/coll.pch"
57 AssemblerListingLocation=".\x86\Release/"
58 ObjectFile=".\x86\Release/"
59 ProgramDataBaseFileName=".\x86\Release/"
78 OutputFile=".\x86\Release/coll.exe"
82 ProgramDatabaseFile=".\x86\Release/coll.pdb"
202 OutputDirectory=".\x86\Debug
    [all...]
coll.vcxproj 67 <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">.\x86\Release\</OutDir>
68 <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">.\x86\Release\</IntDir>
73 <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">.\x86\Debug\</OutDir>
74 <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">.\x86\Debug\</IntDir>
82 <TypeLibraryName>.\x86\Release/coll.tlb</TypeLibraryName>
94 <PrecompiledHeaderOutputFile>.\x86\Release/coll.pch</PrecompiledHeaderOutputFile>
95 <AssemblerListingLocation>.\x86\Release/</AssemblerListingLocation>
96 <ObjectFileName>.\x86\Release/</ObjectFileName>
97 <ProgramDataBaseFileName>.\x86\Release/</ProgramDataBaseFileName>
108 <OutputFile>.\x86\Release/coll.exe</OutputFile>
    [all...]
  /external/icu4c/samples/date/
date.vcproj 22 OutputDirectory=".\x86\Release"
23 IntermediateDirectory=".\x86\Release"
44 TypeLibraryName=".\x86\Release/date.tlb"
56 PrecompiledHeaderFile=".\x86\Release/date.pch"
57 AssemblerListingLocation=".\x86\Release/"
58 ObjectFile=".\x86\Release/"
59 ProgramDataBaseFileName=".\x86\Release/"
78 OutputFile=".\x86\Release/date.exe"
82 ProgramDatabaseFile=".\x86\Release/date.pdb"
202 OutputDirectory=".\x86\Debug
    [all...]
  /external/icu4c/samples/datefmt/
datefmt.vcproj 22 OutputDirectory=".\x86\Debug"
23 IntermediateDirectory=".\x86\Debug"
44 TypeLibraryName=".\x86\Debug/datefmt.tlb"
55 PrecompiledHeaderFile=".\x86\Debug/datefmt.pch"
56 AssemblerListingLocation=".\x86\Debug/"
57 ObjectFile=".\x86\Debug/"
58 ProgramDataBaseFileName=".\x86\Debug/"
78 OutputFile=".\x86\Debug/datefmt.exe"
83 ProgramDatabaseFile=".\x86\Debug/datefmt.pdb"
204 OutputDirectory=".\x86\Release
    [all...]
datefmt.vcxproj 67 <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">.\x86\Debug\</OutDir>
68 <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">.\x86\Debug\</IntDir>
73 <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">.\x86\Release\</OutDir>
74 <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">.\x86\Release\</IntDir>
82 <TypeLibraryName>.\x86\Debug/datefmt.tlb</TypeLibraryName>
93 <PrecompiledHeaderOutputFile>.\x86\Debug/datefmt.pch</PrecompiledHeaderOutputFile>
94 <AssemblerListingLocation>.\x86\Debug/</AssemblerListingLocation>
95 <ObjectFileName>.\x86\Debug/</ObjectFileName>
96 <ProgramDataBaseFileName>.\x86\Debug/</ProgramDataBaseFileName>
108 <OutputFile>.\x86\Debug/datefmt.exe</OutputFile>
    [all...]
  /external/icu4c/samples/msgfmt/
msgfmt.vcproj 22 OutputDirectory=".\x86\Release"
23 IntermediateDirectory=".\x86\Release"
44 TypeLibraryName=".\x86\Release/msgfmt.tlb"
56 PrecompiledHeaderFile=".\x86\Release/msgfmt.pch"
57 AssemblerListingLocation=".\x86\Release/"
58 ObjectFile=".\x86\Release/"
59 ProgramDataBaseFileName=".\x86\Release/"
78 OutputFile=".\x86\Release/msgfmt.exe"
82 ProgramDatabaseFile=".\x86\Release/msgfmt.pdb"
202 OutputDirectory=".\x86\Debug
    [all...]
msgfmt.vcxproj 67 <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">.\x86\Release\</OutDir>
68 <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">.\x86\Release\</IntDir>
73 <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">.\x86\Debug\</OutDir>
74 <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">.\x86\Debug\</IntDir>
82 <TypeLibraryName>.\x86\Release/msgfmt.tlb</TypeLibraryName>
94 <PrecompiledHeaderOutputFile>.\x86\Release/msgfmt.pch</PrecompiledHeaderOutputFile>
95 <AssemblerListingLocation>.\x86\Release/</AssemblerListingLocation>
96 <ObjectFileName>.\x86\Release/</ObjectFileName>
97 <ProgramDataBaseFileName>.\x86\Release/</ProgramDataBaseFileName>
108 <OutputFile>.\x86\Release/msgfmt.exe</OutputFile>
    [all...]
  /external/icu4c/samples/numfmt/
numfmt.vcproj 22 OutputDirectory=".\x86\Debug"
23 IntermediateDirectory=".\x86\Debug"
44 TypeLibraryName=".\x86\Debug/numfmt.tlb"
55 PrecompiledHeaderFile=".\x86\Debug/numfmt.pch"
56 AssemblerListingLocation=".\x86\Debug/"
57 ObjectFile=".\x86\Debug/"
58 ProgramDataBaseFileName=".\x86\Debug/"
78 OutputFile=".\x86\Debug/numfmt.exe"
83 ProgramDatabaseFile=".\x86\Debug/numfmt.pdb"
204 OutputDirectory=".\x86\Release
    [all...]
numfmt.vcxproj 67 <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">.\x86\Debug\</OutDir>
68 <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">.\x86\Debug\</IntDir>
73 <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">.\x86\Release\</OutDir>
74 <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">.\x86\Release\</IntDir>
82 <TypeLibraryName>.\x86\Debug/numfmt.tlb</TypeLibraryName>
93 <PrecompiledHeaderOutputFile>.\x86\Debug/numfmt.pch</PrecompiledHeaderOutputFile>
94 <AssemblerListingLocation>.\x86\Debug/</AssemblerListingLocation>
95 <ObjectFileName>.\x86\Debug/</ObjectFileName>
96 <ProgramDataBaseFileName>.\x86\Debug/</ProgramDataBaseFileName>
108 <OutputFile>.\x86\Debug/numfmt.exe</OutputFile>
    [all...]
  /external/icu4c/samples/props/
props.vcproj 22 OutputDirectory=".\x86\Release"
23 IntermediateDirectory=".\x86\Release"
44 TypeLibraryName=".\x86\Release/props.tlb"
56 PrecompiledHeaderFile=".\x86\Release/props.pch"
57 AssemblerListingLocation=".\x86\Release/"
58 ObjectFile=".\x86\Release/"
59 ProgramDataBaseFileName=".\x86\Release/"
78 OutputFile=".\x86\Release/props.exe"
82 ProgramDatabaseFile=".\x86\Release/props.pdb"
202 OutputDirectory=".\x86\Debug
    [all...]
props.vcxproj 67 <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">.\x86\Release\</OutDir>
68 <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">.\x86\Release\</IntDir>
73 <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">.\x86\Debug\</OutDir>
74 <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">.\x86\Debug\</IntDir>
82 <TypeLibraryName>.\x86\Release/props.tlb</TypeLibraryName>
94 <PrecompiledHeaderOutputFile>.\x86\Release/props.pch</PrecompiledHeaderOutputFile>
95 <AssemblerListingLocation>.\x86\Release/</AssemblerListingLocation>
96 <ObjectFileName>.\x86\Release/</ObjectFileName>
97 <ProgramDataBaseFileName>.\x86\Release/</ProgramDataBaseFileName>
108 <OutputFile>.\x86\Release/props.exe</OutputFile>
    [all...]
  /external/icu4c/samples/strsrch/
strsrch.vcproj 22 OutputDirectory=".\x86\Debug"
23 IntermediateDirectory=".\x86\Debug"
44 TypeLibraryName=".\x86\Debug/strsrch.tlb"
55 PrecompiledHeaderFile=".\x86\Debug/strsrch.pch"
56 AssemblerListingLocation=".\x86\Debug/"
57 ObjectFile=".\x86\Debug/"
58 ProgramDataBaseFileName=".\x86\Debug/"
79 OutputFile=".\x86\Debug/strsrch.exe"
84 ProgramDatabaseFile=".\x86\Debug/strsrch.pdb"
206 OutputDirectory=".\x86\Release
    [all...]
strsrch.vcxproj 67 <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">.\x86\Debug\</OutDir>
68 <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">.\x86\Debug\</IntDir>
73 <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">.\x86\Release\</OutDir>
74 <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">.\x86\Release\</IntDir>
82 <TypeLibraryName>.\x86\Debug/strsrch.tlb</TypeLibraryName>
93 <PrecompiledHeaderOutputFile>.\x86\Debug/strsrch.pch</PrecompiledHeaderOutputFile>
94 <AssemblerListingLocation>.\x86\Debug/</AssemblerListingLocation>
95 <ObjectFileName>.\x86\Debug/</ObjectFileName>
96 <ProgramDataBaseFileName>.\x86\Debug/</ProgramDataBaseFileName>
109 <OutputFile>.\x86\Debug/strsrch.exe</OutputFile>
    [all...]
  /external/icu4c/samples/translit/
translit.vcproj 22 OutputDirectory=".\x86\Debug"
23 IntermediateDirectory=".\x86\Debug"
44 TypeLibraryName=".\x86\Debug/translit.tlb"
55 PrecompiledHeaderFile=".\x86\Debug/translit.pch"
56 AssemblerListingLocation=".\x86\Debug/"
57 ObjectFile=".\x86\Debug/"
58 ProgramDataBaseFileName=".\x86\Debug/"
78 OutputFile=".\x86\Debug/translit.exe"
83 ProgramDatabaseFile=".\x86\Debug/translit.pdb"
204 OutputDirectory=".\x86\Release
    [all...]

Completed in 517 milliseconds

<<31323334353637383940>>