#
e6ac7fe1 |
| 10-Jul-2024 |
Ziyue Zhang <[email protected]> |
vtype: add illegal check when modified reserved bits of vtype (#3170)
|
#
7994c930 |
| 04-Jul-2024 |
sinsanction <[email protected]> |
VsetModule: fix vlIsVlmax, checking tail should use max(VLMAX, VLEN/SEW) (#3135)
|
#
4c8a449f |
| 03-Jul-2024 |
Ziyue Zhang <[email protected]> |
rv64v: fix vwsll's imm read and illegal vsew check (#3131)
|
#
b6279fc6 |
| 24-Apr-2024 |
Ziyue Zhang <[email protected]> |
rv64v: add ignore oldvd judgement in issue queue 1. when the instruction depend on old vd, we cannot set the srctype to imm 2. when vl = 0, we cannot set the srctype to imm because the vd keep the ol
rv64v: add ignore oldvd judgement in issue queue 1. when the instruction depend on old vd, we cannot set the srctype to imm 2. when vl = 0, we cannot set the srctype to imm because the vd keep the old value 3. when vl = vlmax, we can set srctype to imm when vta is not se
show more ...
|
#
931544a3 |
| 14-Dec-2023 |
Xuan Hu <[email protected]> |
Backend: fix avl of vsetivli
* avl of vsetivli should be vl encoded in instruction, regardless of the value imm vl.
|
#
83ba63b3 |
| 11-Oct-2023 |
Xuan Hu <[email protected]> |
fix merge error
|
#
a8db15d8 |
| 10-May-2023 |
fdy <[email protected]> |
backend: refactor vset and add rab support
|
#
a32c56f4 |
| 04-May-2023 |
Xuan Hu <[email protected]> |
backend,vector: rewrite vset uop and base module
* Add unit-test for vset base module
|
#
d91483a6 |
| 28-Apr-2023 |
fdy <[email protected]> |
add vset support
Co-authored-by: zhanglyGit <[email protected]> Co-authored-by: Xuan Hu <[email protected]>
|
#
3b739f49 |
| 06-Mar-2023 |
Xuan Hu <[email protected]> |
v2backend: huge tmp commit
|
#
edace9bf |
| 10-Feb-2023 |
xiwenx <[email protected]> |
refactor(Alu): split Vset from Alu (#1906)
|