Searched refs:g5 (Results 1 - 9 of 9) sorted by relevance

/haiku/src/system/libroot/posix/glibc/arch/sparc/
H A Dmul_1.S37 sllx %o7,3,%g5
38 sub %i1,%g5,%o3
39 sub %i0,%g5,%o4
53 ldx [%o3+%g1],%g5
54 srl %g5,0,%i0 ! zero hi bits
55 srlx %g5,32,%g5
58 mulx %o1,%g5,%l2 ! mid-2 product
59 mulx %i3,%g5,%i5 ! hi product
67 srl %i4,0,%g5 ! zer
[all...]
H A Daddmul_1.S50 ldx [%o3+%o7],%g5
51 srl %g5,0,%i0 ! zero hi bits
53 srlx %g5,32,%g5
56 mulx %o1,%g5,%l2 ! mid-2 product
57 mulx %i3,%g5,%i5 ! hi product
65 srl %i4,0,%g5 ! zero high 32 bits of lo product
66 add %i0,%g5,%i0 ! combine into low 64 bits of result
70 mov 0,%g5
71 movcs %xcc,1,%g5
[all...]
H A Dsubmul_1.S49 ldx [%o3+%o7],%g5
50 srl %g5,0,%i0 ! zero hi bits
52 srlx %g5,32,%g5
55 mulx %o1,%g5,%l2 ! mid-2 product
56 mulx %i3,%g5,%i5 ! hi product
64 srl %i4,0,%g5 ! zero high 32 bits of lo product
65 add %i0,%g5,%i0 ! combine into low 64 bits of result
69 mov 0,%g5
70 movcs %xcc,1,%g5
[all...]
H A Dadd_n.S35 sub %g0,%o3,%g5
41 sllx %g5,3,%o5 ! compute initial address index
44 add %g5,1,%g5 ! increment loop count
51 brnz,pt %g5,1b
H A Dsub_n.S32 sub %g0,%o3,%g5
38 sllx %g5,3,%o5 ! compute initial address index
41 add %g5,1,%g5 ! increment loop count
48 brnz,pt %g5,1b
H A Dlshift.S42 mov %g1,%g5
93 mov %g5,%o0
H A Drshift.S39 mov %g1,%g5
90 mov %g5,%o0
/haiku/headers/posix/arch/sparc64/
H A Dsignal.h22 ulong g5; member in struct:vregs
/haiku/src/system/libroot/posix/musl/math/
H A Dlgammal.c134 g5 = 1.541735456969245924860307497029155838446E2L, variable
294 p1 = g0 + y * (g1 + y * (g2 + y * (g3 + y * (g4 + y * (g5 + y * g6)))));

Completed in 49 milliseconds