gas/
[deliverable/binutils-gdb.git] / gas / testsuite / gas / arm / thumb2_bcond.s
1 .text
2 .arch armv7
3 .thumb
4 .syntax unified
5 .thumb_func
6 thumb2_bcond:
7 it ne
8 bne thumb2_bcond
9 it cc
10 bcc.w thumb2_bcond
11 it cs
12 blcs thumb2_bcond
13 it lt
14 blxlt r5
15 it eq
16 bxeq r8
17 it gt
18 tbbgt [r4, r1]
19 it lt
20 svclt 0
21 itt le
22 bkpt #0
23 nople
24 nop
25 nop
This page took 0.029958 seconds and 4 git commands to generate.