Home | History | Annotate | Download | only in v8

Lines Matching refs:ia32

242 # - every combination <arch>.<mode>, e.g. "ia32.release"
244 # - any of the above with .check appended, e.g. "ia32.release.check"
255 ARCHES = ia32 x64 arm arm64 mips mipsel mips64 mips64el x87 ppc ppc64 s390 \
257 ARCHES32 = ia32 arm mips mipsel x87 ppc s390
258 DEFAULT_ARCHES = ia32 x64 arm
280 # Generates all combinations of ARCHES and MODES, e.g. "ia32.release".
284 # Generates corresponding test targets, e.g. "ia32.release.check".
313 # Defines how to build a particular target (e.g. ia32.release).
382 SUPERFASTTESTMODES = ia32.release
383 FASTTESTMODES = $(SUPERFASTTESTMODES),x64.release,ia32.optdebug,x64.optdebug,arm.optdebug,arm64.release
441 -Dtarget_arch=ia32,)) \
468 grokdump: ia32.release
470 @$(OUTDIR)/ia32.release/d8 --dump-heap-constants >> $(DUMP_FILE)