mirror of
https://github.com/openhwgroup/cvw
synced 2025-02-11 06:05:49 +00:00
Added Zcb c.lbu coverage test
This commit is contained in:
parent
d36b6e919a
commit
ba7e017bd9
@ -40,6 +40,10 @@ main:
|
|||||||
.hword 0x2002 // c.fldsp fs0, 0
|
.hword 0x2002 // c.fldsp fs0, 0
|
||||||
.hword 0xA002 // c.fsdsp fs0, 0
|
.hword 0xA002 // c.fsdsp fs0, 0
|
||||||
.hword 0x9C41 // line 134 Illegal compressed instruction
|
.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
|
//.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