| commit | a01491a238fab670ba68b5c649c109c64ae23e21 | [log] [tgz] |
|---|---|---|
| author | Helge Deller <deller@gmx.de> | Fri Nov 17 11:02:39 2023 +0100 |
| committer | Helge Deller <deller@gmx.de> | Fri Nov 17 18:36:36 2023 +0100 |
| tree | c1fa68b3bdadc8a575f6c773e8d5aad54c0f7ca5 | |
| parent | 34a5cb6d8434303c170230644b2a7c1d5781d197 [diff] |
target/hppa: Fix 64-bit SHRPD instruction When shifting the two joined 64-bit registers right, shift the upper 64-bit register to the left and the lower 64-bit register to the right before merging them with OR. Signed-off-by: Helge Deller <deller@gmx.de> Reviewed-by: Richard Henderson <richard.henderson@linaro.org>