[wasm-simd][liftoff][arm64] Prototype load lane
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: Clemens Backes <clemensb@chromium.org> Cr-Commit-Position: refs/heads/master@{#72087}
Showing
Please
register
or
sign in
to comment