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: Implement
insertlane
(bytecodealliance#6408)
* riscv64: Support vector instruction masking * riscv64: Add `vmerge` instructions * riscv64: Implement `insertlane` * riscv64: Fix encoding of `vmv` instructions Some of these carry their source in vs2 * riscv64: Fix formatting of mask register Remove the space between , and the register. This is inline with the rest of our formatting. * riscv64: Restrict `insertlane` to vector types that fit in a single register * wasmtime: Enable more RISC-V SIMD tests * riscv64: Use inline format syntax for printing vector instructions * riscv64: Add vector mask note
- Loading branch information
Showing
10 changed files
with
1,007 additions
and
196 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
Oops, something went wrong.