Searched refs:g5 (Results 1 – 9 of 9) sorted by relevance
/haiku/src/system/libroot/posix/glibc/arch/sparc/ |
H A D | mul_1.S | 37 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 ! zero high 32 bits of lo product 68 add %i0,%g5,%i0 ! combine into low 64 bits of result [all …]
|
H A D | submul_1.S | 49 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 73 add %g5,1,%l1 [all …]
|
H A D | addmul_1.S | 50 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 74 add %g5,1,%l1 [all …]
|
H A D | sub_n.S | 32 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 D | add_n.S | 35 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 D | rshift.S | 39 mov %g1,%g5 90 mov %g5,%o0
|
H A D | lshift.S | 42 mov %g1,%g5 93 mov %g5,%o0
|
/haiku/headers/posix/arch/sparc64/ |
H A D | signal.h | 22 ulong g5; member
|
/haiku/src/system/libroot/posix/musl/math/ |
H A D | lgammal.c | 134 g5 = 1.541735456969245924860307497029155838446E2L, variable 294 p1 = g0 + y * (g1 + y * (g2 + y * (g3 + y * (g4 + y * (g5 + y * g6))))); in __lgammal_r()
|