~ubuntu-branches/ubuntu/hoary/binutils/hoary

« back to all changes in this revision

Viewing changes to gas/testsuite/gas/hppa/basic/system.s

  • Committer: Bazaar Package Importer
  • Author(s): James Troup
  • Date: 2004-05-19 10:35:44 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20040519103544-17h3o6e8pwndydrg
Tags: 2.14.90.0.7-8
debian/rules: don't use gcc-2.95 on m68k.  Thanks to Adam Conrad for
pointing this out.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
        .code
 
2
        .align 4
 
3
; Basic immediate instruction tests.  
 
4
;
 
5
; We could/should test some of the corner cases for register and 
 
6
; immediate fields.  We should also check the assorted field
 
7
; selectors to make sure they're handled correctly.
 
8
        break 5,12
 
9
        rfi
 
10
        rfir
 
11
        ssm 5,%r4
 
12
        rsm 5,%r4
 
13
        mtsm %r4
 
14
        ldsid (%sr0,%r5),%r4
 
15
        mtsp %r4,%sr0
 
16
        mtctl %r4,%cr10
 
17
        mfsp %sr0,%r4
 
18
        mfctl %cr10,%r4
 
19
        sync
 
20
        syncdma
 
21
        diag 1234
 
22
 
 
23
        prober (%sr0,%r5),%r6,%r7
 
24
        proberi (%sr0,%r5),1,%r7
 
25
        probew (%sr0,%r5),%r6,%r7
 
26
        probewi (%sr0,%r5),1,%r7
 
27
        
 
28
        lpa %r4(%sr0,%r5),%r6
 
29
        lpa,m %r4(%sr0,%r5),%r6
 
30
        lha %r4(%sr0,%r5),%r6
 
31
        lha,m %r4(%sr0,%r5),%r6
 
32
        lci %r4(%sr0,%r5),%r6
 
33
 
 
34
        idtlba %r4,(%sr0,%r5)
 
35
        iitlba %r4,(%sr4,%r5)
 
36
        idtlbp %r4,(%sr0,%r5)
 
37
        iitlbp %r4,(%sr4,%r5)