[PATCH 14/57][Arm][GAS] Add support for MVE instructions: vcadd, vcmla and vcmul
[deliverable/binutils-gdb.git] / gas / testsuite / gas / arm / relax_load_align.s
CommitLineData
4396b686
PB
1@ The relaxation algorithm used to not compensate for alignment statements.
2@ The early termination to avoid infinite looping would make the second load
3@ a wide instruction.
4 .text
5 .thumb
6 .syntax unified
7fn:
8 adds r0, r0, #1000
9 ldr r0, 1f
10 ldr r0, 1f
11.align 2
121:
This page took 0.858678 seconds and 4 git commands to generate.