HomeSort by relevance Sort by last modified time
    Searched refs:ia32 (Results 1 - 18 of 18) 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/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:__anon5864::__anon5865
  /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 84 #error Target architecture ia32 is only supported on ia32 host
91 #error Target architecture arm is only supported on arm and ia32 host
95 #error Target architecture mips is only supported on mips and ia32 host
  /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]
33 local ARCHS = arg[1] and { arg[1] } or { 'ia32', 'arm', 'x64' }
151 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/
syscall.c 755 long ia32 = 0; variable
984 ia32 = (psr & IA64_PSR_IS) != 0;
986 if (ia32) {
    [all...]
defs.h 599 extern long ia32;
process.c 403 if (ia32) {
677 if (ia32) {
    [all...]

Completed in 705 milliseconds