MIPS/GAS/testsuite: Drop the `mips16e-' prefix from SAVE/RESTORE tests
[deliverable/binutils-gdb.git] / gas / testsuite / gas / mips / bltzal.s
1 .set reorder
2 test:
3 bltzal $31, test
4 bgezal $31, test
5 .set mips2
6 bltzall $31, test
7 bgezall $31, test
8 .set micromips
9 bltzals $31, test
10 bgezals $31, test
This page took 0.031282 seconds and 4 git commands to generate.