This repository has been archived by the owner on Aug 17, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 234
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
79182e2
commit 9377740
Showing
8 changed files
with
87 additions
and
9 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
#as: -march=rv32gc_zbpbo_zpn_zpsf | ||
#source: insn-dsp-zbpbo.s | ||
#objdump: -d | ||
|
||
.*:[ ]+file format .* | ||
|
||
|
||
Disassembly of section .text: | ||
|
||
0+000 <dsp>: | ||
[ ]+.*:[ ]+.*[ ]+clz[ ]+a1,a2 | ||
[ ]+.*:[ ]+.*[ ]+clz[ ]+a1,a2 | ||
[ ]+.*:[ ]+.*[ ]+cmix[ ]+a1,a2,a3,a4 | ||
[ ]+.*:[ ]+.*[ ]+cmix[ ]+a0,a2,a1,a3 | ||
[ ]+.*:[ ]+.*[ ]+fsr[ ]+a1,a2,a3,a4 | ||
[ ]+.*:[ ]+.*[ ]+fsri[ ]+a1,a2,a3,0x5 | ||
[ ]+.*:[ ]+.*[ ]+max[ ]+a1,a2,a3 | ||
[ ]+.*:[ ]+.*[ ]+min[ ]+a1,a2,a3 | ||
[ ]+.*:[ ]+.*[ ]+max[ ]+a1,a2,a3 | ||
[ ]+.*:[ ]+.*[ ]+min[ ]+a1,a2,a3 | ||
[ ]+.*:[ ]+.*[ ]+pack[ ]+a1,a2,a3 | ||
[ ]+.*:[ ]+.*[ ]+packu[ ]+a1,a2,a3 | ||
[ ]+.*:[ ]+.*[ ]+pack[ ]+a1,a2,a3 | ||
[ ]+.*:[ ]+.*[ ]+packu[ ]+a1,a2,a3 | ||
[ ]+.*:[ ]+.*[ ]+rev[ ]+a1,a2 | ||
[ ]+.*:[ ]+.*[ ]+rev8.h[ ]+a1,a2 | ||
[ ]+.*:[ ]+.*[ ]+rev8.h[ ]+a1,a2 |
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,18 @@ | ||
dsp: | ||
clz a1,a2 | ||
clz32 a1,a2 | ||
cmix a1,a2,a3,a4 | ||
bpick a0,a1,a3,a2 | ||
fsr a1,a2,a3,a4 | ||
fsri a1,a2,a3,5 | ||
max a1,a2,a3 | ||
min a1,a2,a3 | ||
maxw a1,a2,a3 | ||
minw a1,a2,a3 | ||
pack a1,a2,a3 | ||
packu a1,a2,a3 | ||
pktt16 a1,a2,a3 | ||
pkbb16 a1,a2,a3 | ||
rev a1,a2 | ||
rev8.h a1,a2 | ||
swap8 a1,a2 |
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,24 @@ | ||
#as: -march=rv64gc_zbpbo_zpn_zpsf | ||
#source: insn-dsp64-zbpbo.s | ||
#objdump: -d | ||
|
||
.*:[ ]+file format .* | ||
|
||
|
||
Disassembly of section .text: | ||
|
||
0+000 <dsp64>: | ||
[ ]+.*:[ ]+.*[ ]+cmix[ ]+a1,a2,a3,a4 | ||
[ ]+.*:[ ]+.*[ ]+cmix[ ]+a0,a2,a1,a3 | ||
[ ]+.*:[ ]+.*[ ]+fsrw[ ]+a1,a2,a3,a4 | ||
[ ]+.*:[ ]+.*[ ]+max[ ]+a1,a2,a3 | ||
[ ]+.*:[ ]+.*[ ]+min[ ]+a1,a2,a3 | ||
[ ]+.*:[ ]+.*[ ]+max[ ]+a1,a2,a3 | ||
[ ]+.*:[ ]+.*[ ]+min[ ]+a1,a2,a3 | ||
[ ]+.*:[ ]+.*[ ]+pack[ ]+a1,a2,a3 | ||
[ ]+.*:[ ]+.*[ ]+packu[ ]+a1,a2,a3 | ||
[ ]+.*:[ ]+.*[ ]+pack[ ]+a1,a2,a3 | ||
[ ]+.*:[ ]+.*[ ]+packu[ ]+a1,a2,a3 | ||
[ ]+.*:[ ]+.*[ ]+rev[ ]+a1,a2 | ||
[ ]+.*:[ ]+.*[ ]+rev8.h[ ]+a1,a2 | ||
[ ]+.*:[ ]+.*[ ]+rev8.h[ ]+a1,a2 |
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,15 @@ | ||
dsp64: | ||
cmix a1,a2,a3,a4 | ||
bpick a0,a1,a3,a2 | ||
fsrw a1,a2,a3,a4 | ||
max a1,a2,a3 | ||
min a1,a2,a3 | ||
maxw a1,a2,a3 | ||
minw a1,a2,a3 | ||
pack a1,a2,a3 | ||
packu a1,a2,a3 | ||
pkbb32 a1,a2,a3 | ||
pktt32 a1,a2,a3 | ||
rev a1,a2 | ||
rev8.h a1,a2 | ||
swap8 a1,a2 |
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 |
---|---|---|
@@ -1,4 +1,4 @@ | ||
#as: -march=rv64i_zpn_zpsf | ||
#as: -march=rv64gc_zpn_zpsf | ||
#source: insn-dsp64.s | ||
#objdump: -dr | ||
|
||
|
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