[GAS][ARM][3/3]Add armv8.2 fp16 scalar instruction support. Based on SE_H instruction...
[deliverable/binutils-gdb.git] / gas / testsuite / gas / nios2 / cdx_stb.s
CommitLineData
0cb5a38a
SL
1# Source file used to test the stb.n instruction
2
3foo:
4 stb.n r4,0(r17)
5 stb.n r4,4(r17)
6 stb.n r4,0x7(r17)
7 stb.n r4,0xf(r17)
8 stb.n r4,0(r5)
9 stb.n r4,4(r5)
10 stb.n r4,0x7(r5)
11 stb.n r4,0xf(r5)
12 stbz.n zero,0(r16)
13 stbz.n r0,0(r16)
14 stbz.n zero,63(r16)
15 stbz.n zero,63(r7)
This page took 0.05019 seconds and 4 git commands to generate.