MIPS16e2: Add new MIPS16e2 ASE binutils and GAS tests
[deliverable/binutils-gdb.git] / gas / testsuite / gas / mips / relax-bc1any.s
1 # Source file to test branch relaxation with the BC1ANY2F, BC1ANY2T,
2 # BC1ANY4F and BC1ANY4T instructions.
3
4 .text
5 foo:
6 b bar
7 bc1any2f $cc0, bar
8 bc1any2t $cc0, bar
9 bc1any4f $cc0, bar
10 bc1any4t $cc0, bar
11 bal bar
12
13 .space 0x20000
14 bar:
This page took 0.031033 seconds and 4 git commands to generate.