[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_sth.s
1 # Source file used to test the sth.n instruction
2
3 foo:
4 sth.n r4,0(r17)
5 sth.n r4,4(r17)
6 sth.n r4,0xe(r17)
7 sth.n r4,0x1e(r17)
8 sth.n r4,0(r5)
9 sth.n r4,4(r5)
10 sth.n r4,0xe(r5)
11 sth.n r4,0x1e(r5)
This page took 0.030295 seconds and 4 git commands to generate.