~ubuntu-branches/ubuntu/utopic/binutils-arm64-cross/utopic

« back to all changes in this revision

Viewing changes to binutils-2.23.52.20130611/gas/testsuite/gas/hppa/basic/system2.s

  • Committer: Package Import Robot
  • Author(s): Matthias Klose
  • Date: 2013-06-20 17:38:09 UTC
  • Revision ID: package-import@ubuntu.com-20130620173809-app8lzgvymy5fg6c
Tags: 0.7
Build-depend on binutils-source (>= 2.23.52.20130620-1~).

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
        .LEVEL 2.0
 
2
        .code
 
3
        .align 4
 
4
; PA2.0 system instruction tests.  
 
5
;
 
6
; We could/should test some of the corner cases for register and 
 
7
; immediate fields.  We should also check the assorted field
 
8
; selectors to make sure they're handled correctly.
 
9
        rfi
 
10
        rfi,r
 
11
        ssm 923,%r4
 
12
        rsm 923,%r4
 
13
        mfctl,w %cr11,%r4
 
14
 
 
15
        probe,r (%sr0,%r5),%r6,%r7
 
16
        probei,r (%sr0,%r5),1,%r7
 
17
        probe,w (%sr0,%r5),%r6,%r7
 
18
        probei,w (%sr0,%r5),1,%r7
 
19