summaryrefslogtreecommitdiff
path: root/sim/testsuite/sim/cris/asm/boundmv32.ms
blob: 4aad1ef58ef6b99c4a6ec6165f3a43201de7e031 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# mach: crisv32
# xerror:
# output: program stopped with signal 4.\n
 .include "testutils.inc"

; Check that bound with a memory operand is invalid.
 start
 move.d 0f,r5
 move.d r5,r3
 .byte 0xd5,0x39	; bound.d [r5],r3  -- we can't assemble it.
 pass

0:
 .dword 0b