generated from riscv-software-src/template-riscv-code
-
Notifications
You must be signed in to change notification settings - Fork 58
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Pushing vector support for basic vadd.vv and vsub.vv, lmul, UOPs gene…
…ration, and vset
- Loading branch information
1 parent
a0f965f
commit cd9b060
Showing
20 changed files
with
1,048 additions
and
830 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,27 @@ | ||
[ | ||
{ | ||
"mnemonic": "vadd.vv", | ||
"pipe" : "vint", | ||
"latency" : 1 | ||
}, | ||
{ | ||
"mnemonic": "vsub.vv", | ||
"pipe" : "vint", | ||
"latency" : 1 | ||
}, | ||
{ | ||
"mnemonic": "vsetvli", | ||
"pipe": "vset", | ||
"latency": 1 | ||
}, | ||
{ | ||
"mnemonic": "vsetvl", | ||
"pipe": "vset", | ||
"latency": 1 | ||
}, | ||
{ | ||
"mnemonic": "vsetivli", | ||
"pipe": "vset", | ||
"latency": 1 | ||
} | ||
] |
Oops, something went wrong.