• oth's avatar
    [Interpreter] Preparation for wide registers. · 68654b64
    oth authored
    o Adds wide variants of bytecodes that have operands describing ranges
      of registers. The upcoming wide register support does not suppport
      re-mapping ranges.
    o Adds kRegPair16 and kRegTriple16 operands required for new wide
      bytecodes and renames Count8/Count16 operands to RegCount8/RegCount16.
    o Removes Exchange bytecodes
    
    BUG=v8:4675
    LOG=NO
    
    Review URL: https://codereview.chromium.org/1595103006
    
    Cr-Commit-Position: refs/heads/master@{#33389}
    68654b64
Name
Last commit
Last update
..
DEPS Loading commit data...
OWNERS Loading commit data...
bytecode-array-builder.cc Loading commit data...
bytecode-array-builder.h Loading commit data...
bytecode-array-iterator.cc Loading commit data...
bytecode-array-iterator.h Loading commit data...
bytecode-generator.cc Loading commit data...
bytecode-generator.h Loading commit data...
bytecode-register-allocator.cc Loading commit data...
bytecode-register-allocator.h Loading commit data...
bytecode-traits.h Loading commit data...
bytecodes.cc Loading commit data...
bytecodes.h Loading commit data...
constant-array-builder.cc Loading commit data...
constant-array-builder.h Loading commit data...
control-flow-builders.cc Loading commit data...
control-flow-builders.h Loading commit data...
interpreter.cc Loading commit data...
interpreter.h Loading commit data...