mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-10 02:54:58 -06:00
target-s390: Convert LRA
Note that truncating the store to r1 based on PSW_MASK_64 is incorrect. We always modify the entire register. Signed-off-by: Richard Henderson <rth@twiddle.net>
This commit is contained in:
parent
97c3ab61c4
commit
d8fe4a9c28
4 changed files with 17 additions and 22 deletions
|
@ -131,7 +131,7 @@ DEF_HELPER_4(sigp, i32, env, i64, i32, i64)
|
|||
DEF_HELPER_2(sacf, void, env, i64)
|
||||
DEF_HELPER_FLAGS_3(ipte, TCG_CALL_NO_RWG, void, env, i64, i64)
|
||||
DEF_HELPER_FLAGS_1(ptlb, TCG_CALL_NO_RWG, void, env)
|
||||
DEF_HELPER_3(lra, i32, env, i64, i32)
|
||||
DEF_HELPER_2(lra, i64, env, i64)
|
||||
DEF_HELPER_3(stura, void, env, i64, i32)
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue