MIPS16/GAS: Disallow EXTEND delay-slot scheduling
[deliverable/binutils-gdb.git] / gas / testsuite / gas / lm32 / csr.s
CommitLineData
1248fbb6
NC
1
2 wcsr IE, r0
3 wcsr IE, r31
4 wcsr IM, r0
5 wcsr IM, r31
6 wcsr ICC, r0
7 wcsr ICC, r31
8 wcsr DCC, r0
9 wcsr DCC, r31
10
11 rcsr r0, IE
12 rcsr r31, IE
13 rcsr r0, IM
14 rcsr r31, IM
15 rcsr r0, IP
16 rcsr r31, IP
17 rcsr r0, CC
18 rcsr r31, CC
19 rcsr r0, CFG
20 rcsr r31, CFG
This page took 0.341624 seconds and 4 git commands to generate.