generated from riscv/docs-spec-template
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1 from ved-rivos/initial
initial version
- Loading branch information
Showing
9 changed files
with
78 additions
and
185 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,71 @@ | ||
[[header]] | ||
:description: B Standard Extension for Bit Manipulation Instructions | ||
:company: RISC-V.org | ||
:revdate: 12/2023 | ||
:revnumber: 0.7 | ||
:revremark: This document is in development state. See http://riscv.org/spec-state for details. | ||
:url-riscv: http://riscv.org | ||
:doctype: book | ||
:preface-title: Preamble | ||
:colophon: | ||
:appendix-caption: Appendix | ||
:imagesdir: images | ||
:title-logo-image: image:risc-v_logo.png[pdfwidth=3.25in,align=center] | ||
// Settings: | ||
:experimental: | ||
:reproducible: | ||
// needs to be changed? bug discussion started | ||
//:WaveDromEditorApp: app/wavedrom-editor.app | ||
:imagesoutdir: images | ||
:icons: font | ||
:lang: en | ||
:listing-caption: Listing | ||
:sectnums: | ||
:toc: left | ||
:toclevels: 4 | ||
:source-highlighter: pygments | ||
ifdef::backend-pdf[] | ||
:source-highlighter: coderay | ||
endif::[] | ||
:data-uri: | ||
:hide-uri-scheme: | ||
:stem: latexmath | ||
:footnote: | ||
:xrefstyle: short | ||
|
||
= B Standard Extension for Bit Manipulation Instructions | ||
|
||
// Preamble | ||
[WARNING] | ||
.This document is in the link:http://riscv.org/spec-state[Development state] | ||
==== | ||
Assume everything can change. This draft specification will change before being | ||
accepted as standard, so implementations made to this draft specification will | ||
likely not conform to the future standard. | ||
==== | ||
|
||
[preface] | ||
=== Copyright and license information | ||
This specification is licensed under the Creative Commons | ||
Attribution 4.0 International License (CC-BY 4.0). The full | ||
license text is available at | ||
https://creativecommons.org/licenses/by/4.0/. | ||
|
||
Copyright 2023 by RISC-V International. | ||
|
||
[preface] | ||
=== Contributors | ||
This RISC-V specification has been contributed to directly or indirectly by: | ||
Ved Shanbhogue | ||
|
||
== B Standard Extension for Bit Manipulation Instructions | ||
|
||
The B standard extension includes instructions provided by the Zba, Zbb, | ||
and Zbs extensions. | ||
|
||
=== Privileged Architecture Implications | ||
|
||
Bit 1 of the `misa` register encodes the presence of the B standard extension. | ||
When `misa.B` is 1, the implementation supports the instructions provided by the | ||
Zba, Zbb, and Zbs extensions. When `misa.B` is 0, it indicates that at least one | ||
of the Zba, Zbb, or Zbs extensions is not supported. |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.