[ARM] Support ARMv8.2 FP16 simd instructions
[deliverable/binutils-gdb.git] / gas / testsuite / gas / rl78 / pr19159.s
CommitLineData
c2f28758
VK
1 .text
2
3 mov a, [de]
4 mov a, [de + 0]
5 mov a, [de + 1]
6 mov [de], a
7 mov [de + 0], a
8 mov [de + 1], a
9 movw ax, [de]
10 movw ax, [de + 0]
11 movw ax, [de + 1]
12
13 .end
This page took 0.038982 seconds and 4 git commands to generate.