mirror of
https://github.com/openhwgroup/cvw.git
synced 2025-04-25 06:17:10 -04:00
Merge pull request #343 from harshinisrinath1001/main
Improve test coverage on ieu fw.
This commit is contained in:
commit
46b83ad6a4
1 changed files with 4 additions and 0 deletions
|
@ -156,6 +156,10 @@ main:
|
|||
.word 0x43007053 // illegal fcvt.d.* (bad Rs2D)
|
||||
.word 0x42207053 // illegal fcvt.d.* (bad Rs2D[1])
|
||||
|
||||
# Test floating point convert to integer and using result
|
||||
fcvt.w.s t0, f0
|
||||
add t1, t0, t0
|
||||
|
||||
j done
|
||||
|
||||
.section .data
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue