Skip to content
Closed
Show file tree
Hide file tree
Changes from 85 commits
Commits
Show all changes
97 commits
Select commit Hold shift + click to select a range
1b243f3
Initial version + test
mikhailramalho May 9, 2025
2d42b7b
Added all instructions
mikhailramalho Jun 11, 2025
5e10525
Let's start with easy one vmv.x.s and vmv.s.x
mikhailramalho Jun 13, 2025
82b0d80
Added vrgather.vx
mikhailramalho Jun 13, 2025
5c0019a
Added vrgather.vi, same as vrgather.vx
mikhailramalho Jun 13, 2025
c2efe44
Add vcompress
mikhailramalho Jun 13, 2025
597f5cb
Added vmv{1,2,4,8}.r
mikhailramalho Jun 13, 2025
3eb214c
Added vsext/vzext
mikhailramalho Jun 13, 2025
3b2977b
Added vrgather
mikhailramalho Jun 13, 2025
9f60d75
Unified vgather and vcompress
mikhailramalho Jun 13, 2025
d92cedb
Added vfmv
mikhailramalho Jun 13, 2025
4d1d5f2
Added constant vm* operations
mikhailramalho Jun 13, 2025
b52a1d4
Added vmpop and vmfirst
mikhailramalho Jun 13, 2025
26c2c85
Added viota and vid
mikhailramalho Jun 13, 2025
bd4bde5
Moved vmv closed together
mikhailramalho Jun 13, 2025
70978c2
added vnclip, vnclipu, vnsra, vnsrl
mikhailramalho Jun 13, 2025
8c2affd
Added vredmax, vredmaxu, vredmin, vredminu, vredsum, vredand, vredor,…
mikhailramalho Jun 14, 2025
cf7cac2
Added vwredsum, vwredsumu and unified the other vreds
mikhailramalho Jun 14, 2025
671aa11
Update vmerge
mikhailramalho Jun 16, 2025
2bb7c08
Added vmv
mikhailramalho Jun 16, 2025
710826f
Added vsll, vsra, vsrl
mikhailramalho Jun 16, 2025
633f483
Added vsll, vsra, vsrl
mikhailramalho Jun 16, 2025
3425cfc
Added vslide instructions
mikhailramalho Jun 16, 2025
c8ed9a6
Added vfcvt, vfmv, vfmerge, vfclass, vfrec7, vfsgnj, vfsgnjn, vfsgnjx…
mikhailramalho Jun 16, 2025
67fe7c0
Added vsbc, vadc
mikhailramalho Jun 16, 2025
e16a2f4
Added vmadc, vmseq, vmsle, vmsleu, vmsne, vmsgt, vmsgtu, vmslt, vmslt…
mikhailramalho Jun 16, 2025
016a20e
vmax, vmaxu, vmin, vminu
mikhailramalho Jun 16, 2025
25bf2c2
Added vaadd, vaaddu, vasub, vasubu, vsadd, vsaddu, vssub, vssubu
mikhailramalho Jun 16, 2025
c4ac239
Added vfadd.vf, vfsub.vf, vfmax, vfmin, vfrsub
mikhailramalho Jun 16, 2025
429ff5c
Added vmfeq, vmfge, vmfle, vmfgt, vmflt, vmfne
mikhailramalho Jun 16, 2025
91484d8
Added several vw* instructions
mikhailramalho Jun 16, 2025
6aa3bc0
Added vadd, vsub, vrsub, vand, vor, vxor
mikhailramalho Jun 16, 2025
0809937
Added vdiv, vdivu, vrem, vremu
mikhailramalho Jun 16, 2025
238d62f
Added vfdiv.vf and vfrdiv.vf
mikhailramalho Jun 16, 2025
0e73533
Added vfncvt
mikhailramalho Jun 17, 2025
ca000b3
Added vfwcvt
mikhailramalho Jun 17, 2025
5df4e75
Added vfn* and vfm*
mikhailramalho Jun 17, 2025
312341e
vfmin/vfmax.vv has the same latency as vfmin/vfmax.vf
mikhailramalho Jun 17, 2025
3cb4c0b
Added vmul, vmulh, vmulhu, vmulhsu, vmacc, vmadd, vnmsac, vnmsub
mikhailramalho Jun 17, 2025
778600f
Added vsmul
mikhailramalho Jun 17, 2025
91fc6b3
Added vfadd.vv, vfsub.vv, vfmul.vf, vfmul.vv
mikhailramalho Jun 17, 2025
47eec38
Added vfwmacc, vfwmsac, vfwnmacc, vfwnmsac
mikhailramalho Jun 17, 2025
4f42ca1
Added vfredmax.vs, vfredmin.vs, vfredusum.vs
mikhailramalho Jun 17, 2025
8c8c32b
Added vfwmul
mikhailramalho Jun 17, 2025
c798f45
Added vfredosum.vs
mikhailramalho Jun 17, 2025
26a2e09
Added vfwredosum, vfwredusum
mikhailramalho Jun 17, 2025
6e32989
Added vfdiv.vv
mikhailramalho Jun 17, 2025
ed566ec
Added vfwadd and vfwsub
mikhailramalho Jun 17, 2025
e2a9402
Fixed vfdiv.vv
mikhailramalho Jun 17, 2025
e9ab84a
Fix vf reduction
mikhailramalho Jun 18, 2025
f8c9c1e
Started clean up of comments, fix vadc/vsbc while at it
mikhailramalho Jun 18, 2025
3d71887
Improve comment on widening instructions
mikhailramalho Jun 18, 2025
1618a06
Clean up div and rem
mikhailramalho Jun 18, 2025
6a9ee96
Code style
mikhailramalho Jun 18, 2025
774927d
Added comment for vsmul
mikhailramalho Jun 18, 2025
150aa90
Fix comment
mikhailramalho Jun 18, 2025
ab7583a
Split Vector Floating-Point Instructions to more closely match the co…
mikhailramalho Jun 18, 2025
ac03662
Code style
mikhailramalho Jun 18, 2025
3bc008a
improved vfw latencies
mikhailramalho Jun 18, 2025
0c7ec23
Comment
mikhailramalho Jun 18, 2025
b334a3b
Improved comment for vf{r}div
mikhailramalho Jun 18, 2025
2d3a38d
Improved comments for vfsqrt
mikhailramalho Jun 18, 2025
6a0dc47
Improve comment for vred*
mikhailramalho Jun 18, 2025
94f0704
Improved comments for vredsum
mikhailramalho Jun 18, 2025
eb3d6c8
Improved vfredosum
mikhailramalho Jun 18, 2025
4346139
Updated test cases
mikhailramalho Jun 18, 2025
d31b781
Split vfwredusum to more closely match collected data
mikhailramalho Jun 18, 2025
90f047e
Code style
mikhailramalho Jun 18, 2025
425fb59
Improved comment for vslide
mikhailramalho Jun 18, 2025
483e5aa
Improved vrgatherei16.vv
mikhailramalho Jun 18, 2025
63d0c30
Updated test cases
mikhailramalho Jun 18, 2025
3220793
Renamed classes and got rid of unnecessary variables
mikhailramalho Jun 18, 2025
afb7351
Make !cond formatting a bit more readable
mikhailramalho Jun 18, 2025
ef567f0
Merge remote-tracking branch 'origin/main' into x60-rvv
mikhailramalho Jun 19, 2025
d582653
Renamed test case
mikhailramalho Jun 19, 2025
55ee05b
Added some comments on ProcResource
mikhailramalho Jun 19, 2025
2d55067
Fix vf instructions not using the VFPU
mikhailramalho Jun 19, 2025
f7769ae
Added estimations for vector ld/st
mikhailramalho Jun 27, 2025
e83cccd
Renamed variable
mikhailramalho Jun 30, 2025
eee5854
Renamed variable
mikhailramalho Jun 30, 2025
9925ae5
Improve comment
mikhailramalho Jun 30, 2025
7b83053
Fixed latencies that were already split
mikhailramalho Jun 30, 2025
59513e6
Clean up test case
mikhailramalho Jun 30, 2025
b055340
Renamed variable
mikhailramalho Jun 30, 2025
4318105
Reuse variable
mikhailramalho Jun 30, 2025
10f53c7
Avoid string cast
mikhailramalho Jul 1, 2025
b999470
Updated WriteVIALUV/X/I to use worst case latency
mikhailramalho Jul 1, 2025
241fcb0
Typo
mikhailramalho Jul 1, 2025
66801a0
Replaced simple cond with if
mikhailramalho Jul 1, 2025
012c8e8
Renamed variable
mikhailramalho Jul 1, 2025
b54c0b3
Update vfdiv.vv/.vf and vfrdiv latencies
mikhailramalho Jul 1, 2025
a2fa503
Split test case
mikhailramalho Jul 2, 2025
0cd1708
Merge branch 'main' into x60-rvv
mikhailramalho Jul 9, 2025
d864f02
Address div comment
mikhailramalho Jul 9, 2025
61310dd
Added ReleaseAtCycles for some instructions we think are pipelined
mikhailramalho Jul 9, 2025
b9ec16b
Renamed variables
mikhailramalho Jul 9, 2025
b9f25ff
Whitespace
mikhailramalho Jul 9, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading