qemu-patch-raspberry4/target/ppc/translate
Nikunj A Dadhania e3001664f1 target-ppc: implement stxsd and stxssp
stxsd:  Store VSX Scalar Dword
stxssp: Store VSX Scalar SP

Moreover, DQ-Form/DS-FORM instructions shares the same primary
opcode(0x3D). For DQ-FORM bits 29:31 are used, for DS-FORM bits 30:31
are used. Common routine to decode primary opcode(0x3D) -
ds-form/dq-form instructions is required.

Signed-off-by: Nikunj A Dadhania <nikunj@linux.vnet.ibm.com>
Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
2017-01-31 10:10:12 +11:00
..
dfp-impl.inc.c Move target-* CPU file into a target/ folder 2016-12-20 21:52:12 +01:00
dfp-ops.inc.c Move target-* CPU file into a target/ folder 2016-12-20 21:52:12 +01:00
fp-impl.inc.c Move target-* CPU file into a target/ folder 2016-12-20 21:52:12 +01:00
fp-ops.inc.c target-ppc: implement stxsd and stxssp 2017-01-31 10:10:12 +11:00
spe-impl.inc.c Move target-* CPU file into a target/ folder 2016-12-20 21:52:12 +01:00
spe-ops.inc.c Move target-* CPU file into a target/ folder 2016-12-20 21:52:12 +01:00
vmx-impl.inc.c Move target-* CPU file into a target/ folder 2016-12-20 21:52:12 +01:00
vmx-ops.inc.c Move target-* CPU file into a target/ folder 2016-12-20 21:52:12 +01:00
vsx-impl.inc.c target-ppc: implement stxsd and stxssp 2017-01-31 10:10:12 +11:00
vsx-ops.inc.c target-ppc: Add xscmpoqp and xscmpuqp instructions 2017-01-31 10:10:12 +11:00