[GAS][ARM][3/3]Add armv8.2 fp16 scalar instruction support. Based on SE_H instruction...
[deliverable/binutils-gdb.git] / gas / testsuite / gas / cris / rd-pic-2.s
1 ; GAS mustn't error on the larger-than-16-bit offsets here.
2
3 .global y
4 .global z
5 a:
6 movs.w y:GOT16,$r9
7 movs.w z:GOTPLT16,$r9
8 .space 65536,0
9 y:
10 nop
11 z:
This page took 0.02931 seconds and 4 git commands to generate.