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)
16