-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
168 additions
and
0 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
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,52 @@ | ||
# yaml-language-server: $schema=../../schemas/ext_schema.json | ||
|
||
Zbs: | ||
long_name: Single-bit instructions | ||
description: | | ||
The single-bit instructions provide a mechanism to set, clear, invert, or extract a single bit | ||
in a register. The bit is specified by its index | ||
type: unprivileged | ||
company: | ||
name: RISC-V International | ||
url: https://riscv.org | ||
versions: | ||
- version: 1.0 | ||
state: ratified | ||
ratification_date: 2021-06 | ||
repositories: | ||
- url: https://github.com/riscv/riscv-bitmanip | ||
branch: main | ||
contributors: | ||
- name: Jacob Bachmeyer | ||
- name: Allen Baum | ||
- name: Ari Ben | ||
- name: Alex Bradbury | ||
- name: Steven Brager | ||
- name: Rogier Brussee | ||
- name: Michael Clark | ||
- name: Ken Dockser | ||
- name: Paul Donahue | ||
- name: Dennis Ferguson | ||
- name: Fabian Giesen | ||
- name: John Hauser | ||
- name: Robert Henry | ||
- name: Bruce Holt | ||
- name: Po-wei Huang | ||
- name: Ben Marshall | ||
- name: Rex McCrary | ||
- name: Lee Moore | ||
- name: Jiri Moravec | ||
- name: Samuel Neves | ||
- name: Markus Oberhumer | ||
- name: Christopher Olson | ||
- name: Nils Pipenbrinck | ||
- name: Joseph Rahmeh | ||
- name: Xue Saw | ||
- name: Tommy Thorn | ||
- name: Philipp Tomsich | ||
- name: Avishai Tvila | ||
- name: Andrew Waterman | ||
- name: Thomas Wicki | ||
- name: Claire Wolf | ||
|
||
|