/external/v8/src/ia32/ |
lithium-codegen-ia32.h | 31 #include "ia32/lithium-ia32.h" 37 #include "ia32/lithium-gap-resolver-ia32.h"
|
cpu-ia32.cc | 28 // CPU specific code for ia32 independent of OS goes here.
|
lithium-gap-resolver-ia32.cc | 32 #include "ia32/lithium-gap-resolver-ia32.h" 33 #include "ia32/lithium-codegen-ia32.h"
|
assembler-ia32-inl.h | 35 // A light-weight IA32 Assembler. 40 #include "ia32/assembler-ia32.h"
|
/external/valgrind/tsan/ |
mk-self-contained-tsan-pin.sh | 69 tar zcvh -C $IN_DIR $TAR_EXCLUDE $IN_FILES -C $PIN_ROOT ./{extras,ia32,intel64,pin} >> $OUT
|
/external/v8/build/ |
standalone.gypi | 46 '<!(uname -m | sed -e "s/i.86/ia32/;\ 50 'host_arch%': 'ia32',
|
android.gypi | 172 ['target_arch=="ia32"', { 179 ['target_arch=="ia32"', {
|
gyp_v8 | 159 gyp_args.append('-Dtarget_arch=ia32') 161 gyp_args.append('-S-ia32')
|
/external/webkit/Source/WebKit/chromium/ |
DEPS | 138 'third_party/ffmpeg/binaries/chromium/win/ia32': 139 From('chromium_deps', 'src/third_party/ffmpeg/binaries/chromium/win/ia32'),
|
/frameworks/base/docs/html/sdk/installing/ |
index.jd | 83 machine, you need to install the <code>ia32-libs</code> package using 85 <pre>apt-get install ia32-libs</pre>
|
/dalvik/vm/ |
Dvm.mk | 272 compiler/codegen/x86/ia32/Codegen.cpp \ 273 compiler/codegen/x86/ia32/CallingConvention.S \ 274 compiler/template/out/CompilerTemplateAsm-ia32.S
|
/external/compiler-rt/lib/i386/ |
floatundisf.S | 9 // this function needs to do. However, because of our ia32 ABI, it will take
|
/external/flac/ |
config.h | 7 /* define if building for ia32/i386 */
|
/external/oprofile/module/x86/ |
cpu_type.c | 160 * IA32 V3, 7.4.1 */
|
/external/v8/src/ |
gdb-jit.h | 36 // Currently on x64 and ia32 architectures and Linux OS are supported.
|
globals.h | 113 #error Target architecture ia32 is only supported on ia32 host 120 #error Target architecture arm is only supported on arm and ia32 host 124 #error Target architecture mips is only supported on mips and ia32 host
|
frames-inl.h | 36 #include "ia32/frames-ia32.h"
|
flag-definitions.h | 234 // assembler-ia32.cc / assembler-arm.cc / assembler-x64.cc 269 // builtins-ia32.cc 276 // codegen-ia32.cc / codegen-arm.cc 367 // macro-assembler-ia32.cc 498 // codegen-ia32.cc / codegen-arm.cc 617 // codegen-ia32.cc / codegen-arm.cc
|
/external/v8/tools/ |
disasm.py | 49 "ia32": "-m i386",
|
/external/v8/tools/gcmole/ |
README | 48 where arch should be one of architectures supported by V8 (arm, ia32, x64).
|
/frameworks/compile/libbcc/runtime/lib/i386/ |
floatundisf.S | 9 // this function needs to do. However, because of our ia32 ABI, it will take
|
/external/v8/ |
SConstruct | 141 'arch:ia32': { 253 'arch:ia32': { 466 'arch:ia32': { 544 'arch:ia32': { 646 'arch:ia32': { 705 'arch:ia32': { 807 'arch:ia32': { 915 'arch:ia32': { 997 'values': ['arm', 'ia32', 'x64', 'mips'], [all...] |
/frameworks/base/docs/html/intl/ja/sdk/1.5_r2/ |
installing.jd | 194 <li>??????? 64 ???????????????<code>apt-get:</code> ????? <code>ia32-libs</code> ?????????????????????: 195 <pre>apt-get install ia32-libs</pre>
|
/frameworks/base/docs/html/intl/ja/sdk/1.5_r3/ |
installing.jd | 194 <li>??????? 64 ???????????????<code>apt-get:</code> ????? <code>ia32-libs</code> ?????????????????????: 195 <pre>apt-get install ia32-libs</pre>
|
/external/chromium/build/ |
install-build-deps.sh | 346 echo "look for packages named *-ia32.deb." 361 cmp_list="ia32-libs lib32asound2-dev lib32readline5-dev lib32stdc++6 lib32z1 394 sed -e 's,\(_[^_/]*_\)i386\(.deb\),-ia32\1amd64\2,')" 425 -e "/Package/s/$/-ia32/" \ 427 -e "/Depends/s/:.*/: ia32-libs/" \
|