mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2025-02-15 23:18:03 +00:00
Test SUBI omsn
This commit is contained in:
parent
8d5306e718
commit
891703e5e8
17
sim/testsuite/d10v-elf/t-subi.s
Normal file
17
sim/testsuite/d10v-elf/t-subi.s
Normal file
@ -0,0 +1,17 @@
|
||||
.include "t-macros.i"
|
||||
|
||||
start
|
||||
|
||||
|
||||
|
||||
;; Check carry/overflow set for 0x8000 - 1 -> 1:0x7fff
|
||||
ldi r10,#0x8000
|
||||
ldi r6,#0x8004
|
||||
mvtc r6,cr0
|
||||
test_subi:
|
||||
SUBI r10,#1 || nop
|
||||
mvfc r6,cr0
|
||||
check1 r10 0x7FFF
|
||||
check1 r6 0x8005 ;<--- Carry should be ON.
|
||||
|
||||
exit0
|
Loading…
x
Reference in New Issue
Block a user