[ARM] Support ARMv8.2 FP16 simd instructions
[deliverable/binutils-gdb.git] / gas / testsuite / gas / d30v / warn_oddreg.s
CommitLineData
252b5132
RH
1# GAS should print a warning when an odd register is used as a target
2# of multi-word instructions: ld2w, ld4bh, ld4bhu, ld2h, st2w, st4hb, st2h,
3# and mulx2h
4
5st2w r1, @(r0, 0) || nop
6ld2w r1, @(r0, 0) || nop
7ld4bh r1, @(r0, 0) || nop
8ld4bhu r1, @(r0, 0) || nop
9ld2h r1, @(r0, 0) || nop
10st4hb r1, @(r0, 0) || nop
11st2h r1, @(r0, 0) || nop
12nop || mulx2h r1, r5, r6
This page took 0.689739 seconds and 4 git commands to generate.