• Andreas Haas's avatar
    [mips][turbofan] Pass the slot index for the Peek instruction by operand · b30330c9
    Andreas Haas authored
    This is the implementation of crrev.com/c/866721 for mips and mips64.
    
    Drive-by change: I made the slot index calculation on mips the same as
    on mips64.
    
    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-mips-ports@googlegroups.com
    
    Change-Id: I46219b07962eadd174f418cba1ea38b07f9b5e96
    Reviewed-on: https://chromium-review.googlesource.com/866723
    Commit-Queue: Andreas Haas <ahaas@chromium.org>
    Reviewed-by: 's avatarIvica Bogosavljevic <ivica.bogosavljevic@mips.com>
    Cr-Commit-Position: refs/heads/master@{#50719}
    b30330c9
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...