HomeSort by relevance Sort by last modified time
    Searched refs:ia32 (Results 1 - 25 of 48) 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 164 v8/src/ia32/assembler-ia32.cc \
165 v8/src/ia32/builtins-ia32.cc \
166 v8/src/ia32/code-stubs-ia32.cc \
167 v8/src/ia32/codegen-ia32.cc \
168 v8/src/ia32/cpu-ia32.cc
    [all...]
v8_base.ia32.host.linux-x86.mk 164 v8/src/ia32/assembler-ia32.cc \
165 v8/src/ia32/builtins-ia32.cc \
166 v8/src/ia32/code-stubs-ia32.cc \
167 v8/src/ia32/codegen-ia32.cc \
168 v8/src/ia32/cpu-ia32.cc
    [all...]
v8_base.ia32.target.darwin-x86.mk 165 v8/src/ia32/assembler-ia32.cc \
166 v8/src/ia32/builtins-ia32.cc \
167 v8/src/ia32/code-stubs-ia32.cc \
168 v8/src/ia32/codegen-ia32.cc \
169 v8/src/ia32/cpu-ia32.cc
    [all...]
v8_base.ia32.target.linux-x86.mk 165 v8/src/ia32/assembler-ia32.cc \
166 v8/src/ia32/builtins-ia32.cc \
167 v8/src/ia32/code-stubs-ia32.cc \
168 v8/src/ia32/codegen-ia32.cc \
169 v8/src/ia32/cpu-ia32.cc
    [all...]
mksnapshot.ia32.host.darwin-x86.mk 7 LOCAL_MODULE_STEM := mksnapshot.ia32
200 .PHONY: mksnapshot.ia32
201 mksnapshot.ia32: v8_tools_gyp_mksnapshot_ia32_host_gyp
mksnapshot.ia32.host.linux-x86.mk 7 LOCAL_MODULE_STEM := mksnapshot.ia32
204 .PHONY: mksnapshot.ia32
205 mksnapshot.ia32: v8_tools_gyp_mksnapshot_ia32_host_gyp
v8_snapshot.target.darwin-x86.mk 14 $(gyp_shared_intermediate_dir)/mksnapshot.ia32 \
22 $(gyp_intermediate_dir)/snapshot.cc: $(gyp_shared_intermediate_dir)/mksnapshot.ia32 $(GYP_TARGET_DEPENDENCIES)
24 $(hide)cd $(gyp_local_path)/v8/tools/gyp; mkdir -p $(gyp_intermediate_dir); "$(gyp_shared_intermediate_dir)/mksnapshot.ia32" --log-snapshot-positions --logfile "$(gyp_intermediate_dir)/snapshot.log" "$(gyp_intermediate_dir)/snapshot.cc"
v8_snapshot.target.linux-x86.mk 14 $(gyp_shared_intermediate_dir)/mksnapshot.ia32 \
22 $(gyp_intermediate_dir)/snapshot.cc: $(gyp_shared_intermediate_dir)/mksnapshot.ia32 $(GYP_TARGET_DEPENDENCIES)
24 $(hide)cd $(gyp_local_path)/v8/tools/gyp; mkdir -p $(gyp_intermediate_dir); "$(gyp_shared_intermediate_dir)/mksnapshot.ia32" --log-snapshot-positions --logfile "$(gyp_intermediate_dir)/snapshot.log" "$(gyp_intermediate_dir)/snapshot.cc"
v8_nosnapshot.ia32.host.darwin-x86.mk 199 .PHONY: v8_nosnapshot.ia32
200 v8_nosnapshot.ia32: v8_tools_gyp_v8_nosnapshot_ia32_host_gyp
v8_nosnapshot.ia32.host.linux-x86.mk 203 .PHONY: v8_nosnapshot.ia32
204 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 198 # - every combination <arch>.<mode>, e.g. "ia32.release"
200 # - any of the above with .check appended, e.g. "ia32.release.check"
202 # - "nacl" : cross-compile for Native Client (ia32 and x64)
212 ARCHES = ia32 x64 arm mipsel
213 DEFAULT_ARCHES = ia32 x64 arm
227 # Generates all combinations of ARCHES and MODES, e.g. "ia32.release".
233 # Generates corresponding test targets, e.g. "ia32.release.check".
267 # Defines how to build a particular target (e.g. ia32.release).
407 grokdump: ia32.release
409 @$(OUTDIR)/ia32.release/d8 --dump-heap-constants >> $(DUMP_FILE
    [all...]
  /external/flac/libFLAC/include/private/
cpu.h 71 FLAC__CPUInfo_IA32 ia32; member in union:__anon20131::__anon20132
  /external/chromium_org/v8/src/
globals.h 129 #error Target architecture ia32 is only supported on ia32 host
135 #error Target architecture arm is only supported on arm and ia32 host
138 #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
  /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/build/
install-build-deps.sh 351 cmp_list="ia32-libs lib32asound2-dev lib32stdc++6 lib32z1
389 sed -e 's,\(_[^_/]*_\)i386\(.deb\),-ia32\1amd64\2,')"
420 -e "/Package/s/$/-ia32/" \
422 -e "/Depends/s/:.*/: ia32-libs/" \
  /external/chromium_org/v8/test/mjsunit/regress/
regress-119429.js 32 if (++d == 25135) { // A magic number just below stack overflow on ia32

Completed in 1217 milliseconds

1 2