Subversion Repositories HelenOS

Rev

Rev 1860 | Rev 1881 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1860 Rev 1877
Line 28... Line 28...
28
 
28
 
29
.text
29
.text
30
 
30
 
31
.global asm_delay_loop
31
.global asm_delay_loop
32
.global cpu_sleep
32
.global cpu_sleep
33
.global fmath_dpow
-
 
34
.global fmath_fint
-
 
35
.global fmath_get_decimal_exponent
-
 
36
.global fmath_is_infinity
-
 
37
.global fmath_is_nan
-
 
38
.global fpu_context_restore
33
.global fpu_context_restore
39
.global fpu_context_save
34
.global fpu_context_save
40
.global fpu_enable
35
.global fpu_enable
41
.global fpu_init
36
.global fpu_init
42
.global sys_tls_set
37
.global sys_tls_set
43
 
38
 
44
.global dummy
39
.global dummy
45
 
40
 
46
asm_delay_loop:
41
asm_delay_loop:
47
cpu_sleep:
42
cpu_sleep:
48
fmath_dpow:
-
 
49
fmath_fint:
-
 
50
fmath_get_decimal_exponent:
-
 
51
fmath_is_infinity:
-
 
52
fmath_is_nan:
-
 
53
fpu_context_restore:
43
fpu_context_restore:
54
fpu_context_save:
44
fpu_context_save:
55
fpu_enable:
45
fpu_enable:
56
fpu_init:
46
fpu_init:
57
sys_tls_set:
47
sys_tls_set: