mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-05 16:53:55 -06:00
target-ppc: Implement bcdsetsgn. instruction
bcdsetsgn.: Decimal set sign. This instruction copies the register value to the result register but adjust the signal according to the preferred sign value. Signed-off-by: Jose Ricardo Ziviani <joserz@linux.vnet.ibm.com> Reviewed-by: David Gibson <david@gibson.dropbear.id.au> Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
This commit is contained in:
parent
c3025c3b0a
commit
466a3f9ca3
3 changed files with 28 additions and 0 deletions
|
@ -380,6 +380,7 @@ DEF_HELPER_3(bcdctz, i32, avr, avr, i32)
|
|||
DEF_HELPER_3(bcdcfsq, i32, avr, avr, i32)
|
||||
DEF_HELPER_3(bcdctsq, i32, avr, avr, i32)
|
||||
DEF_HELPER_4(bcdcpsgn, i32, avr, avr, avr, i32)
|
||||
DEF_HELPER_3(bcdsetsgn, i32, avr, avr, i32)
|
||||
|
||||
DEF_HELPER_2(xsadddp, void, env, i32)
|
||||
DEF_HELPER_2(xssubdp, void, env, i32)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue