mirror of
https://github.com/odin-lang/Odin.git
synced 2026-06-19 16:42:33 +00:00
LDRT/LDRBT/STRT/STRBT (imm12) and LDRHT/STRHT/LDRSBT/LDRSHT (imm8 split): each is the corresponding post-indexed load/store with the W bit (21) set. Hand-written, reusing the existing MEM_POST_INDEX encoding. All 8 byte-exact vs llvm-mc and decode-clean; 600 tests green.