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

1 2

  /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...]
  /dalvik/vm/compiler/template/
rebuild.sh 22 for arch in ia32 armv5te armv5te-vfp armv7-a armv7-a-neon mips; do TARGET_ARCH_EXT=$arch make -f Makefile-template; done
  /external/chromium/build/linux/
python_arch.sh 38 echo ia32
  /external/chromium_org/build/linux/
python_arch.sh 39 echo ia32
  /external/v8/
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.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/chromium_org/v8/tools/gyp/
v8_base.ia32.host.darwin-x86.mk 177 v8/src/ia32/assembler-ia32.cc \
178 v8/src/ia32/builtins-ia32.cc \
179 v8/src/ia32/code-stubs-ia32.cc \
180 v8/src/ia32/codegen-ia32.cc \
181 v8/src/ia32/cpu-ia32.cc
    [all...]
v8_base.ia32.host.linux-x86.mk 177 v8/src/ia32/assembler-ia32.cc \
178 v8/src/ia32/builtins-ia32.cc \
179 v8/src/ia32/code-stubs-ia32.cc \
180 v8/src/ia32/codegen-ia32.cc \
181 v8/src/ia32/cpu-ia32.cc
    [all...]
v8_base.ia32.target.darwin-x86.mk 178 v8/src/ia32/assembler-ia32.cc \
179 v8/src/ia32/builtins-ia32.cc \
180 v8/src/ia32/code-stubs-ia32.cc \
181 v8/src/ia32/codegen-ia32.cc \
182 v8/src/ia32/cpu-ia32.cc
    [all...]
v8_base.ia32.target.linux-x86.mk 178 v8/src/ia32/assembler-ia32.cc \
179 v8/src/ia32/builtins-ia32.cc \
180 v8/src/ia32/code-stubs-ia32.cc \
181 v8/src/ia32/codegen-ia32.cc \
182 v8/src/ia32/cpu-ia32.cc
    [all...]
mksnapshot.ia32.host.darwin-x86.mk 7 LOCAL_MODULE_STEM := mksnapshot.ia32
204 .PHONY: mksnapshot.ia32
205 mksnapshot.ia32: v8_tools_gyp_mksnapshot_ia32_host_gyp
mksnapshot.ia32.host.linux-x86.mk 7 LOCAL_MODULE_STEM := mksnapshot.ia32
208 .PHONY: mksnapshot.ia32
209 mksnapshot.ia32: v8_tools_gyp_mksnapshot_ia32_host_gyp
v8_nosnapshot.ia32.host.darwin-x86.mk 203 .PHONY: v8_nosnapshot.ia32
204 v8_nosnapshot.ia32: v8_tools_gyp_v8_nosnapshot_ia32_host_gyp
v8_nosnapshot.ia32.host.linux-x86.mk 207 .PHONY: v8_nosnapshot.ia32
208 v8_nosnapshot.ia32: v8_tools_gyp_v8_nosnapshot_ia32_host_gyp
  /external/chromium_org/v8/
Makefile.nacl 53 GYPENV = nacl_target_arch=nacl_ia32 v8_target_arch=arm v8_host_arch=ia32
60 GYPENV = nacl_target_arch=nacl_x64 v8_target_arch=arm v8_host_arch=ia32
Makefile 207 # - every combination <arch>.<mode>, e.g. "ia32.release"
209 # - any of the above with .check appended, e.g. "ia32.release.check"
211 # - "nacl" : cross-compile for Native Client (ia32 and x64)
221 ARCHES = ia32 x64 arm mipsel
222 DEFAULT_ARCHES = ia32 x64 arm
237 # Generates all combinations of ARCHES and MODES, e.g. "ia32.release".
243 # Generates corresponding test targets, e.g. "ia32.release.check".
278 # Defines how to build a particular target (e.g. ia32.release).
356 FASTTESTMODES = ia32.release,x64.release,ia32.optdebug,x64.optdebug,arm.optdebu
    [all...]
  /external/flac/libFLAC/include/private/
cpu.h 71 FLAC__CPUInfo_IA32 ia32; member in union:__anon21045::__anon21046
  /external/chromium_org/v8/src/
globals.h 114 #error Target architecture ia32 is only supported on ia32 host
120 #error Target architecture arm is only supported on arm and ia32 host
123 #error Target architecture mips is only supported on mips and ia32 host
  /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/chromium_org/v8/tools/
mingw-generate-makefiles.sh 79 make out/Makefile.ia32
  /external/chromium_org/v8/test/mjsunit/
smi-mul.js 54 // 2^30 is a smi boundary on arm and ia32.
64 // Deopt on two_30 on ia32.
  /dalvik/vm/compiler/codegen/x86/libenc/
enc_tabl.cpp 76 much close as possible to the Intel's IA32 Architecture Manual descriptions.
332 {OpcodeInfo::ia32, {0x9F}, {EAX}, D },
473 {OpcodeInfo::ia32, {Size16, 0xE8, cw}, {rel16}, U },
474 {OpcodeInfo::ia32, {0xFF, _2}, {r_m32}, U },
600 {OpcodeInfo::ia32, {Size16, 0x48|rw}, {r16}, DU },
601 {OpcodeInfo::ia32, {0x48|rd}, {r32}, DU },
    [all...]
  /external/chromium_org/v8/test/mjsunit/regress/
regress-119429.js 32 if (++d == 25135) { // A magic number just below stack overflow on ia32
  /external/v8/test/mjsunit/regress/
regress-119429.js 32 if (++d == 25135) { // A magic number just below stack overflow on ia32
  /external/chromium_org/chrome/installer/linux/rpm/
build.sh 180 echo "-a arch package architecture (ia32 or x64)"
267 TARGETARCH="ia32"
298 ia32 )

Completed in 774 milliseconds

1 2