VectorICs: Create a StoreICState to more easily create matching code stubs.
authormvstanton <mvstanton@chromium.org>
Fri, 22 May 2015 09:58:06 +0000 (02:58 -0700)
committerCommit bot <commit-bot@chromium.org>
Fri, 22 May 2015 09:57:43 +0000 (09:57 +0000)
commit3ce81e193d3d8e09aa012737143dadfcb4438b9c
tree3583671b9e45e5af5ff56a4e15ba4fe4196a5f3b
parent5f11a5fa19bffc02ffcce9c06ae8953cba1b01b8
VectorICs: Create a StoreICState to more easily create matching code stubs.

This follows the logic of the load ics, in that the base extra ic state is
better encapsulated.

Introduce flag vector_stores to aid development of vector-based store ics.

BUG=
R=jkummerow@chromium.org

Review URL: https://codereview.chromium.org/1151253004

Cr-Commit-Position: refs/heads/master@{#28576}
src/builtins.h
src/flag-definitions.h
src/ic/ic-compiler.cc
src/ic/ic-inl.h
src/ic/ic-state.h
src/ic/ic.cc
src/ic/ic.h