Rahul Joshi 69b94594ec
[NFC][MC][AVR] Rearrange decode functions in AVR disassembler (#155013)
Rearrange decode functions to be before including the generated
disassembler code and eliminate forward declarations for most of them.
This is possible because `fieldFromInstruction` is now in MCDecoder.h
and not in the generated disassembler code.
2025-08-25 08:20:20 -07:00
..