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