-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Searching for explainations to define a new instruction in the "struct riscv-opcode " #341
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Not really, as this is an internal interface. I suggest finding an instruction that has identical operand formats and copying it. Adding new operand formats requires modifying several places in tc-riscv.c and riscv-dis.c. I wouldn't recommend it unless truly necessary. |
Can you please elaborate meaning of general operands like "d,s,t" ,"d,s,j" etc, |
I can’t document them all, but offhand I know that: d = integer rd |
Hi,
I am trying to interpret the statements mentioned in "const struct riscv_opcode riscv_opcodes[]" in riscv-opc.h.
for example
The text was updated successfully, but these errors were encountered: