https://codereview.chromium.org/704713003/diff/220001/src/compiler/x64/instruction-selector-x64.cc
File src/compiler/x64/instruction-selector-x64.cc (right):
https://codereview.chromium.org/704713003/diff/220001/src/compiler/x64/instruction-selector-x64.cc#newcode382
src/compiler/x64/instruction-selector-x64.cc:382: static const
AddressingMode kMRnI_modes[] = {kMode_MR1I, kMode_MR2I,
for all these you can just use
AdjustAddressingMode(kMode_MR1I, scale)
like in instruction-selector-ia32
https://codereview.chromium.org/704713003/
--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
---
You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/d/optout.