Power10 Copy/Paste Extensions
[deliverable/binutils-gdb.git] / gas / testsuite / gas / arm / mve-vctp-bad.s
1 .syntax unified
2 .thumb
3
4 .irp op1, r13, r15
5 .irp op2 8, 16, 32, 64, s8, u16, f32
6 vctp.\op2 \op1
7 .endr
8 .endr
9
10 .irp op1, r0, r1, r2, r4, r8
11 .irp op2 8, 16, 32, 64, f32
12 vctpt.\op2 \op1
13 .endr
14 .endr
This page took 0.037749 seconds and 4 git commands to generate.