arc/nps400 : New cmem instructions and associated relocation
[deliverable/binutils-gdb.git] / ld / testsuite / ld-arc / nps-1.s
1 .text
2 .global __start
3 __start:
4 xldb r10, [ foo ]
5 xldw r10, [ foo ]
6 xld r10, [ foo ]
7 xstb r10, [ foo ]
8 xstw r10, [ foo ]
9 xst r10, [ foo ]
10
This page took 0.030742 seconds and 4 git commands to generate.