Adds command line support for Armv8.4-A, via the new command line option -march=armv8...
[deliverable/binutils-gdb.git] / gas / testsuite / gas / arm / vstr-bad.s
1
2 .syntax unified
3 .text
4
5 nop
6 vstr d0, float
7 vstr d0, [pc, #4]
8 nop
9 nop
10
11 .align
12 float: .double 0.0
This page took 0.029908 seconds and 4 git commands to generate.