mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-05 16:53:55 -06:00
target-xtensa: implement ATOMCTL SR
ATOMCTL SR controls s32c1i opcode behavior depending on targeted memory type. See ISA, 4.3.12.4 for details. Signed-off-by: Max Filippov <jcmvbkbc@gmail.com> Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
This commit is contained in:
parent
536b558f58
commit
fcc803d119
7 changed files with 131 additions and 14 deletions
|
@ -23,6 +23,7 @@ DEF_HELPER_3(waiti, void, env, i32, i32)
|
|||
DEF_HELPER_3(timer_irq, void, env, i32, i32)
|
||||
DEF_HELPER_2(advance_ccount, void, env, i32)
|
||||
DEF_HELPER_1(check_interrupts, void, env)
|
||||
DEF_HELPER_3(check_atomctl, void, env, i32, i32)
|
||||
|
||||
DEF_HELPER_2(wsr_rasid, void, env, i32)
|
||||
DEF_HELPER_FLAGS_3(rtlb0, TCG_CALL_NO_RWG_SE, i32, env, i32, i32)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue