[PATCH] D57792: [RISCV] Support z and i operand modifiers
James Clarke via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jun 18 22:11:48 PDT 2019
jrtc27 added a comment.
In D57792#1549669 <https://reviews.llvm.org/D57792#1549669>, @asb wrote:
> Is there documentation on the operand modifiers supported by RISC-V binutils anywhere? I'm struggling to find anything...
This is GCC not binutils, and I can't find them documented anywhere other than the source itself: https://gcc.gnu.org/viewcvs/gcc/trunk/gcc/config/riscv/riscv.c?view=markup&revision=271293#l3181
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D57792/new/
https://reviews.llvm.org/D57792
More information about the llvm-commits
mailing list