* config/tc-mips.c (mips_fix_loongson2f, mips_fix_loongson2f_nop,
[binutils.git] / gas / testsuite / gas / mips / loongson-2f-3.s
blobcbb73de98a65d5decd6dcbc24e8fe64b60ed8024
1 # Test the work around of the Jump instruction Issue of Loongson2F
2 .text
3 .set noreorder
5 j $30 # j with register
6 nop
8 jr $31 # jr
9 nop
11 jalr $30 # jalr
12 nop
14 .set noat
15 jr $1 # jr with at register and .set annotation
16 nop
17 .set at
19 j external_label # j with label
20 nop
22 # align section end to 16-byte boundary for easier testing on multiple targets
23 .p2align 4