mirror of
https://github.com/odin-lang/Odin.git
synced 2026-06-19 16:42:33 +00:00
New NEON_VM_SCALAR16/32 encodings for the Dm[lane] scalar operand: .16 places Dm in D0..D7 (bits 2:0) with the lane split bit5:bit3, .32 places Dm in D0..D15 (bits 3:0) with the lane at bit5. VQDMULH_LANE and VQRDMULH_LANE across .s16/.s32, D and Q destinations (8 forms). Verify round-trips; spot-checked byte-exact incl. max register/lane and decode-clean; 600 tests green.