Commit | Line | Data |
---|---|---|
252b5132 RH |
1 | ! Test sparclet coprocessor registers. |
2 | ||
3 | .text | |
4 | .global start | |
5 | start: | |
6 | ||
7 | cwrcxt %g1,%ccsr | |
8 | cwrcxt %g1,%ccfr | |
9 | cwrcxt %g1,%cccrcr | |
10 | cwrcxt %g1,%ccpr | |
11 | cwrcxt %g1,%ccsr2 | |
12 | cwrcxt %g1,%cccrr | |
13 | cwrcxt %g1,%ccrstr | |
14 | ||
15 | crdcxt %ccsr,%g1 | |
16 | crdcxt %ccfr,%g1 | |
17 | crdcxt %cccrcr,%g1 | |
18 | crdcxt %ccpr,%g1 | |
19 | crdcxt %ccsr2,%g1 | |
20 | crdcxt %cccrr,%g1 | |
21 | crdcxt %ccrstr,%g1 |