-
Notifications
You must be signed in to change notification settings - Fork 238
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
Missing pseudo-instructions? #110
Comments
Good catch! All of them (assuming that the first one in your list ( Would you be interested in creating a PR that adds them? |
Definitely so! I will work on that and tag this issue. Thank you! |
AFOliveira
added a commit
to foss-for-synopsys-dwc-arc-processors/riscv-asm-manual
that referenced
this issue
Oct 25, 2024
Signed-off-by: Afonso Oliveira <[email protected]>
AFOliveira
added a commit
to foss-for-synopsys-dwc-arc-processors/riscv-asm-manual
that referenced
this issue
Oct 25, 2024
Signed-off-by: Afonso Oliveira <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I've been digging for pseudoinstructions in binutils and found that several pseudoinstructions implemented there are not found in the ASM Manual, is this on purpose?
For reference, these are some, but not all of those pseudo-instructions:
bs.v
vfneg.v
vmclr.m
vmfge.vv
vmfgt.vv
vmmv.m
vmnot.m
vmset.m
vmsge.vi
vmsge.vv
vmsge.vx
vmsgeu.vi
vmsgeu.vv
vmsgeu.vx
vmsgt.vv
vmsgtu.vv
vmslt.vi
vmsltu.vi
vneg.v
vnot.v
vt.maskc
vt.maskcn
vwcvt.x.x.v
vwcvtu.x.x.v
The text was updated successfully, but these errors were encountered: