jasmin
jasmin copied to clipboard
Parsing of ARM intrinsics is incorrect for `MLS`
The parser optimistically assumes that the trailing S
means “set flags”.
Workaround: instead of d = #MLS(a, b, c)
, use d = c - a * b
.