mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2026-01-09 22:17:55 -05:00
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:
@@ -4816,7 +4816,7 @@ vmlDmA: Dm_4^"["^thv_M5^"]" is TMode=1 & thv_c2021=2 & Dm_4 & thv_M5 {
|
|||||||
tmp2:8 = Qm(8);
|
tmp2:8 = Qm(8);
|
||||||
tmp1 = ~ tmp1;
|
tmp1 = ~ tmp1;
|
||||||
tmp2 = ~ tmp2;
|
tmp2 = ~ tmp2;
|
||||||
Qd = (zext(tmp1) << 8) | zext(tmp2);
|
Qd = (zext(tmp2) << 64) | zext(tmp1);
|
||||||
}
|
}
|
||||||
|
|
||||||
define pcodeop FloatVectorNeg;
|
define pcodeop FloatVectorNeg;
|
||||||
|
|||||||
Reference in New Issue
Block a user