From f4c042544abbde82d7d6468fc3079899a2b41b54 Mon Sep 17 00:00:00 2001 From: Alexey Esaulenko Date: Sun, 14 Mar 2021 16:13:22 +0300 Subject: [PATCH] PowerPC: XOR can be used in VLE mode --- Ghidra/Processors/PowerPC/data/languages/ppc_instructions.sinc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Ghidra/Processors/PowerPC/data/languages/ppc_instructions.sinc b/Ghidra/Processors/PowerPC/data/languages/ppc_instructions.sinc index 6903b264c2..0c41fa70a7 100644 --- a/Ghidra/Processors/PowerPC/data/languages/ppc_instructions.sinc +++ b/Ghidra/Processors/PowerPC/data/languages/ppc_instructions.sinc @@ -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);