Don't handle lret/iret when -mlfence-before-ret=[or|not|shl|yes] since they are inval...
[deliverable/binutils-gdb.git] / gas / testsuite / gas / cris / v32-err-7.s
1 ; Error for lapcq out-of-range.
2 ; { dg-do assemble }
3 ; { dg-options "--march=v32 --em=criself" }
4
5 a:
6 nop
7 lapcq a,$r10 ; { dg-error "not in 4.bit unsigned range" }
8 lapcq x,$r11 ; { dg-error "not in 4.bit unsigned range" }
9 .space 30
10 x:
This page took 0.055102 seconds and 4 git commands to generate.