~ubuntu-branches/ubuntu/precise/kompozer/precise

« back to all changes in this revision

Viewing changes to mozilla/xpcom/reflect/xptcall/src/md/unix/xptcstubs_asm_ppc_darwin.s.m4

  • Committer: Bazaar Package Importer
  • Author(s): Anthony Yarusso
  • Date: 2007-08-27 01:11:03 UTC
  • Revision ID: james.westby@ubuntu.com-20070827011103-2jgf4s6532gqu2ka
Tags: upstream-0.7.10
ImportĀ upstreamĀ versionĀ 0.7.10

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/* -*- Mode: asm; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
 
2
/* ***** BEGIN LICENSE BLOCK *****
 
3
 * Version: MPL 1.1/GPL 2.0/LGPL 2.1
 
4
 *
 
5
 * The contents of this file are subject to the Mozilla Public License Version
 
6
 * 1.1 (the "License")  ;  you may not use this file except in compliance with
 
7
 * the License. You may obtain a copy of the License at
 
8
 * http://www.mozilla.org/MPL/
 
9
 *
 
10
 * Software distributed under the License is distributed on an "AS IS" basis,
 
11
 * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
 
12
 * for the specific language governing rights and limitations under the
 
13
 * License.
 
14
 *
 
15
 * The Original Code is mozilla.org code.
 
16
 *
 
17
 * The Initial Developer of the Original Code is
 
18
 * Netscape Communications Corporation.
 
19
 * Portions created by the Initial Developer are Copyright (C) 1999-2002
 
20
 * the Initial Developer. All Rights Reserved.
 
21
 *
 
22
 * Contributor(s):
 
23
 *
 
24
 * Alternatively, the contents of this file may be used under the terms of
 
25
 * either the GNU General Public License Version 2 or later (the "GPL"), or
 
26
 * the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
 
27
 * in which case the provisions of the GPL or the LGPL are applicable instead
 
28
 * of those above. If you wish to allow use of your version of this file only
 
29
 * under the terms of either the GPL or the LGPL, and not to allow others to
 
30
 * use your version of this file under the terms of the MPL, indicate your
 
31
 * decision by deleting the provisions above and replace them with the notice
 
32
 * and other provisions required by the GPL or the LGPL. If you do not delete
 
33
 * the provisions above, a recipient may use your version of this file under
 
34
 * the terms of any one of the MPL, the GPL or the LGPL.
 
35
 *
 
36
 * ***** END LICENSE BLOCK ***** */
 
37
 
 
38
        .text
 
39
        .globl _SharedStub
 
40
 
 
41
define(STUB_MANGLED_ENTRY,
 
42
`        .globl         '$2`
 
43
        .align          2
 
44
'$2`:
 
45
        addi    r12, 0, '$1`
 
46
        b       _SharedStub
 
47
')
 
48
 
 
49
define(STUB_ENTRY,
 
50
`#ifdef HAVE_GCC3_ABI
 
51
        .if '$1` < 10
 
52
STUB_MANGLED_ENTRY('$1`, `__ZN14nsXPTCStubBase5Stub'$1`Ev')
 
53
        .elseif '$1` < 100
 
54
STUB_MANGLED_ENTRY('$1`, `__ZN14nsXPTCStubBase6Stub'$1`Ev')
 
55
        .elseif '$1` < 1000
 
56
STUB_MANGLED_ENTRY('$1`, `__ZN14nsXPTCStubBase7Stub'$1`Ev')
 
57
        .else
 
58
        .err "Stub'$1` >= 1000 not yet supported."
 
59
        .endif
 
60
#else /* !defined(HAVE_GCC3_ABI) */
 
61
STUB_MANGLED_ENTRY('$1`, `_Stub'$1`__14nsXPTCStubBase')
 
62
#endif /* !defined(HAVE_GCC3_ABI) */
 
63
')
 
64
 
 
65
define(SENTINEL_ENTRY, `')
 
66
 
 
67
include(xptcstubsdef.inc)
 
68
 
 
69
_SharedStub:
 
70
        mflr    r0
 
71
        stw     r0,8(r1)
 
72
        
 
73
        stwu    r1,-176(r1)
 
74
        
 
75
        stw     r4,44(r1)
 
76
        stw     r5,48(r1)
 
77
        stw     r6,52(r1)
 
78
        stw     r7,56(r1)
 
79
        stw     r8,60(r1)
 
80
        stw     r9,64(r1)
 
81
        stw     r10,68(r1)
 
82
        stfd    f1,72(r1)
 
83
        stfd    f2,80(r1)
 
84
        stfd    f3,88(r1)
 
85
        stfd    f4,96(r1)
 
86
        stfd    f5,104(r1)
 
87
        stfd    f6,112(r1)
 
88
        stfd    f7,120(r1)
 
89
        stfd    f8,128(r1)
 
90
        stfd    f9,136(r1)
 
91
        stfd    f10,144(r1)
 
92
        stfd    f11,152(r1)
 
93
        stfd    f12,156(r1)
 
94
        stfd    f13,164(r1)
 
95
        
 
96
        addi    r6,r1,44
 
97
        addi    r7,r1,72
 
98
        
 
99
        mr      r4,r12
 
100
        addi    r5,r1,232
 
101
        
 
102
        bl      L_PrepareAndDispatch$stub
 
103
        nop
 
104
        
 
105
        lwz     r0,184(r1)
 
106
        addi    r1,r1,176
 
107
        mtlr    r0
 
108
        blr
 
109
 
 
110
.picsymbol_stub
 
111
L_PrepareAndDispatch$stub:
 
112
        .indirect_symbol _PrepareAndDispatch
 
113
        mflr r0
 
114
        bcl 20,31,L1$pb
 
115
L1$pb:
 
116
        mflr r11
 
117
        addis r11,r11,ha16(L1$lz-L1$pb)
 
118
        mtlr r0
 
119
        lwz r12,lo16(L1$lz-L1$pb)(r11)
 
120
        mtctr r12
 
121
        addi r11,r11,lo16(L1$lz-L1$pb)
 
122
        bctr
 
123
.lazy_symbol_pointer
 
124
L1$lz:
 
125
        .indirect_symbol _PrepareAndDispatch
 
126
        .long dyld_stub_binding_helper