The contents of RISCVVInversePseudosTable and RISCVVPseudosTable
are reduplicative. We can only generate one table with all info
we need and search it by a SearchIndex.
I was hoping that this change can reduce generated file but the diff
seems to be little(only about 10 lines are reduced), because reversed
search table will be generated for SearchIndex.
This patch also puts RISCVVPseudosTable back to RISCVBaseInfo so
that MCA part won't depend on RISCVCodeGen component.