RISC-V: fold duplicate code in vector_macro()

There's no need to have almost identical code twice. Do away with
M_VMSGEU and instead simply use an unused (for these macros) field to
tell apart both variants.
This commit is contained in:
Jan Beulich
2023-09-05 10:03:35 +02:00
parent 404def8928
commit d486800436
3 changed files with 7 additions and 43 deletions

View File

@@ -563,7 +563,6 @@ enum
M_SEXTB,
M_SEXTH,
M_VMSGE,
M_VMSGEU,
M_FLH,
M_FSH,
M_NUM_MACROS