Merge remote-tracking branch

'origin/GP-4648_ghidorahrex_PR-6531_Sleigh-InSPECtor_aarch32_vselgt'
into patch (Closes #6531)
This commit is contained in:
Ryan Kurtz 2025-03-06 12:01:48 -05:00
commit b2d3c28ca7

View file

@ -1327,7 +1327,7 @@ vselcond: "ge"
vselcond: "gt" vselcond: "gt"
is ((TMode=0 & c2021=0b11) is ((TMode=0 & c2021=0b11)
| (TMode=1 & thv_c2021=0b11)) | (TMode=1 & thv_c2021=0b11))
{ tmp:1 = (!ZR); export tmp; } { tmp:1 = (!ZR && NG==OV); export tmp; }
vselcond: "vs" vselcond: "vs"
is ((TMode=0 & c2021=0b01) is ((TMode=0 & c2021=0b01)
| (TMode=1 & thv_c2021=0b01)) | (TMode=1 & thv_c2021=0b01))