Add support to the ARC disassembler for selecting instruction classes.
[deliverable/binutils-gdb.git] / gas / testsuite / gas / arm / inst-po-2.s
CommitLineData
c921be7d
NC
1.syntax unified
2.arch armv7a
3.arm
4.L1:
5
6moveq r1, r9
7.inst .L1
8
9.arm
10.inst.w 1
11.inst.n 1
12
13.thumb
14.inst 0xf000
15.inst.n 1<<31
16
This page took 0.319987 seconds and 4 git commands to generate.