mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-08 02:03:56 -06:00
target-ppc: Add xscvqpudz and xscvqpuwz instructions
xscvqpudz: VSX Scalar truncate & Convert Quad-Precision format to Unsigned Doubleword format xscvqpuwz: VSX Scalar truncate & Convert Quad-Precision format to Unsigned Word format Signed-off-by: Bharata B Rao <bharata@linux.vnet.ibm.com> Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
This commit is contained in:
parent
a8d411abac
commit
e0aee726bf
4 changed files with 8 additions and 0 deletions
|
@ -442,6 +442,8 @@ DEF_HELPER_2(xscvdpspn, i64, env, i64)
|
|||
DEF_HELPER_2(xscvqpdp, void, env, i32)
|
||||
DEF_HELPER_2(xscvqpsdz, void, env, i32)
|
||||
DEF_HELPER_2(xscvqpswz, void, env, i32)
|
||||
DEF_HELPER_2(xscvqpudz, void, env, i32)
|
||||
DEF_HELPER_2(xscvqpuwz, void, env, i32)
|
||||
DEF_HELPER_2(xscvhpdp, void, env, i32)
|
||||
DEF_HELPER_2(xscvsdqp, void, env, i32)
|
||||
DEF_HELPER_2(xscvspdp, void, env, i32)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue