summaryrefslogtreecommitdiff
path: root/sim/testsuite/d10v-elf/t-ae-st2w-ip.s
diff options
context:
space:
mode:
Diffstat (limited to 'sim/testsuite/d10v-elf/t-ae-st2w-ip.s')
-rw-r--r--sim/testsuite/d10v-elf/t-ae-st2w-ip.s16
1 files changed, 0 insertions, 16 deletions
diff --git a/sim/testsuite/d10v-elf/t-ae-st2w-ip.s b/sim/testsuite/d10v-elf/t-ae-st2w-ip.s
deleted file mode 100644
index dc911f723fb..00000000000
--- a/sim/testsuite/d10v-elf/t-ae-st2w-ip.s
+++ /dev/null
@@ -1,16 +0,0 @@
-.include "t-macros.i"
-
- start
-
- PSW_BITS = 0
- point_dmap_at_imem
- check_interrupt (VEC_AE&DMAP_MASK)+DMAP_BASE PSW_BITS test_st2w
-
- ldi r10, #0x4000
- st2w r8, @r10+
-
- ldi r10, #0x4001
-test_st2w:
- st2w r8,@r10+
- nop
- exit47