MIPS16e2: Add new MIPS16e2 ASE binutils and GAS tests
[deliverable/binutils-gdb.git] / gas / testsuite / gas / mips / 24k-triple-stores-2-llsc.s
CommitLineData
0aa27725
RS
1# Check for range (sc)
2
3foo:
4 sc $2,32($sp)
5 sc $3,8($sp)
6 sc $4,-8($sp)
7 sc $5,0($sp)
8 sc $6,32($sp)
9
10# Force at least 8 (non-delay-slot) zero bytes, to make 'objdump' print ...
11 .align 2
12 .space 8
This page took 0.625506 seconds and 4 git commands to generate.