As pointed out in #36552 (comment) and #36552 (comment) there are some inconsistencies/wrong disassemblies for some of the Long, Wide and Narrow Arm64 instructions.
For example, JIT outputs sqrshrn b0,b1,#1 when it should be sqrshrn b0,h1,#1
category:implementation
theme:debug-dumps
skill-level:beginner
cost:medium
impact:small