Welcome to mirror list, hosted at ThFree Co, Russian Federation.

locore_clean.S « sparc_leon « libgloss - cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 6a2df85a852a06ab59e4bcfa08877cf1afc3b0f4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
/*
 * Copyright (c) 2011 Aeroflex Gaisler
 *
 * BSD license:
 *
 * Permission is hereby granted, free of charge, to any person obtaining a copy
 * of this software and associated documentation files (the "Software"), to deal
 * in the Software without restriction, including without limitation the rights
 * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
 * copies of the Software, and to permit persons to whom the Software is
 * furnished to do so, subject to the following conditions:
 *
 * The above copyright notice and this permission notice shall be included in
 * all copies or substantial portions of the Software.
 *
 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
 * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
 * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
 * THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
 * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
 * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
 * THE SOFTWARE.
 */

 
#include <asm-leon/head.h>
                
	.section .text
	/* ------- */
	.weak	_cleanregs_custom_weak
	.set	_cleanregs_custom_weak,_cleanregs_donothing
	/* ------- */
	.global _cleanregs_libgloss
	

_cleanregs_donothing:	
_cleanregs_libgloss:	
	retl
	 nop
	
	
#define NUMREGWINDOWS 8
	
//_cleanregs_libgloss:	
	 
!''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
! initialize regs with values	
//#define REGINIT	
#ifdef REGINIT
	
	mov      %psr, %g3
	mov      %wim, %g4
	mov      %sp, %g5
	mov      %fp, %g6
	mov      %o7, %g7
	mov      %g0, %wim
	set      0, %g1
	andn     %g3,0x1f,%l0
	mov      %l0,%psr
	nop;  nop; nop
	
3:	set     0x0001,%i0
	set     0x0101,%i1
	set     0x0201,%i2
	set     0x0301,%i3
	set     0x0401,%i4
	set     0x0501,%i5
	set     0x0601,%i6
	set     0x0701,%i7
	set     0x0801,%l0
	set     0x0901,%l1
	set     0x1001,%l2
	set     0x1101,%l3
	set     0x1201,%l4
	set     0x1301,%l5
	set     0x1401,%l6
	set     0x1501,%l7
	or      %g1,%i0,%i0
	or      %g1,%i1,%i1
	or      %g1,%i2,%i2
	or      %g1,%i3,%i3
	or      %g1,%i4,%i4
	or      %g1,%i5,%i5
	or      %g1,%i6,%i6
	or      %g1,%i7,%i7
	or      %g1,%l0,%l0
	or      %g1,%l1,%l1
	or      %g1,%l2,%l2
	or      %g1,%l3,%l3
	or      %g1,%l4,%l4
	or      %g1,%l5,%l5
	or      %g1,%l6,%l6
	or      %g1,%l7,%l7
	restore
	set 0x10000,%g2
	add %g1,%g2,%g1
	set NUMREGWINDOWS*0x10000,%g2
	cmp %g1,%g2
	bne 3b
	 nop
	
	mov      %g4,%wim
	nop; nop; nop;
	mov      %g3,%psr 
	nop; nop; nop;
	mov      %g5, %sp 
	mov      %g6, %fp 
	
#endif
!''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''

	jmpl %g7+8,%g0
	nop