blob: 8a6625ad7d18614fed2d6d86e3ce06cbc331ca9f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
.include "asm/macros.inc"
.include "global.inc"
.text
arm_func_start pow
pow: ; 0x020E8564
ldr ip, _020E856C ; =__ieee754_pow
bx r12
.balign 4
_020E856C: .word __ieee754_pow
arm_func_end pow
.section .exceptix,4
.word pow
.short 13
.word 0x00000000
|