tdf#130857 qt weld: Support mail merge "Server Auth" dialog
[LibreOffice.git] / bridges / source / cpp_uno / gcc3_linux_loongarch64 / call.s
blobd27b5bd8a55268d5adc8fad2578881ba5c2781fc
1 /* -*- tab-width: 4; indent-tabs-mode: nil; fill-column: 100 -*- */
2 /*
3 * This file is part of the LibreOffice project.
5 * This Source Code Form is subject to the terms of the Mozilla Public
6 * License, v. 2.0. If a copy of the MPL was not distributed with this
7 * file, You can obtain one at http://mozilla.org/MPL/2.0/.
9 * This file incorporates work covered by the following license notice:
11 * Licensed to the Apache Software Foundation (ASF) under one or more
12 * contributor license agreements. See the NOTICE file distributed
13 * with this work for additional information regarding copyright
14 * ownership. The ASF licenses this file to you under the Apache
15 * License, Version 2.0 (the "License"); you may not use this file
16 * except in compliance with the License. You may obtain a copy of
17 * the License at http://www.apache.org/licenses/LICENSE-2.0 .
20 .text
21 .globl privateSnippetExecutor
22 .LFB0 = .
23 .cfi_startproc
24 .cfi_personality 0x80,DW.ref.__gxx_personality_v0
25 .cfi_lsda 0,.LLSDA0
26 .type privateSnippetExecutor, @function
27 privateSnippetExecutor:
28 addi.d $sp,$sp,-160
29 .cfi_def_cfa_offset 160
30 st.d $ra,$sp,152
31 .cfi_offset 1, -8
32 .LEHB0 = .
33 // Clear return value space
34 st.d $zero,$sp,0
35 st.d $zero,$sp,8
36 // Save the float point registers
37 fst.d $f0,$sp,80
38 fst.d $f1,$sp,88
39 fst.d $f2,$sp,96
40 fst.d $f3,$sp,104
41 fst.d $f4,$sp,112
42 fst.d $f5,$sp,120
43 fst.d $f6,$sp,128
44 fst.d $f7,$sp,136
45 // Save the general purpose registers
46 st.d $a0,$sp,16
47 st.d $a1,$sp,24
48 st.d $a2,$sp,32
49 st.d $a3,$sp,40
50 st.d $a4,$sp,48
51 st.d $a5,$sp,56
52 st.d $a6,$sp,64
53 st.d $a7,$sp,72
54 // Load arguments
55 // a0=index
56 move $a0,$t6
57 // a1=offset
58 move $a1,$t7
59 // a2=gpregptr
60 addi.d $a2,$sp,16
61 // a3=fpregptr
62 addi.d $a3,$sp,80
63 // a4=ovrflw
64 addi.d $a4,$sp,160
65 // a5=retregptr
66 move $a5,$sp
68 // Call cpp_vtable_call
69 jirl $ra,$t5,0
71 .LEHE0 = .
72 // Perform return value
73 beq $a0,$zero,.Lintfp
74 blt $zero,$a0,.Lfpint
75 fld.d $f0,$sp,0
76 fld.d $f1,$sp,8
77 ld.d $a0,$sp,0
78 ld.d $a1,$sp,8
79 b .Lfinish
80 .Lintfp:
81 ld.d $a0,$sp,0
82 fld.d $f0,$sp,8
83 b .Lfinish
84 .Lfpint:
85 fld.d $f0,$sp,0
86 ld.d $a0,$sp,8
87 .Lfinish:
88 ld.d $ra,$sp,152
89 .cfi_restore 1
90 addi.d $sp,$sp,160
91 .cfi_def_cfa_offset 0
92 jr $ra
93 .cfi_endproc
95 .LFE0:
96 .globl __gxx_personality_v0
97 .section .gcc_except_table,"aw",@progbits
98 .align 3
99 .LLSDA0:
100 .byte 0xff
101 .byte 0x80
102 .uleb128 .LLSDATT0-.LLSDATTD0
103 .LLSDATTD0:
104 .byte 0x1
105 .uleb128 .LLSDACSE0-.LLSDACSB0
106 .LLSDACSB0:
107 .uleb128 .LEHB0-.LFB0
108 .uleb128 .LEHE0-.LEHB0
109 .uleb128 0
110 .uleb128 0
111 .LLSDACSE0:
112 .byte 0x7f
113 .byte 0
114 .align 3
115 .8byte DW.ref._ZTIi
116 .LLSDATT0:
117 .byte 0x1
118 .byte 0
119 .text
120 .size privateSnippetExecutor, .-privateSnippetExecutor
121 .hidden DW.ref._ZTIi
122 .weak DW.ref._ZTIi
123 .section .data.DW.ref._ZTIi,"awG",@progbits,DW.ref._ZTIi,comdat
124 .align 3
125 .type DW.ref._ZTIi, @object
126 .size DW.ref._ZTIi, 8
127 DW.ref._ZTIi:
128 .dword _ZTIi
129 .hidden DW.ref.__gxx_personality_v0
130 .weak DW.ref.__gxx_personality_v0
131 .section .data.DW.ref.__gxx_personality_v0,"awG",@progbits,DW.ref.__gxx_personality_v0,comdat
132 .align 3
133 .type DW.ref.__gxx_personality_v0, @object
134 .size DW.ref.__gxx_personality_v0, 8
135 DW.ref.__gxx_personality_v0:
136 .dword __gxx_personality_v0
138 /* vim:set shiftwidth=4 softtabstop=4 expandtab cinoptions=b1,g0,N-s cinkeys+=0=break: */