[GAS][ARM][3/3]Add armv8.2 fp16 scalar instruction support. Based on SE_H instruction...
[deliverable/binutils-gdb.git] / gas / testsuite / gas / cris / v32-err-7.s
CommitLineData
05e6b315
HPN
1; Error for lapcq out-of-range.
2; { dg-do assemble }
66798ad6 3; { dg-options "--march=v32 --em=criself" }
05e6b315
HPN
4
5a:
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
10x:
This page took 0.458999 seconds and 4 git commands to generate.