binutils/testsuite/
[deliverable/binutils-gdb.git] / binutils / testsuite / binutils-all / arm / thumb2-cond.s
1 .arch armv7
2 .syntax unified
3 .thumb
4 foo:
5 bl 1f
6 1: it cc
7 bcc.w .+0xe0c
8 bx lr
This page took 0.030785 seconds and 4 git commands to generate.