Home
last modified time | relevance | path

Searched refs:mid (Results 1 – 8 of 8) sorted by relevance

/sysdeps/sparc/sparc64/
A Dmul_1.S48 ! mid-1 !
49 ! mid-2 !
57 mulx %i3,%i0,%i1 ! mid-1 product
58 mulx %o1,%g5,%l2 ! mid-2 product
61 add %i1,%i0,%i1 ! ...and add it to the mid-1 product
62 addcc %i1,%l2,%i1 ! add mid products
66 sllx %i1,32,%i0 ! align low bits of mid product
69 srlx %i1,32,%i1 ! extract high bits of mid product...
A Dsubmul_1.S45 ! mid-1 !
46 ! mid-2 !
54 mulx %i3,%i0,%i1 ! mid-1 product
55 mulx %o1,%g5,%l2 ! mid-2 product
58 add %i1,%i0,%i1 ! ...and add it to the mid-1 product
59 addcc %i1,%l2,%i1 ! add mid products
62 sllx %i1,32,%i0 ! align low bits of mid product
66 srlx %i1,32,%i1 ! extract high bits of mid product...
A Daddmul_1.S46 ! mid-1 !
47 ! mid-2 !
55 mulx %i3,%i0,%i1 ! mid-1 product
56 mulx %o1,%g5,%l2 ! mid-2 product
59 add %i1,%i0,%i1 ! ...and add it to the mid-1 product
60 addcc %i1,%l2,%i1 ! add mid products
63 sllx %i1,32,%i0 ! align low bits of mid product
67 srlx %i1,32,%i1 ! extract high bits of mid product...
/sysdeps/generic/
A Dunwind-dw2-fde-glibc.c183 size_t lo, hi, mid; in _Unwind_IteratePhdrCallback() local
189 mid = fde_count - 1; in _Unwind_IteratePhdrCallback()
192 else if (data->pc < table[mid].initial_loc + data_base) in _Unwind_IteratePhdrCallback()
195 hi = mid; in _Unwind_IteratePhdrCallback()
199 mid = (lo + hi) / 2; in _Unwind_IteratePhdrCallback()
200 if (data->pc < table[mid].initial_loc + data_base) in _Unwind_IteratePhdrCallback()
201 hi = mid; in _Unwind_IteratePhdrCallback()
203 lo = mid + 1; in _Unwind_IteratePhdrCallback()
212 f = (fde *) (table[mid].fde + data_base); in _Unwind_IteratePhdrCallback()
217 if (data->pc < table[mid].initial_loc + data_base + range) in _Unwind_IteratePhdrCallback()
[all …]
/sysdeps/unix/sysv/linux/
A Dtst-sysvmsg-linux.c90 int mid = msgctl (idx, cmd, &msginfo); in check_msginfo() local
93 if ((mid == -1 && errno == EINVAL) || mid != msqid) in check_msginfo()
96 if (mid == -1) in check_msginfo()
/sysdeps/posix/
A Dsprofil.c110 size_t lo, hi, mid, pc = pcp; in profil_count() local
122 mid = (lo + hi) / 2; in profil_count()
124 r = prof_info.region + mid; in profil_count()
133 hi = mid - 1; in profil_count()
135 lo = mid + 1; in profil_count()
/sysdeps/powerpc/powerpc64/power7/
A Dadd_n.S63 bne L(mid)
78 L(mid): ld r6, 0(UP)
/sysdeps/x86_64/
A Daddmul_1.S60 jmp L(mid)
84 L(mid): mul %rcx

Completed in 8 milliseconds