• Clemens Hammacher's avatar
    [Liftoff] Add support for i64 register pairs · 160f6009
    Clemens Hammacher authored
    In order to support i64 values on 32 bit platforms, we extend the
    {LiftoffRegister} class to support storing pairs of GP registers on
    those platforms. On 64 bit platforms, this refactoring should cause no
    slowdown, as the compiler can statically determine that
    {LiftoffRegister::is_pair()} is always false.
    
    R=titzer@chromium.org
    
    Bug: v8:6600
    Change-Id: Ie9966d599271b8779959b1809ab4e129b68b80d7
    Reviewed-on: https://chromium-review.googlesource.com/890261Reviewed-by: 's avatarBen Titzer <titzer@chromium.org>
    Commit-Queue: Clemens Hammacher <clemensh@chromium.org>
    Cr-Commit-Position: refs/heads/master@{#50986}
    160f6009
Name
Last commit
Last update
..
arm Loading commit data...
arm64 Loading commit data...
ia32 Loading commit data...
mips Loading commit data...
mips64 Loading commit data...
ppc Loading commit data...
s390 Loading commit data...
x64 Loading commit data...
DEPS Loading commit data...
liftoff-assembler-defs.h Loading commit data...
liftoff-assembler.cc Loading commit data...
liftoff-assembler.h Loading commit data...
liftoff-compiler.cc Loading commit data...
liftoff-register.h Loading commit data...