HomeSort by relevance Sort by last modified time
    Searched refs:ia32 (Results 1 - 22 of 22) sorted by null

  /external/flac/libFLAC/
cpu.c 158 * IA32-specific
164 info->data.ia32.cpuid = FLAC__cpu_have_cpuid_asm_ia32()? true : false;
165 info->data.ia32.bswap = info->data.ia32.cpuid; /* CPUID => BSWAP since it came after */
166 info->data.ia32.cmov = false;
167 info->data.ia32.mmx = false;
168 info->data.ia32.fxsr = false;
169 info->data.ia32.sse = false;
170 info->data.ia32.sse2 = false;
171 info->data.ia32.sse3 = false
    [all...]
bitreader.c 267 if(br->cpu_info.type == FLAC__CPUINFO_TYPE_IA32 && br->cpu_info.data.ia32.bswap) {
    [all...]
stream_encoder.c     [all...]
stream_decoder.c 427 if(decoder->private_->cpuinfo.data.ia32.bswap)
430 if(decoder->private_->cpuinfo.data.ia32.mmx) {
    [all...]
  /dalvik/vm/compiler/template/
rebuild.sh 22 for arch in ia32 armv5te armv5te-vfp armv7-a armv7-a-neon; do TARGET_ARCH_EXT=$arch make -f Makefile-template; done
  /external/chromium/build/linux/
python_arch.sh 38 echo ia32
  /external/v8/
Android.v8common.mk 127 src/ia32/assembler-ia32.cc \
128 src/ia32/builtins-ia32.cc \
129 src/ia32/codegen-ia32.cc \
130 src/ia32/code-stubs-ia32.cc \
131 src/ia32/cpu-ia32.cc
    [all...]
Makefile 103 # - every combination <arch>.<mode>, e.g. "ia32.release"
105 # - any of the above with .check appended, e.g. "ia32.release.check"
116 ARCHES = ia32 x64 arm mips
117 DEFAULT_ARCHES = ia32 x64 arm
125 # Generates all combinations of ARCHES and MODES, e.g. "ia32.release".
127 # Generates corresponding test targets, e.g. "ia32.release.check".
146 # Defines how to build a particular target (e.g. ia32.release).
213 $(OUTDIR)/Makefile-ia32: $(GYPFILES) $(ENVFILE)
215 -Ibuild/standalone.gypi --depth=. -Dtarget_arch=ia32 \
216 -S-ia32 $(GYPFLAGS
    [all...]
  /external/valgrind/tsan/pin/
Makefile 11 INCLUDES_L32=-I.. -I$(PIN_ROOT)/extras/xed2-ia32/include -I$(PIN_ROOT)/source/include -I$(PIN_ROOT)/source/include/gen
13 LIBPATHS_L32=-L$(PIN_ROOT)/extras/xed2-ia32/lib -L$(PIN_ROOT)/ia32/lib -L$(PIN_ROOT)/ia32/lib-ext
37 /I.. /I$(PIN_ROOT)/source/include /I$(PIN_ROOT)/source/include/gen /I$(PIN_ROOT)/extras/xed2-ia32/include
39 /LIBPATH:$(PIN_ROOT)/ia32/lib /LIBPATH:$(PIN_ROOT)/ia32/lib-ext /LIBPATH:$(PIN_ROOT)/extras/xed2-ia32/lib
  /external/flac/libFLAC/include/private/
cpu.h 71 FLAC__CPUInfo_IA32 ia32; member in union:__anon6475::__anon6476
  /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/src/
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
  /external/v8/test/mjsunit/regress/
regress-119429.js 32 if (++d == 25135) { // A magic number just below stack overflow on ia32
  /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/v8/tools/gcmole/
gcmole.lua 29 -- Usage: CLANG_BIN=clang-bin-dir lua tools/gcmole/gcmole.lua [arm|ia32|x64]
69 local ARCHS = ARGS[1] and { ARGS[1] } or { 'ia32', 'arm', 'x64' }
191 ia32 = config { triple = "i586-unknown-linux",
  /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/" \
  /external/v8/test/mjsunit/
codegen-coverage.js 45 // get values in specific registers (ia32, x64):
math-abs.js 64 // 2^30 is a smi boundary on arm and ia32.
  /external/strace/
util.c 1280 /* We don't have fork()/vfork() syscalls on ia64 itself, but the ia32
1293 if (ia32) {
1320 if (ia32)
1334 if (ia32)
1350 if (ia32) {
1366 if (ia32) {
    [all...]
syscall.c 691 long ia32 = 0; variable
970 ia32 = (psr & IA64_PSR_IS) != 0;
972 if (ia32) {
    [all...]
defs.h 705 extern long ia32;
process.c 746 if (ia32) {
    [all...]

Completed in 836 milliseconds