[binutils, Arm] Add support for conditional instructions in Armv8.1-M Mainline
[deliverable/binutils-gdb.git] / gas / testsuite / gas / arm / macro-vld1.s
CommitLineData
477330fc
RM
1 .fpu neon
2 .macro sfi_breg basereg, insn, operands:vararg
3 .macro _sfi_breg_doit B
4 \insn \operands
5 .endm
6 _sfi_breg_doit \basereg
7 .purgem _sfi_breg_doit
8 .endm
9 sfi_breg r0, vld1.8 {d0}, [\B]
d996d970 10 sfi_breg r0, vld1.8 { d0 }, [\B]
This page took 0.486303 seconds and 4 git commands to generate.