public inbox for binutils@sourceware.org
 help / color / mirror / Atom feed
* [PATCH 0/1] RISC-V: Move supervisor instructions after all unprivileged ones
@ 2022-10-01  5:39 Tsukasa OI
  2022-10-01  5:39 ` [PATCH 1/1] " Tsukasa OI
  0 siblings, 1 reply; 4+ messages in thread
From: Tsukasa OI @ 2022-10-01  5:39 UTC (permalink / raw)
  To: Tsukasa OI; +Cc: binutils

Hello,

GitHub tracker:
<https://github.com/a4lg/binutils-gdb/wiki/riscv_opcode_tidying_csr_1>

This is a small tidying patchset.

This location of supervisor instructions is out of place (because many other
privileged instructions are located at the tail but after the supervisor
instructions, we have many unprivileged instructions including bit
manipulation / crypto / vector instructions).

Not only that, this is harmful to implement pseudoinstructions in the latest
'P'-extension proposal (CLROV and RDOV).

This patchset moves supervisor instructions after all unprivileged
instructions and adjusts some indents.


Thanks,
Tsukasa




Tsukasa OI (1):
  RISC-V: Move supervisor instructions after all unprivileged ones

 opcodes/riscv-opc.c | 64 ++++++++++++++++++++++-----------------------
 1 file changed, 32 insertions(+), 32 deletions(-)


base-commit: 53a265a1f14d17a6f7b106082f610994c5d546e0
-- 
2.34.1


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2022-10-01  8:15 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-10-01  5:39 [PATCH 0/1] RISC-V: Move supervisor instructions after all unprivileged ones Tsukasa OI
2022-10-01  5:39 ` [PATCH 1/1] " Tsukasa OI
2022-10-01  7:45   ` Nelson Chu
2022-10-01  8:15     ` Tsukasa OI

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).