mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-07 17:53:56 -06:00
target-ppc: Introduce DFP Convert to Long/Extended
Add emulation of the PowerPC Convert to DFP Long (dctdp[.]) and Convert to DFP Extended (dctqpq[.]) instructions. Signed-off-by: Tom Musta <tommusta@gmail.com> Signed-off-by: Alexander Graf <agraf@suse.de>
This commit is contained in:
parent
97c0d93041
commit
290d9ee537
3 changed files with 39 additions and 0 deletions
|
@ -646,3 +646,5 @@ DEF_HELPER_5(drintx, void, env, fprp, fprp, i32, i32)
|
|||
DEF_HELPER_5(drintxq, void, env, fprp, fprp, i32, i32)
|
||||
DEF_HELPER_5(drintn, void, env, fprp, fprp, i32, i32)
|
||||
DEF_HELPER_5(drintnq, void, env, fprp, fprp, i32, i32)
|
||||
DEF_HELPER_3(dctdp, void, env, fprp, fprp)
|
||||
DEF_HELPER_3(dctqpq, void, env, fprp, fprp)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue