Commit 9bcea86
committed
[RISCV] Move vendor extensions after standard extensions in RISCVDisassembler::getInstruction16.
All of the vendor extensions should be mutex with the standard
extensions based on the incompatible extension checks in
RISCVISAInfo.cpp. There is one missing check that will be fixed by
I'll make a similar patch for the 32-bit table, but I need to do
more auditing first.1 parent c2ed840 commit 9bcea86
1 file changed
+10
-8
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
736 | 736 | | |
737 | 737 | | |
738 | 738 | | |
739 | | - | |
740 | | - | |
741 | | - | |
742 | | - | |
743 | | - | |
744 | | - | |
745 | | - | |
746 | | - | |
| 739 | + | |
747 | 740 | | |
748 | 741 | | |
749 | 742 | | |
| |||
754 | 747 | | |
755 | 748 | | |
756 | 749 | | |
| 750 | + | |
| 751 | + | |
| 752 | + | |
| 753 | + | |
| 754 | + | |
| 755 | + | |
| 756 | + | |
| 757 | + | |
| 758 | + | |
757 | 759 | | |
758 | 760 | | |
759 | 761 | | |
| |||
0 commit comments