Commit 34d2e68
authored
[NFC][MC][RISCV] Rearrange decoder functions for RISCV disassembler (#154998)
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.1 parent f84037e commit 34d2e68
1 file changed
+2
-10
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
558 | 558 | | |
559 | 559 | | |
560 | 560 | | |
561 | | - | |
562 | | - | |
563 | | - | |
564 | | - | |
565 | | - | |
566 | | - | |
567 | | - | |
568 | | - | |
569 | | - | |
570 | | - | |
571 | 561 | | |
572 | 562 | | |
573 | 563 | | |
| |||
608 | 598 | | |
609 | 599 | | |
610 | 600 | | |
| 601 | + | |
| 602 | + | |
611 | 603 | | |
612 | 604 | | |
613 | 605 | | |
| |||
0 commit comments