Rev 534 | Rev 646 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 534 | Rev 640 | ||
---|---|---|---|
Line 28... | Line 28... | ||
28 | 28 | ||
29 | .text |
29 | .text |
30 | 30 | ||
31 | .global asm_delay_loop |
31 | .global asm_delay_loop |
32 | .global before_thread_runs_arch |
32 | .global before_thread_runs_arch |
33 | .global cpu_arch_init |
- | |
34 | .global cpu_halt |
33 | .global cpu_halt |
35 | .global cpu_identify |
- | |
36 | .global cpu_print_report |
- | |
37 | .global cpu_sleep |
34 | .global cpu_sleep |
38 | .global fmath_dpow |
35 | .global fmath_dpow |
39 | .global fmath_fint |
36 | .global fmath_fint |
40 | .global fmath_get_decimal_exponent |
37 | .global fmath_get_decimal_exponent |
41 | .global fmath_is_infinity |
38 | .global fmath_is_infinity |
Line 49... | Line 46... | ||
49 | 46 | ||
50 | .global dummy |
47 | .global dummy |
51 | 48 | ||
52 | asm_delay_loop: |
49 | asm_delay_loop: |
53 | before_thread_runs_arch: |
50 | before_thread_runs_arch: |
54 | cpu_arch_init: |
- | |
55 | cpu_halt: |
51 | cpu_halt: |
56 | cpu_identify: |
- | |
57 | cpu_print_report: |
- | |
58 | cpu_sleep: |
52 | cpu_sleep: |
59 | fmath_dpow: |
53 | fmath_dpow: |
60 | fmath_fint: |
54 | fmath_fint: |
61 | fmath_get_decimal_exponent: |
55 | fmath_get_decimal_exponent: |
62 | fmath_is_infinity: |
56 | fmath_is_infinity: |