mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2024-11-23 12:42:30 +00:00
AArch32: fixed vselgt
* added 'and N == V' check missed in the vselcond "gt"
This commit is contained in:
parent
cae9190c13
commit
15ea7ba95b
@ -1325,7 +1325,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…
Reference in New Issue
Block a user