forked from bytecodealliance/wasmtime
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
riscv64: Add compressed
addi
(bytecodealliance#7057)
* riscv64: Add `c.ebreak` instruction * riscv64: Implement `c.unimp` * riscv64: Add `c.addi` * riscv64: Add `c.addiw` * riscv64: Add `c.addi16sp` * riscv64: Add `c.slli` * riscv64: Add `c.addi4spn` * riscv64: Update `c.addiw` comment * riscv64: Centralize Zca Check * riscv64: Avoid double construction in some match arms
- Loading branch information
1 parent
66af4e6
commit 0c57ab5
Showing
6 changed files
with
457 additions
and
30 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
Oops, something went wrong.