• ahaas's avatar
    [arm64][turbofan] Tst instructions can have a shifted operand. · 91cd0707
    ahaas authored
    This CL fixes a bug in the implementation of the code generation of
    kArm64Tst32, where the shift input operand of kArm64Tst32 was ignored.
    Please take a special look at the fix in kArm64Tst. I applied the fix
    there as well, but because of differences in the instruction selector
    I was not able to write a test for it.
    
    R=v8-arm-ports@googlegroups.com
    BUG=v8:6028
    
    Review-Url: https://codereview.chromium.org/2729853003
    Cr-Commit-Position: refs/heads/master@{#43555}
    91cd0707
code-generator-arm64.cc 76.2 KB