xref: /netbsd-src/external/gpl3/gdb/dist/sim/testsuite/cris/asm/boundmv32.ms (revision 4b169a6ba595ae283ca507b26b15fdff40495b1c)
1# mach: crisv32
2# xerror:
3# output: program stopped with signal 4 (*).\n
4 .include "testutils.inc"
5
6; Check that bound with a memory operand is invalid.
7 start
8 move.d 0f,r5
9 move.d r5,r3
10 .byte 0xd5,0x39	; bound.d [r5],r3  -- we can't assemble it.
11 pass
12
130:
14 .dword 0b
15
16