commit | 40c8b1f1bd96c580ff3e11d7d1fd376509dd39af | [log] [tgz] |
---|---|---|
author | Paul Daniel Faria <paulfaria@google.com> | Thu Dec 14 00:16:02 2023 +0000 |
committer | Paul Daniel Faria <paulfaria@google.com> | Thu Dec 21 21:37:19 2023 +0000 |
tree | 1c26722903c2234239724178773ddcc30280407d | |
parent | 676e3f0436124df7314cfa97971b7e5ded9359fb [diff] |
[heavy_optimizer/riscv64] Fix typo in lr/sc Address offset calculation had a typo. Was calculating for 128-bit reservation value rather than 64-bit. Moved lr/sc unit tests into shared insns tests. Disabled for lite-translator. Bug: 291126436 Test: run berberis_hello_world_static in emulator (cherry picked from https://googleplex-android-review.googlesource.com/q/commit:6c8f342a775233b7f5306946d3925f2a851fe0da) Merged-In: I08245c9cf83811a2ab5e62cfcd5c006e5e8652af Change-Id: I08245c9cf83811a2ab5e62cfcd5c006e5e8652af
Berberis: dynamic binary translator to run Android apps with riscv64 native code on x86_64 devices or emulators.