gdb: Convert language la_word_break_characters field to a method
[deliverable/binutils-gdb.git] / gas / testsuite / gas / sparc / ldmf-stmf-diag.s
CommitLineData
64517994
JM
1# Diagnostic tests for ldmf/stmf/ldmfa/stmfs
2 .text
3 ldmfs [%g1+0x401], %f1 ! Overflow in simm10 constant.
4 ldmfs [0x401], %f1 ! Likewise.
5 ldmfd [%g1+0x401], %f2 ! Likewise.
6 ldmfd [0x401], %f2 ! Likewise.
7 ldmfd [%g1+%g2], %f1 ! Invalid frd.
8 stmfs %f1, [%g1+0x401] ! Overflow in simm10 constant.
9 stmfs %f1, [0x401] ! Likewise.
10 stmfd %f2, [%g1+0x401] ! Likewise.
11 stmfd %f2, [0x401] ! Likewise.
12 stmfd %f1, [%g1+%g2] ! Invalid frd.
This page took 0.16492 seconds and 4 git commands to generate.