PowerPC: XOR can be used in VLE mode

This commit is contained in:
Alexey Esaulenko
2021-03-14 16:13:22 +03:00
committed by ghidra1
parent 11516a1682
commit f4c042544a

View File

@@ -4516,7 +4516,7 @@ define pcodeop TLBSynchronize; # Outputs/affect TBD
}
#xor. r0,r0,r0 0x7c 00 02 79
:xor. A,S,B is $(NOTVLE) & OP=31 & S & A & B & XOP_1_10=316 & Rc=1
:xor. A,S,B is OP=31 & S & A & B & XOP_1_10=316 & Rc=1
{
A = S ^ B;
cr0flags(A);