mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-06 17:23:56 -06:00
ppc: implement xssubqp instruction
xssubqp: VSX Scalar Subtract Quad-Precision. Signed-off-by: Jose Ricardo Ziviani <joserz@linux.vnet.ibm.com> Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
This commit is contained in:
parent
a4a68476de
commit
f6b99afdc3
4 changed files with 37 additions and 0 deletions
|
@ -462,6 +462,7 @@ DEF_HELPER_2(xsrdpiz, void, env, i32)
|
|||
DEF_HELPER_2(xsrqpi, void, env, i32)
|
||||
DEF_HELPER_2(xsrqpxp, void, env, i32)
|
||||
DEF_HELPER_2(xssqrtqp, void, env, i32)
|
||||
DEF_HELPER_2(xssubqp, void, env, i32)
|
||||
|
||||
DEF_HELPER_2(xsaddsp, void, env, i32)
|
||||
DEF_HELPER_2(xssubsp, void, env, i32)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue