[PATCH 14/57][Arm][GAS] Add support for MVE instructions: vcadd, vcmla and vcmul
[deliverable/binutils-gdb.git] / gas / testsuite / gas / arm / immed.s
CommitLineData
252b5132
RH
1@ Tests for complex immediate expressions - none of these need
2@ relocations
3 .text
4bar:
5 mov r0, #0
6 mov r0, #(. - bar - 8)
7 ldr r0, bar
8 ldr r0, [pc, # (bar - . -8)]
9 .space 4096
10 mov r0, #(. - bar - 8) & 0xff
11 ldr r0, [pc, # (bar - . -8) & 0xff]
c19d1205
ZW
12
13 @ section padding for a.out's benefit
14 nop
15 nop
This page took 1.351115 seconds and 4 git commands to generate.