-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Zvbb: support Zvbb instructions (#105)
* encoding: add opcode for Zvbb * Zvbb: add FuOpcode * func(Zvbb): add Zvbb code * Zvbb: support vbrev.v, vbrev8.v, vrev8.v, vclz.v, vctz.v, vcpop.v * Zvbb: support vrol.vv and vrol.vx * Zvbb: support vror.vv, vror.vx and vror.vi * Zvbb: fix format for vro and vcount * Zvbb: support vwsll.vv vwsll.vx and vwsll.vi * Zvbb: fix result wrong for vctz.v instruction * Zvbb: fix FuOpcode for vror instruction * Zvbb: refactor vrol and vror instruction * vfalu: fix condition of result selection for vmv.v.v instruction * Zvbb: fix count result when vs2 = 0 for vclz.v and vctz.v instruction * Zvbb: modify the shift logic of vrol, vror and vwsll instruction
- Loading branch information
1 parent
e66e4c4
commit e1478c0
Showing
5 changed files
with
394 additions
and
3 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.