Adds command line support for Armv8.4-A, via the new command line option -march=armv8...
[deliverable/binutils-gdb.git] / gas / testsuite / gas / arm / arm-it-bad.s
CommitLineData
58ed6ca6
NC
1 .syntax unified
2 .text
3 .global x
4x:
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.36912 seconds and 4 git commands to generate.