[BINUTILS, AArch64] Enable Transactional Memory Extension
[deliverable/binutils-gdb.git] / gas / testsuite / gas / arm / arm-it-bad.s
1 .syntax unified
2 .text
3 .global x
4 x:
5 mov r0, r1
6 cmp r0, #0
7 it ne
8 moveq r0, r1
9 bx lr
10 movgt r1, r2
This page took 0.034351 seconds and 4 git commands to generate.