Merge remote-tracking branch

'origin/GP-4650_ghidorahrex_PR-6544_Sleigh-InSPECtor_aarch32_vmvn' into
Ghidra_12.0 (Closes #6544)
This commit is contained in:
Ryan Kurtz
2025-11-24 13:57:54 -05:00

View File

@@ -4816,7 +4816,7 @@ vmlDmA: Dm_4^"["^thv_M5^"]" is TMode=1 & thv_c2021=2 & Dm_4 & thv_M5 {
tmp2:8 = Qm(8);
tmp1 = ~ tmp1;
tmp2 = ~ tmp2;
Qd = (zext(tmp1) << 8) | zext(tmp2);
Qd = (zext(tmp2) << 64) | zext(tmp1);
}
define pcodeop FloatVectorNeg;