OSDN Git Service

target/hppa: Update cpu_hppa_get/put_psw for hppa64
authorRichard Henderson <richard.henderson@linaro.org>
Thu, 21 Sep 2023 08:13:35 +0000 (10:13 +0200)
committerRichard Henderson <richard.henderson@linaro.org>
Tue, 7 Nov 2023 02:49:33 +0000 (18:49 -0800)
commit931adff3147826a27748c9cdc862cacfd0807a92
tree49c057d21baa43bdcc4e0c038c411e66d2b8e78b
parentca4c2008f53cd08dd82789384aeba87754d15152
target/hppa: Update cpu_hppa_get/put_psw for hppa64

With 64-bit registers, there are 16 carry bits in the PSW.
Clear reserved bits based on cpu revision.

Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
target/hppa/helper.c