[x86] Fix register constraints for multiply high and modulus.
authorbmeurer@chromium.org <bmeurer@chromium.org>
Mon, 3 Nov 2014 06:27:34 +0000 (06:27 +0000)
committerbmeurer@chromium.org <bmeurer@chromium.org>
Mon, 3 Nov 2014 06:28:12 +0000 (06:28 +0000)
commit017c518321cee88d1059b103e144e6c70c667421
tree0a31ebaae8815958a6478ecaeaed7e87c94d3b28
parent2d07d762448c4a051186719e20c09cd89c034cde
[x86] Fix register constraints for multiply high and modulus.

R=jarin@chromium.org
TEST=mjsunit/compiler/regress-register-allocator2

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

Cr-Commit-Position: refs/heads/master@{#25054}
git-svn-id: https://v8.googlecode.com/svn/branches/bleeding_edge@25054 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
src/compiler/ia32/instruction-selector-ia32.cc
src/compiler/x64/instruction-selector-x64.cc
test/mjsunit/compiler/regress-register-allocator2.js [new file with mode: 0644]