mirror of
https://github.com/odin-lang/Odin.git
synced 2026-09-16 16:14:24 -04:00
The 5 Branch Future mnemonics (BF/BFI_BR/BFL/BFLX/BFCSEL) are left enum-only on purpose: deprecated ARMv8.1-M, not disassemblable by llvm-objdump (so unverifiable), and a correct encoder needs dual-offset PC-relative relocation infrastructure that doesn't exist. Noted in the enum for future readers.