Skip to content
Open
Changes from all commits
Commits
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
6 changes: 6 additions & 0 deletions smart_run/tests/cases/ISA/ISA_INT/C906_INT_SMOKE.s
Original file line number Diff line number Diff line change
Expand Up @@ -243,12 +243,18 @@ LUI:
.global AUIPC
AUIPC:
auipc x2, 0x0
.option push
.option norvc
li x3, 0xa00e
.option pop
c.add x2, x3
auipc x4, 0xa
bne x2, x4, TEST_FAIL
auipc x2, 0x0
.option push
.option norvc
li x3, 0x80000014
.option pop
addw x2, x3, x2
auipc x4, 0x80000
bne x2, x4, TEST_FAIL
Expand Down