[binutils, Arm] Add support for conditional instructions in Armv8.1-M Mainline
[deliverable/binutils-gdb.git] / gas / testsuite / gas / arm / mve-vpnot-bad.s
CommitLineData
3063888e
AV
1.macro cond
2.irp cond, eq, ne, gt, ge, lt, le
3it \cond
4vpnot
5.endr
6.endm
7
8.syntax unified
9.thumb
10cond
11it eq
12vpnoteq
13vpnoteq
14vpst
15vpnoteq
16vpnott
17vpst
18vpnot
This page took 0.026859 seconds and 4 git commands to generate.