gas/
[deliverable/binutils-gdb.git] / gas / testsuite / gas / mips / loongson-2f-2.s
1 # Test the work around of the NOP issue of loongson2F
2 .text
3 .set noreorder
4
5 .align 5 # Test _implicit_ nops
6 loongson2f_nop_insn:
7 nop # Test _explicit_ nops
8
9 # align section end to 16-byte boundary for easier testing on multiple targets
10 .p2align 4
This page took 0.038955 seconds and 4 git commands to generate.