mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-03 09:49:23 +02:00
Merge remote-tracking branch
'origin/GP-4648_ghidorahrex_PR-6531_Sleigh-InSPECtor_aarch32_vselgt' into patch (Closes #6531)
This commit is contained in:
commit
b2d3c28ca7
1 changed files with 1 additions and 1 deletions
|
@ -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))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue