Searched refs:ia32 (Results 1 - 17 of 17) sorted by relevance
/external/flac/libFLAC/ |
H A D | cpu.c | 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; 172 info->data.ia32 [all...] |
H A D | bitreader.c | 267 if(br->cpu_info.type == FLAC__CPUINFO_TYPE_IA32 && br->cpu_info.data.ia32.bswap) {
|
H A D | stream_encoder.c | 925 if(encoder->private_->cpuinfo.data.ia32.sse) { 935 else if(encoder->private_->cpuinfo.data.ia32._3dnow) 939 if(encoder->private_->cpuinfo.data.ia32.mmx) { 947 if(encoder->private_->cpuinfo.data.ia32.mmx && encoder->private_->cpuinfo.data.ia32.cmov)
|
H A D | stream_decoder.c | 427 if(decoder->private_->cpuinfo.data.ia32.bswap) 430 if(decoder->private_->cpuinfo.data.ia32.mmx) {
|
/external/chromium/build/linux/ |
H A D | python_arch.sh | 38 echo ia32
|
/external/v8/ |
H A D | Android.v8common.mk | 149 src/ia32/assembler-ia32.cc \ 150 src/ia32/builtins-ia32.cc \ 151 src/ia32/codegen-ia32.cc \ 152 src/ia32/code-stubs-ia32.cc \ 153 src/ia32/cpu-ia32 [all...] |
H A D | 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 [all...] |
/external/valgrind/tsan/pin/ |
H A D | 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/ |
H A D | cpu.h | 71 FLAC__CPUInfo_IA32 ia32; member in union:__anon6049::__anon6050
|
/external/valgrind/tsan/ |
H A D | 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/ |
H A D | 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/tools/gcmole/ |
H A D | 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/ |
H A D | 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/strace/ |
H A D | 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) {
|
H A D | syscall.c | 691 long ia32 = 0; variable 970 ia32 = (psr & IA64_PSR_IS) != 0; 972 if (ia32) { 1488 if (ia32 && r8 != -ENOSYS && !(tcp->flags & TCB_INSYSCALL)) { 1569 if (ia32) { 1827 if (ia32) { 2011 if (!ia32) {
|
H A D | defs.h | 701 extern long ia32;
|
H A D | process.c | 746 if (ia32) {
|
Completed in 488 milliseconds