forked from riscvarchive/riscv-binutils-gdb
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2 from Liaoshihua/rvp-rebase-1
Support packed simd extension in binutils
- Loading branch information
Showing
16 changed files
with
2,414 additions
and
4 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,25 @@ | ||
#as: -march=rv32gc_zbpbo_zpn_zpsf | ||
#source: insn-dsp-zbpbo.s | ||
#objdump: -d | ||
|
||
.*:[ ]+file format .* | ||
|
||
|
||
Disassembly of section .text: | ||
|
||
0+000 <dsp>: | ||
[ ]+[0-9a-f]+:[ ]+60061593[ ]+clz[ ]+a1,a2 | ||
[ ]+[0-9a-f]+:[ ]+60061593[ ]+clz[ ]+a1,a2 | ||
[ ]+[0-9a-f]+:[ ]+76c695b3[ ]+cmix[ ]+a1,a2,a3,a4 | ||
[ ]+[0-9a-f]+:[ ]+6ce655b3[ ]+fsr[ ]+a1,a2,a3,a4 | ||
[ ]+[0-9a-f]+:[ ]+6c565593[ ]+fsri[ ]+a1,a2,a3,0x5 | ||
[ ]+[0-9a-f]+:[ ]+0ad665b3[ ]+max[ ]+a1,a2,a3 | ||
[ ]+[0-9a-f]+:[ ]+0ad645b3[ ]+min[ ]+a1,a2,a3 | ||
[ ]+[0-9a-f]+:[ ]+08d645b3[ ]+pack[ ]+a1,a2,a3 | ||
[ ]+[0-9a-f]+:[ ]+48d645b3[ ]+packu[ ]+a1,a2,a3 | ||
[ ]+[0-9a-f]+:[ ]+08d645b3[ ]+pack[ ]+a1,a2,a3 | ||
[ ]+[0-9a-f]+:[ ]+48d645b3[ ]+packu[ ]+a1,a2,a3 | ||
[ ]+[0-9a-f]+:[ ]+69f65593[ ]+rev[ ]+a1,a2 | ||
[ ]+[0-9a-f]+:[ ]+68865593[ ]+rev8.h[ ]+a1,a2 | ||
[ ]+[0-9a-f]+:[ ]+68865593[ ]+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,16 @@ | ||
dsp: | ||
clz a1,a2 | ||
clz32 a1,a2 | ||
cmix a1,a2,a3,a4 | ||
fsr a1,a2,a3,a4 | ||
fsri a1,a2,a3,5 | ||
max a1,a2,a3 | ||
min 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 | ||
|
Oops, something went wrong.