mirror of
https://gitlab.com/qemu-project/qemu
synced 2024-11-05 20:35:44 +00:00
target-ppc: xscvqpdp zero VSR
Signed-off-by: Nikunj A Dadhania <nikunj@linux.vnet.ibm.com> Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
This commit is contained in:
parent
365206aeb3
commit
c3e4293ac9
1 changed files with 1 additions and 1 deletions
|
@ -2787,7 +2787,7 @@ void helper_xscvqpdp(CPUPPCState *env, uint32_t opcode)
|
|||
ppc_vsr_t xt, xb;
|
||||
|
||||
getVSR(rB(opcode) + 32, &xb, env);
|
||||
getVSR(rD(opcode) + 32, &xt, env);
|
||||
memset(&xt, 0, sizeof(xt));
|
||||
|
||||
if (unlikely(Rc(opcode) != 0)) {
|
||||
/* TODO: Support xscvqpdpo after round-to-odd is implemented */
|
||||
|
|
Loading…
Reference in a new issue