mirror of
https://github.com/openhwgroup/cvw
synced 2025-02-11 06:05:49 +00:00
Merge pull request #559 from davidharrishmc/dev
Added Zcb c.lbu coverage test
This commit is contained in:
commit
6dd446a127
@ -40,7 +40,11 @@ main:
|
||||
.hword 0x2002 // c.fldsp fs0, 0
|
||||
.hword 0xA002 // c.fsdsp fs0, 0
|
||||
.hword 0x9C41 // line 134 Illegal compressed instruction
|
||||
|
||||
# could restore assembly language versions when GCC supports Zcb
|
||||
# c.lbu s1, 0(s0) // exercise c.lbu
|
||||
mv s0, sp
|
||||
.hword 0x8004 // c.lbu s1, 0(s0)
|
||||
|
||||
//.hword 0x9C01 //# Illegal compressed instruction with op = 01, instr[15:10] = 100111, and 0's everywhere else
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user