• Andreas Haas's avatar
    [arm][turbofan] Pass the slot index for the peek instruction by operand · 0c28bfb0
    Andreas Haas authored
    This is the implementation of crrev.com/c/866721 for arm.
    
    Drive-by change: I simplified the slot index calculation.
    
    Original description:
    
    At the moment the slot index is encoded in the opcode. This, however,
    sets an upper limit the slot index which is lower than what we want to
    have (i.e. < 512). With this change we pass the slot index as an
    immediate operand, which does not impose limits on the value it
    contains.
    
    R=v8-arm-ports@googlegroups.com
    
    Change-Id: Ic448872aa1da63f421d569ab5ec9160f36e6652b
    Reviewed-on: https://chromium-review.googlesource.com/866745Reviewed-by: 's avatarBen Titzer <titzer@chromium.org>
    Commit-Queue: Andreas Haas <ahaas@chromium.org>
    Cr-Commit-Position: refs/heads/master@{#50607}
    0c28bfb0
Name
Last commit
Last update
..
benchmarks Loading commit data...
cctest Loading commit data...
common Loading commit data...
debugger Loading commit data...
fuzzer Loading commit data...
inspector Loading commit data...
intl Loading commit data...
js-perf-test Loading commit data...
memory Loading commit data...
message Loading commit data...
mjsunit Loading commit data...
mkgrokdump Loading commit data...
mozilla Loading commit data...
preparser Loading commit data...
test262 Loading commit data...
unittests Loading commit data...
wasm-spec-tests Loading commit data...
webkit Loading commit data...
BUILD.gn Loading commit data...
bot_default.gyp Loading commit data...
bot_default.isolate Loading commit data...
d8_default.gyp Loading commit data...
d8_default.isolate Loading commit data...
default.gyp Loading commit data...
default.isolate Loading commit data...
optimize_for_size.gyp Loading commit data...
optimize_for_size.isolate Loading commit data...
perf.gyp Loading commit data...
perf.isolate Loading commit data...