• Clemens Hammacher's avatar
    [Liftoff] Introduce register classes · f9623419
    Clemens Hammacher authored
    Many methods which currently receive a {ValueType} really just need to
    know the register class. Thus introduce a {RegClass} enum with values
    {kGpReg} and {kFpReg}, and change some methods to use it. For most
    methods, only the {kGpReg} case is implemented for now. Support for
    {kFpReg} will be added later.
    
    R=titzer@chromium.org
    
    Bug: v8:6600
    Change-Id: I1db793c59270862c4e1b877e6e4bd81020a650f8
    Reviewed-on: https://chromium-review.googlesource.com/793159Reviewed-by: 's avatarBen Titzer <titzer@chromium.org>
    Commit-Queue: Clemens Hammacher <clemensh@chromium.org>
    Cr-Commit-Position: refs/heads/master@{#49670}
    f9623419
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.cc Loading commit data...
liftoff-assembler.h Loading commit data...
liftoff-compiler.cc Loading commit data...