mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-07 17:53:56 -06:00
target-ppc: Introduce tbegin
Provide a degenerate implementation of the tbegin instruction. This implementation always fails the transaction, recording the failure per Book II Section 5.3.2 of the Power ISA V2.07. Signed-off-by: Tom Musta <tommusta@gmail.com> Signed-off-by: Alexander Graf <agraf@suse.de>
This commit is contained in:
parent
aac862379c
commit
0ff93d11bc
3 changed files with 36 additions and 0 deletions
|
@ -665,3 +665,5 @@ DEF_HELPER_4(dscri, void, env, fprp, fprp, i32)
|
|||
DEF_HELPER_4(dscriq, void, env, fprp, fprp, i32)
|
||||
DEF_HELPER_4(dscli, void, env, fprp, fprp, i32)
|
||||
DEF_HELPER_4(dscliq, void, env, fprp, fprp, i32)
|
||||
|
||||
DEF_HELPER_1(tbegin, void, env)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue