Removes support in the ARM assembler for the unsigned variants of the VQ(R)DMLAH...
[deliverable/binutils-gdb.git] / gas / testsuite / gas / sparc / ldx_stx.s
1 # Test ldx/ldxa/stx/stxa
2 .text
3 ldx [%g3], %o0
4 ldxa [%g3] 0x04, %o2
5 ldx [%g3], %fsr
6 stx %o0, [%g3]
7 stxa %o2, [%g3] 0x04
8 stx %fsr, [%g3]
This page took 0.035991 seconds and 4 git commands to generate.