Rahul Joshi c9effc9905
[NFC][MC][VE] Rearrange decoder functions for VE disassembler (#155004)
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:19:07 -07:00
..