• Zhi An Ng's avatar
    [wasm-simd][liftoff][arm64] Prototype load lane · 2f447ad6
    Zhi An Ng authored
    Prototype load lane instructions on ARM64 Liftoff.
    
    We extract a helper function that will convert a MemOperand that uses a
    register offset or a non-zero immediate offset, into a MemOperand that
    uses a temporary to store base+offset and immediate offset of 0. Some
    instructions, ld1r or ld1 don't support offset, and will use this helper
    to get the correct MemOperand.
    
    Bug: v8:10975
    Change-Id: I89d133af7a706a49985db36ca044ac8956c6e1d5
    Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/2614171
    Commit-Queue: Zhi An Ng <zhin@chromium.org>
    Reviewed-by: 's avatarClemens Backes <clemensb@chromium.org>
    Cr-Commit-Position: refs/heads/master@{#72087}
    2f447ad6
Name
Last commit
Last update
..
liftoff-assembler-arm64.h Loading commit data...