Fixed matching in newly added test.
[deliverable/binutils-gdb.git] / gas / testsuite / gas / nios2 / wrpie.s
CommitLineData
0cb5a38a
SL
1# Source file used to test the WRPIE instruction
2
3.set noat
4
5foo:
6 wrpie zero, zero
7 wrpie at, zero
8 wrpie r2, zero
9 wrpie r4, zero
10 wrpie r8, zero
11 wrpie r16, zero
12 wrpie zero, at
13 wrpie zero, r2
14 wrpie zero, r4
15 wrpie zero, r8
16 wrpie zero, r16
This page took 0.075387 seconds and 4 git commands to generate.