RISC-V: Move standard hints before all instructions
authorTsukasa OI <research_trasio@irq.a4lg.com>
Fri, 30 Sep 2022 04:39:13 +0000 (04:39 +0000)
committerTsukasa OI <research_trasio@irq.a4lg.com>
Fri, 14 Oct 2022 05:21:39 +0000 (05:21 +0000)
commitcda4092e559c63285fc969613876812abfdf46d8
tree8fbcae43a0bc1c0ff056635573b5cc0702f50e67
parent3d9d92c22f6dd2a44f7d4e0d11c0671903e2387f
RISC-V: Move standard hints before all instructions

Because all standard hints must be placed before corresponding instruction
for the disassembler, they may taint basic RVI instruction section.

This commit moves all standard hints before all basic RVI instructions
to improve maintainability.

opcodes/ChangeLog:

* riscv-opc.c (riscv_opcodes): Move all standard hints before all
standard instructions.
opcodes/riscv-opc.c