gdb: Convert language la_word_break_characters field to a method
[deliverable/binutils-gdb.git] / gas / testsuite / gas / sparc / ldtw_sttw.s
1 # Test ldtw/ldtwa/sttw/sttwa
2 .text
3 ldtw [%g3], %o0
4 ldtwa [%g3] 0x04, %o2
5 ldtwa [%g3] %asi, %o4
6 sttw %o0, [%g3]
7 sttwa %o2, [%g3] 0x04
8 sttwa %o4, [%g3] %asi
This page took 0.031618 seconds and 4 git commands to generate.