mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2026-05-22 10:02:49 +08:00
Merge remote-tracking branch
'origin/GP-4648_ghidorahrex_PR-6531_Sleigh-InSPECtor_aarch32_vselgt' into patch (Closes #6531)
This commit is contained in:
@@ -1327,7 +1327,7 @@ vselcond: "ge"
|
||||
vselcond: "gt"
|
||||
is ((TMode=0 & c2021=0b11)
|
||||
| (TMode=1 & thv_c2021=0b11))
|
||||
{ tmp:1 = (!ZR); export tmp; }
|
||||
{ tmp:1 = (!ZR && NG==OV); export tmp; }
|
||||
vselcond: "vs"
|
||||
is ((TMode=0 & c2021=0b01)
|
||||
| (TMode=1 & thv_c2021=0b01))
|
||||
|
||||
Reference in New Issue
Block a user