-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Integrated support for Zvkned, Zvknha, Zvksed and Zvksh (#46)
* [GSOC] added configs for Zvkned * [GSOC] implemented Generator for VdVs2Uimm format * [GSOC] added zvkned in prefix * [GSOC] added configs for Zvksed * [GSOC] modified generator to support zvksed * [GSOC] added configs for Zvknha * [GSOC] modified generator to support zvknha * [GSOC] added configs for zvksh * [GSOC] modified generator to support Zvksh * [GSOC] fixed naming conventions
- Loading branch information
1 parent
da84f78
commit 82fef98
Showing
25 changed files
with
475 additions
and
10 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
name = "vaesdf.vs" | ||
format = "vd,vs2" | ||
|
||
[tests] | ||
base = [ | ||
[0x0, 0x0], | ||
[0x1, 0x2], | ||
[0x3, 0xf] | ||
] | ||
|
||
sew32 = [ | ||
[0xfffffff8, 0x00000000], | ||
[0xffffff80, 0xfffffff8], | ||
[0x00007fff, 0x00000000], | ||
[0x00007fff, 0x000007ff], | ||
[0x00007fff, 0x00000001], | ||
[0xffffffff, 0x00000000], | ||
[0xffffffff, 0xffffffff] | ||
] |
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,19 @@ | ||
name = "vaesdf.vv" | ||
format = "vd,vs2" | ||
|
||
[tests] | ||
base = [ | ||
[0x0, 0x0], | ||
[0x1, 0x2], | ||
[0x3, 0xf] | ||
] | ||
|
||
sew32 = [ | ||
[0xfffffff8, 0x00000000], | ||
[0xffffff80, 0xfffffff8], | ||
[0x00007fff, 0x00000000], | ||
[0x00007fff, 0x000007ff], | ||
[0x00007fff, 0x00000001], | ||
[0xffffffff, 0x00000000], | ||
[0xffffffff, 0xffffffff] | ||
] |
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,19 @@ | ||
name = "vaesdm.vs" | ||
format = "vd,vs2" | ||
|
||
[tests] | ||
base = [ | ||
[0x0, 0x0], | ||
[0x1, 0x2], | ||
[0x3, 0xf] | ||
] | ||
|
||
sew32 = [ | ||
[0xfffffff8, 0x00000000], | ||
[0xffffff80, 0xfffffff8], | ||
[0x00007fff, 0x00000000], | ||
[0x00007fff, 0x000007ff], | ||
[0x00007fff, 0x00000001], | ||
[0xffffffff, 0x00000000], | ||
[0xffffffff, 0xffffffff] | ||
] |
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,19 @@ | ||
name = "vaesdm.vv" | ||
format = "vd,vs2" | ||
|
||
[tests] | ||
base = [ | ||
[0x0, 0x0], | ||
[0x1, 0x2], | ||
[0x3, 0xf] | ||
] | ||
|
||
sew32 = [ | ||
[0xfffffff8, 0x00000000], | ||
[0xffffff80, 0xfffffff8], | ||
[0x00007fff, 0x00000000], | ||
[0x00007fff, 0x000007ff], | ||
[0x00007fff, 0x00000001], | ||
[0xffffffff, 0x00000000], | ||
[0xffffffff, 0xffffffff] | ||
] |
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,19 @@ | ||
name = "vaesef.vs" | ||
format = "vd,vs2" | ||
|
||
[tests] | ||
base = [ | ||
[0x0, 0x0], | ||
[0x1, 0x2], | ||
[0x3, 0xf] | ||
] | ||
|
||
sew32 = [ | ||
[0xfffffff8, 0x00000000], | ||
[0xffffff80, 0xfffffff8], | ||
[0x00007fff, 0x00000000], | ||
[0x00007fff, 0x000007ff], | ||
[0x00007fff, 0x00000001], | ||
[0xffffffff, 0x00000000], | ||
[0xffffffff, 0xffffffff] | ||
] |
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,19 @@ | ||
name = "vaesef.vv" | ||
format = "vd,vs2" | ||
|
||
[tests] | ||
base = [ | ||
[0x0, 0x0], | ||
[0x1, 0x2], | ||
[0x3, 0xf] | ||
] | ||
|
||
sew32 = [ | ||
[0xfffffff8, 0x00000000], | ||
[0xffffff80, 0xfffffff8], | ||
[0x00007fff, 0x00000000], | ||
[0x00007fff, 0x000007ff], | ||
[0x00007fff, 0x00000001], | ||
[0xffffffff, 0x00000000], | ||
[0xffffffff, 0xffffffff] | ||
] |
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,19 @@ | ||
name = "vaesem.vs" | ||
format = "vd,vs2" | ||
|
||
[tests] | ||
base = [ | ||
[0x0, 0x0], | ||
[0x1, 0x2], | ||
[0x3, 0xf] | ||
] | ||
|
||
sew32 = [ | ||
[0xfffffff8, 0x00000000], | ||
[0xffffff80, 0xfffffff8], | ||
[0x00007fff, 0x00000000], | ||
[0x00007fff, 0x000007ff], | ||
[0x00007fff, 0x00000001], | ||
[0xffffffff, 0x00000000], | ||
[0xffffffff, 0xffffffff] | ||
] |
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,19 @@ | ||
name = "vaesem.vv" | ||
format = "vd,vs2" | ||
|
||
[tests] | ||
base = [ | ||
[0x0, 0x0], | ||
[0x1, 0x2], | ||
[0x3, 0xf] | ||
] | ||
|
||
sew32 = [ | ||
[0xfffffff8, 0x00000000], | ||
[0xffffff80, 0xfffffff8], | ||
[0x00007fff, 0x00000000], | ||
[0x00007fff, 0x000007ff], | ||
[0x00007fff, 0x00000001], | ||
[0xffffffff, 0x00000000], | ||
[0xffffffff, 0xffffffff] | ||
] |
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,19 @@ | ||
name = "vaeskf1.vi" | ||
format = "vd,vs2,uimm" | ||
|
||
[tests] | ||
base = [ | ||
[0x0, 0x0], | ||
[0x1, 0x2], | ||
[0x3, 0xf] | ||
] | ||
|
||
sew32 = [ | ||
[0xfffffff8, 0x00000000], | ||
[0xffffff80, 0xfffffff8], | ||
[0x00007fff, 0x00000000], | ||
[0x00007fff, 0x000007ff], | ||
[0x00007fff, 0x00000001], | ||
[0xffffffff, 0x00000000], | ||
[0xffffffff, 0xffffffff] | ||
] |
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,19 @@ | ||
name = "vaeskf2.vi" | ||
format = "vd,vs2,uimm" | ||
|
||
[tests] | ||
base = [ | ||
[0x0, 0x0], | ||
[0x1, 0x2], | ||
[0x3, 0xf] | ||
] | ||
|
||
sew32 = [ | ||
[0xfffffff8, 0x00000000], | ||
[0xffffff80, 0xfffffff8], | ||
[0x00007fff, 0x00000000], | ||
[0x00007fff, 0x000007ff], | ||
[0x00007fff, 0x00000001], | ||
[0xffffffff, 0x00000000], | ||
[0xffffffff, 0xffffffff] | ||
] |
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,19 @@ | ||
name = "vaesz.vs" | ||
format = "vd,vs2" | ||
|
||
[tests] | ||
base = [ | ||
[0x0, 0x0], | ||
[0x1, 0x2], | ||
[0x3, 0xf] | ||
] | ||
|
||
sew32 = [ | ||
[0xfffffff8, 0x00000000], | ||
[0xffffff80, 0xfffffff8], | ||
[0x00007fff, 0x00000000], | ||
[0x00007fff, 0x000007ff], | ||
[0x00007fff, 0x00000001], | ||
[0xffffffff, 0x00000000], | ||
[0xffffffff, 0xffffffff] | ||
] |
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,19 @@ | ||
name = "vsha2ch.vv" | ||
format = "vd,vs2,vs1" | ||
|
||
[tests] | ||
base = [ | ||
[0x0, 0x0], | ||
[0x1, 0x2], | ||
[0x3, 0xf] | ||
] | ||
|
||
sew32 = [ | ||
[0xfffffff8, 0x00000000], | ||
[0xffffff80, 0xfffffff8], | ||
[0x00007fff, 0x00000000], | ||
[0x00007fff, 0x000007ff], | ||
[0x00007fff, 0x00000001], | ||
[0xffffffff, 0x00000000], | ||
[0xffffffff, 0xffffffff] | ||
] |
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,19 @@ | ||
name = "vsha2cl.vv" | ||
format = "vd,vs2,vs1" | ||
|
||
[tests] | ||
base = [ | ||
[0x0, 0x0], | ||
[0x1, 0x2], | ||
[0x3, 0xf] | ||
] | ||
|
||
sew32 = [ | ||
[0xfffffff8, 0x00000000], | ||
[0xffffff80, 0xfffffff8], | ||
[0x00007fff, 0x00000000], | ||
[0x00007fff, 0x000007ff], | ||
[0x00007fff, 0x00000001], | ||
[0xffffffff, 0x00000000], | ||
[0xffffffff, 0xffffffff] | ||
] |
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,19 @@ | ||
name = "vsha2ms.vv" | ||
format = "vd,vs2,vs1" | ||
|
||
[tests] | ||
base = [ | ||
[0x0, 0x0], | ||
[0x1, 0x2], | ||
[0x3, 0xf] | ||
] | ||
|
||
sew32 = [ | ||
[0xfffffff8, 0x00000000], | ||
[0xffffff80, 0xfffffff8], | ||
[0x00007fff, 0x00000000], | ||
[0x00007fff, 0x000007ff], | ||
[0x00007fff, 0x00000001], | ||
[0xffffffff, 0x00000000], | ||
[0xffffffff, 0xffffffff] | ||
] |
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,19 @@ | ||
name = "vsm3c.vi" | ||
format = "vd,vs2,uimm" | ||
|
||
[tests] | ||
base = [ | ||
[0x0, 0x0], | ||
[0x1, 0x2], | ||
[0x3, 0xf] | ||
] | ||
|
||
sew32 = [ | ||
[0xfffffff8, 0x00000000], | ||
[0xffffff80, 0xfffffff8], | ||
[0x00007fff, 0x00000000], | ||
[0x00007fff, 0x000007ff], | ||
[0x00007fff, 0x00000001], | ||
[0xffffffff, 0x00000000], | ||
[0xffffffff, 0xffffffff] | ||
] |
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,19 @@ | ||
name = "vsm3me.vv" | ||
format = "vd,vs2,vs1" | ||
|
||
[tests] | ||
base = [ | ||
[0x0, 0x0], | ||
[0x1, 0x2], | ||
[0x3, 0xf] | ||
] | ||
|
||
sew32 = [ | ||
[0xfffffff8, 0x00000000], | ||
[0xffffff80, 0xfffffff8], | ||
[0x00007fff, 0x00000000], | ||
[0x00007fff, 0x000007ff], | ||
[0x00007fff, 0x00000001], | ||
[0xffffffff, 0x00000000], | ||
[0xffffffff, 0xffffffff] | ||
] |
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,19 @@ | ||
name = "vsm4k.vi" | ||
format = "vd,vs2,uimm" | ||
|
||
[tests] | ||
base = [ | ||
[0x0, 0x0], | ||
[0x1, 0x2], | ||
[0x3, 0xf] | ||
] | ||
|
||
sew32 = [ | ||
[0xfffffff8, 0x00000000], | ||
[0xffffff80, 0xfffffff8], | ||
[0x00007fff, 0x00000000], | ||
[0x00007fff, 0x000007ff], | ||
[0x00007fff, 0x00000001], | ||
[0xffffffff, 0x00000000], | ||
[0xffffffff, 0xffffffff] | ||
] |
Oops, something went wrong.