commit | ca589d5dc0a317eae6a8f9b769fd9eeb255c1f98 | [log] [tgz] |
---|---|---|
author | Victor Khimenko <khim@google.com> | Thu Jan 25 21:39:28 2024 +0000 |
committer | Victor Khimenko <khim@google.com> | Fri Jan 26 02:14:22 2024 +0000 |
tree | 14177bdf83224c45689806fc4a07adb173c23534 | |
parent | 0241ee80f16a1b054c6909869fd82639967d3a4a [diff] |
Make MaskForRegisterInSequence return tuple with results. That function is, presumably, helper for vector intrinsic processing, not actual intrinsic, but since it's called from interpreter, not from other intrinsics it's better to turn it into a proper intrinsic. Test: m berberis_all Change-Id: Ie6f94383f7b90d69bc1d0a9d42ec95301c6f44ef
Berberis: dynamic binary translator to run Android apps with riscv64 native code on x86_64 devices or emulators.