-
Notifications
You must be signed in to change notification settings - Fork 303
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
Add RVV segment load/store instructions #271
base: master
Are you sure you want to change the base?
Conversation
cc @4a6f656c |
See Line 45 in 07b21cc
|
I don't get it, what do you mean here? We should remove it from this table? |
|
We can just remove it. Currenly, we don't generate memonics for segment load/store in both Golang/Rust. Yes, it is OK for Chisel and other HDL targets, but it is necessary for software porting. |
I see, adding seg load store instruction explicitly look good to me. If this is merged, we can follow it. |
Ping. |
1 similar comment
Ping. |
This is needed by golang (and maybe other languages) porting. We set `nf` field explicitly.
4f7d8f6
to
e4db348
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #271 +/- ##
==========================================
- Coverage 96.53% 94.40% -2.14%
==========================================
Files 10 10
Lines 750 750
==========================================
- Hits 724 708 -16
- Misses 26 42 +16 ☔ View full report in Codecov by Sentry. 🚨 Try these New Features:
|
This is needed by golang (and maybe other languages) porting.
We set
nf
field explicitly.