jasmin icon indicating copy to clipboard operation
jasmin copied to clipboard

Parsing of ARM intrinsics is incorrect for `MLS`

Open vbgl opened this issue 1 year ago • 0 comments

The parser optimistically assumes that the trailing S means “set flags”.

Workaround: instead of d = #MLS(a, b, c), use d = c - a * b.

vbgl avatar Jul 26 '23 11:07 vbgl