mailing list of musl libc
 help / color / mirror / code / Atom feed
b0548aca70d1d74b0ce2d8d905158f4dcd6a7a10 blob 1164 bytes (raw)

 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
 
#ifndef __mips_soft_float

.set noreorder

.global feclearexcept
.type  feclearexcept,@function
feclearexcept:
	and     $4, $4, 0x7c
	cfc1    $5, $31
	or      $5, $5, $4
	xor     $5, $5, $4
	ctc1    $5, $31
	li      $2, 0
	jr      $ra
	nop

.global feraiseexcept
.type  feraiseexcept,@function
feraiseexcept:
	and     $4, $4, 0x7c
	cfc1    $5, $31
	or      $5, $5, $4
	ctc1    $5, $31
	li      $2, 0
	jr      $ra
	nop

.global fetestexcept
.type  fetestexcept,@function
fetestexcept:
	and     $4, $4, 0x7c
	cfc1    $2, $31
	and     $2, $2, $4
	jr      $ra
	nop

.global fegetround
.type  fegetround,@function
fegetround:
	cfc1    $2, $31
	andi    $2, $2, 3
	jr      $ra
	nop

.global __fesetround
.type __fesetround,@function
__fesetround:
	cfc1    $5, $31
	li      $6, -4
	and     $5, $5, $6
	or      $5, $5, $4
	ctc1    $5, $31
	li      $2, 0
	jr      $ra
	nop

.global fegetenv
.type  fegetenv,@function
fegetenv:
	cfc1    $5, $31
	sw      $5, 0($4)
	li      $2, 0
	jr      $ra
	nop

.global fesetenv
.type  fesetenv,@function
fesetenv:
	addiu   $5, $4, 1
	beq     $5, $0, 1f
	 nop
	lw      $5, 0($4)
1:	ctc1    $5, $31
	li      $2, 0
	jr      $ra
	nop

#endif
debug log:

solving b0548ac ...
found b0548ac in https://inbox.vuxu.org/musl/BD7773622145634B952E5B54ACA8E349DAE2BD60@PUMAIL01.pu.imgtec.org/
found a5cb1f5 in https://git.vuxu.org/mirror/musl/
preparing index
index prepared:
100644 a5cb1f5833906c574dd46e78ccd6c89ae8f6315c	src/fenv/mips/fenv.S

applying [1/1] https://inbox.vuxu.org/musl/BD7773622145634B952E5B54ACA8E349DAE2BD60@PUMAIL01.pu.imgtec.org/
diff --git a/src/fenv/mips/fenv.S b/src/fenv/mips/fenv.S
index a5cb1f5..b0548ac 100644

Checking patch src/fenv/mips/fenv.S...
Applied patch src/fenv/mips/fenv.S cleanly.

index at:
100644 b0548aca70d1d74b0ce2d8d905158f4dcd6a7a10	src/fenv/mips/fenv.S

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/musl/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).