[0/3] RISC-V: further alias insn handling adjustments

Message ID 678b275f-1930-4a59-dfba-fe21cd548fca@suse.com
Headers
Series RISC-V: further alias insn handling adjustments |

Message

Jan Beulich Jan. 13, 2023, 10:18 a.m. UTC
  While "RISC-V: add alias for SLLI.UW" is still pending (presumably
no-one wants to commit to the alias without the doc spelling it out,
albeit that's a little odd considering that gas already supports
aliases not mandated by the doc - see patches 1 and 3 here), a few
more steps towards consistency look desirable.

1: prefer SLT{,U} aliases for SLTI{,U}
2: move OR and XOR aliases down
3: prefer FSRM/FSFLAGS aliases for FSRMI/FSFLAGSI

Jan