[GAS][ARM][3/3]Add armv8.2 fp16 scalar instruction support. Based on SE_H instruction...
[deliverable/binutils-gdb.git] / gas / testsuite / gas / mips / branch-swap.s
1 .set push
2 .set mips2
3 1: beqzl $2, 1b
4 b 1b
5 foo: beqzl $2, foo
6 b foo
7
8 .set pop
9 .space 8
This page took 0.029735 seconds and 4 git commands to generate.