aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2024-03-20Merge pull request #1275 from riscv/zicondBill Traynor2-13/+312
Integration of Zicond into Unpriv.
2024-03-20Merge pull request #1277 from riscv/revert-1274-svaduBill Traynor2-97/+4
Revert "Integrate svadu chapter into priv."
2024-03-20Revert "Integrate svadu chapter into priv."Bill Traynor2-97/+4
2024-03-20Merge branch 'main' into zicondBill Traynor35-30/+23424
Signed-off-by: Bill Traynor <wmat@riscv.org>
2024-03-20Merge pull request #1274 from riscv/svaduriscv-isa-release-b824d33-2024-03-20Bill Traynor2-4/+97
Integrate svadu chapter into priv.
2024-03-20Merge branch 'main' into svaduBill Traynor34-30/+23327
Signed-off-by: Bill Traynor <wmat@riscv.org>
2024-03-20Merge pull request #1273 from riscv/smcntrpmfriscv-isa-release-9a57b51-2024-03-20riscv-isa-release-6f47204-2024-03-20Bill Traynor2-0/+74
Smcntrpmf chapter integration.
2024-03-20Merge pull request #1272 from riscv/zacasBill Traynor3-3/+286
Integrate zacas chapter.
2024-03-20Merge branch 'main' into zacasBill Traynor32-31/+22971
Signed-off-by: Bill Traynor <wmat@riscv.org>
2024-03-20Merge pull request #1271 from riscv/vector-cryptoriscv-isa-release-ebfe9d2-2024-03-20Bill Traynor3-13/+4988
Vector crypto chapter integration.
2024-03-20Update riscv-spec.bibBill Traynor1-0/+3
Signed-off-by: Bill Traynor <wmat@riscv.org>
2024-03-20Merge branch 'main' into vector-cryptoBill Traynor31-28/+17947
Signed-off-by: Bill Traynor <wmat@riscv.org>
2024-03-20Merge pull request #1266 from riscv/scalar-cryptoriscv-isa-release-30310bb-2024-03-20Bill Traynor6-8/+7396
Scalar crypto
2024-03-20Merge branch 'main' into scalar-cryptoBill Traynor59-123/+15665
Signed-off-by: Bill Traynor <wmat@riscv.org>
2024-03-20Adding Volume I to title.wmat1-1/+1
Adding Volume I to title to match Valume II title.
2024-03-20Merge pull request #1087 from riscv/bitmanipriscv-isa-release-48ddf7c-2024-03-20Bill Traynor2-13/+3897
Bitmanip chapter integration.
2024-03-20Merge branch 'main' into bitmanipBill Traynor147-13981/+12930
Signed-off-by: Bill Traynor <wmat@riscv.org>
2024-03-20Fix desc for signextendwmat1-2/+2
This is a manual application of PR#172 from the Bitmanip repo.
2024-03-20show opcode as 7-bits like all other insn for unzip and zip #181wmat1-4/+2
This is a manual application of PR#181 from Bitmanip repo.
2024-03-20strlen: Replace PTRLOG with explicit 3wmat1-1/+1
This is a manual application of PR#182 against the Bitmanip repo.
2024-03-19Merge pull request #1088 from riscv/vectorriscv-isa-release-aa5dce0-2024-03-20Bill Traynor23-5/+6698
2024-03-19Merge branch 'main' into vectorAndrew Waterman129-13980/+6235
Signed-off-by: Andrew Waterman <andrew@sifive.com>
2024-03-19Smrnmi 0.5 is frozenAndrew Waterman1-2/+2
2024-03-19Remove old comment and reformat contributors.wmat2-11/+77
Removed an old comment as per Phillip's recommendation and reformatted the contributors section in the header for easier reading.
2024-03-19Add svadu.adoc to git tracking.wmat1-0/+92
Add svadu.adoc to git tracking.
2024-03-19Add zicond.adoc to git tracking.wmat1-0/+228
Add zicond.adoc to git tracking.
2024-03-19Integration of Zicond into Unpriv.wmat1-1/+2
This integrates the Zicond extension into the Unprivileged spec.
2024-03-19Integrate svadu chapter into priv.wmat1-4/+5
This pulls in the "Svadu" spec into the Privileged spec.
2024-03-19Fixing title and anchor.wmat1-1/+2
Fixed the title to match other chapters. Set the anchor.
2024-03-19Add smcntrpmf.adoc to git trackingwmat1-0/+72
Add smcntrpmf.adoc to git tracking
2024-03-19Integrate Smcntrpmf chapter.wmat1-0/+1
This pulls in the Smcntrpmf chapter to the Privileged spec.
2024-03-19Integrate zacas chapter.wmat3-2/+285
Pull in the zacas spec. Update bibliography and contributors.
2024-03-19Merge branch 'vector' of github.com:riscv/riscv-isa-manual into vectorwmat1-9/+14
2024-03-19Fixed a couple of Noteswmat1-1/+4
Adding the standard Note formatting.
2024-03-19Adding Zvkncwmat1-0/+24
Missed this instruction on the first pass, so adding it in.
2024-03-19Integration of Vector Crypto chapter.wmat3-5/+4999
Added missing contributors. Added all Vector Crypto content. Added Bibliography entries.
2024-03-18Clarify slide semantics (#1268)Nick Knight1-7/+7
2024-03-18Merge pull request #1267 from riscv/rvv-1.0-fixesKrste Asanovic1-2/+7
Incorporate two fixes to RVV 1.0 spec
2024-03-18Clarify that vsetvli x0,x0 is reserved when vill was 1 beforehandAndrew Waterman1-2/+3
See discussion at https://lists.riscv.org/g/tech-vector-ext/message/846
2024-03-18Relax behavior for problematic source/dest mismatched EEW overlap caseAndrew Waterman1-0/+4
See discussion at https://lists.riscv.org/g/tech-vector-ext/message/845
2024-03-16Add Zicfilp support to SmrnmiAndrew Waterman2-8/+18
2024-03-16RNMI handler -> RNMI trap handlerAndrew Waterman1-2/+2
2024-03-15Merge pull request #1264 from visitorckw/fix-zawsr-typoAndrew Waterman1-1/+1
Fix typo in Zawrs title
2024-03-16Fix typo in Zawrs titleKuan-Wei Chiu1-1/+1
Replace 'Statndard' with 'Standard'.
2024-03-15Upgrade the version of some GitHub ActionsRafael Sene2-18/+9
Signed-off-by: Rafael Sene <rafael@riscv.org>
2024-03-15Fixing Figure 16 diagramwmat1-0/+3
Figure 16 Standard portion of mie diagram was incorrect. Fixed missing MEIE bit.
2024-03-14Bumping version to 1.0.0wmat1-1/+1
THe version in the title was 0.0 so bumping to 1.0.0
2024-03-13Adding brev8, xperm8, and xperm4wmat1-0/+173
This 3 instructions were in the scalar spec but not in the bitmanip spec. Adding to match scalar spec.
2024-03-13Make all appendices sections.wmat1-0/+1211
Move the appendices to be sections within the chapter.
2024-03-13Move appendix for Scalar to a section within the Chapter.wmat1-0/+273
Moving the Rationale appendix to be a section at the end of the Scalar chapter.