~ubuntu-branches/debian/squeeze/ffcall/squeeze

« back to all changes in this revision

Viewing changes to ffcall/callback/trampoline_r/proto-powerpc-sysv4.s

  • Committer: Bazaar Package Importer
  • Author(s): Christoph Egger
  • Date: 2010-06-26 15:29:30 UTC
  • mfrom: (5.1.1 experimental)
  • Revision ID: james.westby@ubuntu.com-20100626152930-c09y01gk3szcnykn
Tags: 1.10+cvs20100619-2
Ship to unstable

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
        .file   "proto.c"
2
 
gcc2_compiled.:
3
 
        .section        ".text"
4
 
        .align 2
5
 
        .globl tramp
6
 
        .type    tramp,@function
7
 
tramp:
8
 
        .extern __mulh
9
 
        .extern __mull
10
 
        .extern __divss
11
 
        .extern __divus
12
 
        .extern __quoss
13
 
        .extern __quous
14
 
        stwu 1,-16(1)
15
 
        mflr 0
16
 
        stw 0,20(1)
17
 
        lis 3,0xbabe
18
 
        ori 3,3,48832
19
 
        mtlr 3
20
 
        lis 11,0x7355
21
 
        ori 11,11,18193
22
 
        blrl
23
 
        lwz 0,20(1)
24
 
        mtlr 0
25
 
        la 1,16(1)
26
 
        blr
27
 
.Lfe1:
28
 
        .size    tramp,.Lfe1-tramp
29
 
        .align 2
30
 
        .globl jump
31
 
        .type    jump,@function
32
 
jump:
33
 
        lis 0,0xbabe
34
 
        ori 0,0,48832
35
 
        mtctr 0
36
 
        bctr
37
 
.Lfe2:
38
 
        .size    jump,.Lfe2-jump
39
 
        .ident  "GCC: (GNU) 2.95.2 19991024 (release)"