Merge remote-tracking branch 'origin/GP-4419_ghidorahrex_ppc_lwax_fix' into patch

This commit is contained in:
Ryan Kurtz 2024-03-14 12:48:00 -04:00
commit 786efaf0a0

View file

@ -2285,7 +2285,8 @@ define pcodeop lswxOp;
#lwax r0,r2,r0 0x7c 02 02 aa
:lwax D,RA_OR_ZERO,B is OP=31 & D & RA_OR_ZERO & B & XOP_1_10=341 & BIT_0=0
{
D = sext(*:4(RA_OR_ZERO));
ea:$(REGISTER_SIZE) = RA_OR_ZERO+B;
D = sext(*:4(ea));
}
@endif