-
Notifications
You must be signed in to change notification settings - Fork 26
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 #442 from riscv-software-src/Xqciv0p6
Xqci extension: version 0.6 fixes: fixing qc.c.mveqz and qc.c.muliadd…
- Loading branch information
Showing
12 changed files
with
68 additions
and
104 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
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 |
---|---|---|
|
@@ -28,6 +28,18 @@ versions: | |
email: [email protected] | ||
changes: | ||
- Add information about instruction formats of each instruction | ||
- version: "0.3.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: | ||
- Remove qc.flags CSR | ||
description: | | ||
The Xqcicsr extension contains two instructions to read/write CSR which index is in register and not immediate. | ||
|
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 |
---|---|---|
|
@@ -16,6 +16,20 @@ versions: | |
- name: Derek Hower | ||
company: Qualcomm Technologies, Inc. | ||
email: [email protected] | ||
- version: "0.2.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 decoding of qc.pputci instruction | ||
- Add requirement to include Zca extension since has 16-bit instructions | ||
requires: { name: Zca, version: ">= 1.0.0" } | ||
description: | | ||
The Xqcisim extension includes ten hint instructions to interface simulation environment. | ||
On real target any instruction from this extension executed as "no-operation" and have no effect. | ||
|
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 |
---|---|---|
|
@@ -16,6 +16,20 @@ versions: | |
- name: Derek Hower | ||
company: Qualcomm Technologies, Inc. | ||
email: [email protected] | ||
- version: "0.2.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 decoding of qc.delay instruction (state that immediate cannot be 0) | ||
- Add requirement to include Zca extension since has 16-bit instructions | ||
requires: { name: Zca, version: ">= 1.0.0" } | ||
description: | | ||
The Xqcisync extension includes nine instructions, eight for non-memory-mapped devices synchronization and delay instruction. | ||
Synchronization instructions are kind of IO fences that work with special devices synchronization signals. | ||
|
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 |
---|---|---|
|
@@ -18,6 +18,7 @@ encoding: | |
variables: | ||
- name: imm | ||
location: 6-2 | ||
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
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