-
Notifications
You must be signed in to change notification settings - Fork 33
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 #437 from riscv-software-src/xqci
Xqci 0.6
- Loading branch information
Showing
12 changed files
with
139 additions
and
12 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,43 @@ | ||
# yaml-language-server: $schema=../../schemas/ext_schema.json | ||
|
||
$schema: "ext_schema.json#" | ||
kind: extension | ||
name: Zcd | ||
long_name: Compressed instructions for double precision floating point | ||
description: | | ||
Zcd is the existing set of compressed double precision floating point loads and stores: | ||
`c.fld`, `c.fldsp`, `c.fsd`, `c.fsdsp`. | ||
type: unprivileged | ||
company: | ||
name: RISC-V International | ||
url: https://riscv.org | ||
versions: | ||
- version: "1.0.0" | ||
state: ratified | ||
ratification_date: 2023-04 | ||
repositories: | ||
- url: https://github.com/riscv/riscv-code-size-reduction | ||
branch: main | ||
contributors: | ||
- name: Tariq Kurd | ||
- name: Ibrahim Abu Kharmeh | ||
- name: Torbjørn Viem Ness | ||
- name: Matteo Perotti | ||
- name: Nidal Faour | ||
- name: Bill Traynor | ||
- name: Rafael Sene | ||
- name: Xinlong Wu | ||
- name: sinan | ||
- name: Jeremy Bennett | ||
- name: Heda Chen | ||
- name: Alasdair Armstrong | ||
- name: Graeme Smecher | ||
- name: Nicolas Brunie | ||
- name: Jiawei | ||
requires: | ||
allOf: | ||
- anyOf: | ||
- { name: Zca, version: "= 1.0.0" } | ||
- { name: C, version: "= 1.0.0" } | ||
- { name: D, version: "~> 2.2.0" } |
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 |
---|---|---|
|
@@ -136,6 +136,40 @@ versions: | |
requires: | ||
name: Zca | ||
version: ">= 1.0.0" | ||
- version: "0.6.0" | ||
state: frozen | ||
ratification_date: null | ||
contributors: | ||
- name: Albert Yosher | ||
company: Qualcomm Technologies, Inc. | ||
email: [email protected] | ||
- name: Derek Hower | ||
company: Qualcomm Technologies, Inc. | ||
email: [email protected] | ||
changes: | ||
- Fix encoding of qc.c.extu instruction | ||
- Fix encoding of qc.swmi instruction | ||
- Rename qc.slasat -> qc.shlsat | ||
- Rename qc.sllsat -> qc.shlusat | ||
implies: | ||
- [Xqcia, "0.4.0"] | ||
- [Xqciac, "0.2.0"] | ||
- [Xqcibi, "0.2.0"] | ||
- [Xqcibm, "0.4.0"] | ||
- [Xqcicli, "0.2.0"] | ||
- [Xqcicm, "0.2.0"] | ||
- [Xqcics, "0.2.0"] | ||
- [Xqcicsr, "0.2.0"] | ||
- [Xqciint, "0.2.0"] | ||
- [Xqcilb, "0.2.0"] | ||
- [Xqcili, "0.2.0"] | ||
- [Xqcilia, "0.2.0"] | ||
- [Xqcilo, "0.2.0"] | ||
- [Xqcilsm, "0.4.0"] | ||
- [Xqcisls, "0.2.0"] | ||
requires: | ||
name: Zca | ||
version: ">= 1.0.0" | ||
description: | | ||
The Xqci extension includes a set of instructions that improve RISC-V code density and | ||
performance in microontrollers. It fills several gaps: | ||
|
@@ -431,3 +465,4 @@ doc_license: | |
company: | ||
name: Qualcomm Technologies, Inc. | ||
url: https://qualcomm.com | ||
conflicts: [D] |
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 |
---|---|---|
|
@@ -40,6 +40,19 @@ versions: | |
email: [email protected] | ||
changes: | ||
- Fix description and functionality of qc.wrapi instruction | ||
- version: "0.4.0" | ||
state: frozen | ||
ratification_date: null | ||
contributors: | ||
- name: Albert Yosher | ||
company: Qualcomm Technologies, Inc. | ||
email: [email protected] | ||
- name: Derek Hower | ||
company: Qualcomm Technologies, Inc. | ||
email: [email protected] | ||
changes: | ||
- Rename qc.slasat -> qc.shlsat | ||
- Rename qc.sllsat -> qc.shlusat | ||
description: | | ||
The Xqcia extension includes eleven instructions to perform integer arithmetic. | ||
|
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 |
---|---|---|
|
@@ -43,6 +43,19 @@ versions: | |
changes: | ||
- Fix description and functionality of qc.c.extu instruction | ||
requires: { name: Zca, version: ">= 1.0.0" } | ||
- version: "0.4.0" | ||
state: frozen | ||
ratification_date: null | ||
contributors: | ||
- name: Albert Yosher | ||
company: Qualcomm Technologies, Inc. | ||
email: [email protected] | ||
- name: Derek Hower | ||
company: Qualcomm Technologies, Inc. | ||
email: [email protected] | ||
changes: | ||
- Fix encoding for qc.c.extu | ||
requires: { name: Zca, version: ">= 1.0.0" } | ||
description: | | ||
The Xqcibm extension includes thirty eight instructions that perform bit manipulation, | ||
include insertion and extraction. | ||
|
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 |
---|---|---|
|
@@ -40,6 +40,18 @@ versions: | |
email: [email protected] | ||
changes: | ||
- Fix description of qc.swmi, qc.lwmi and qc.setwmi instructions | ||
- version: "0.4.0" | ||
state: frozen | ||
ratification_date: null | ||
contributors: | ||
- name: Albert Yosher | ||
company: Qualcomm Technologies, Inc. | ||
email: [email protected] | ||
- name: Derek Hower | ||
company: Qualcomm Technologies, Inc. | ||
email: [email protected] | ||
changes: | ||
- Fix encoding of qc.swmi | ||
description: | | ||
The Xqcilsm extension includes six instructions that transfer multiple values | ||
between registers and memory. | ||
|
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 |
---|---|---|
|
@@ -22,6 +22,7 @@ encoding: | |
not: [0, 1, 2, 3, 4] | ||
- name: rd | ||
location: 11-7 | ||
not: 0 | ||
access: | ||
s: always | ||
u: always | ||
|
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
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