x86: adjust {,E}VEX.W handling outside of 64-bit mode
[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.035754 seconds and 4 git commands to generate.