commit | 580ef17a579b960677a70ef9e45c81c3602e2d20 | [log] [tgz] |
---|---|---|
author | Lev Rumyantsev <levarum@google.com> | Thu Feb 01 23:06:11 2024 -0800 |
committer | Victor Khimenko <khim@google.com> | Mon Feb 05 10:30:12 2024 +0000 |
tree | 7b32940fde60ad010b87b0a9e0dc9ca98e125a95 | |
parent | 7f8b27063962c51dc564ff88bedbd480aa69ae00 [diff] |
intrinsics: Fix sh*adduw descriptions The arguments are (int32, int64), so if we declare as (int64, int32) the in C-intrinsic generated from macro-assembler we will incorrectly truncate first argument and compiler may incorrectly truncate second in the assembly embedding. Test: tree-hugger Test: linker works in interpter mode Bug: 323075518 Change-Id: Iaf6c0a6e964e4f6e27c55dd6e7851348156f2098
Berberis: dynamic binary translator to run Android apps with riscv64 native code on x86_64 devices or emulators.