mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-07 09:43:56 -06:00
target-s390: Convert SRST
Signed-off-by: Richard Henderson <rth@twiddle.net>
This commit is contained in:
parent
aa31bf6031
commit
4600c994d9
4 changed files with 45 additions and 32 deletions
|
@ -13,7 +13,7 @@ DEF_HELPER_3(divs32, s64, env, s64, s64)
|
|||
DEF_HELPER_3(divu32, i64, env, i64, i64)
|
||||
DEF_HELPER_3(divs64, s64, env, s64, s64)
|
||||
DEF_HELPER_4(divu64, i64, env, i64, i64, i64)
|
||||
DEF_HELPER_4(srst, i32, env, i32, i32, i32)
|
||||
DEF_HELPER_4(srst, i64, env, i64, i64, i64)
|
||||
DEF_HELPER_4(clst, i64, env, i64, i64, i64)
|
||||
DEF_HELPER_4(mvpg, void, env, i64, i64, i64)
|
||||
DEF_HELPER_4(mvst, i64, env, i64, i64, i64)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue