Conversation
This commit add encodings for P Extension: https://www.jhauser.us/RISCV/ext-P/RVP-instrEncodings-015.pdf Signed-off-by: 2011eric <201165r1c@gmail.com>
|
I can generate the encoding.out.h successfully. But there is a opcode question for rv32 and rv64. There are five instructions having same encoding but differenct name for mnemoic. There are Should't they be merged into one ? The decoding in implementation usally can find the first match pattern. |
|
@chihminchao |
|
Thanks for submitting this PR. I have heard that there will be another round of renaming these instructions before the spec is submitted for architecture review. I think we should wait until that occurs, and leave this PR open in the meantime. |
This commit add encodings for P Extension:
https://www.jhauser.us/RISCV/ext-P/RVP-instrEncodings-015.pdf