Searched refs:low (Results 1 – 18 of 18) sorted by relevance
/sysdeps/wordsize-32/ |
A D | divdi3.c | 43 struct DWstruct { Wtype high, low;}; member 45 struct DWstruct { Wtype low, high;}; member 70 d0 = dd.s.low; in __udivmoddi4() 72 n0 = nn.s.low; in __udivmoddi4() 102 rr.s.low = n0; in __udivmoddi4() 177 rr.s.low = n0 >> bm; in __udivmoddi4() 196 rr.s.low = n0; in __udivmoddi4() 228 rr.s.low = n0; in __udivmoddi4() 261 rr.s.low = (n1 << b) | (n0 >> bm); in __udivmoddi4() 269 ww.s.low = q0; in __udivmoddi4()
|
/sysdeps/s390/ |
A D | utf8-utf16-z9.c | 422 uint16_t zabcd, high, low; \ 452 low = (uint16_t)(0xdc << 8); /* low surrogate id */ \ 453 low |= ((uint16_t)inptr[2] & 0xc) << 6; /* kl bits */ \ 454 low |= (inptr[2] & 0x3) << 6; /* mn bits */ \ 455 low |= inptr[3] & 0x3f; /* opqrst bits */ \ 459 put16 (outptr, low); \ 571 uint16_t low, uvwxy; \ 586 low = get16 (inptr); \ 588 if ((low & 0xfc00) != 0xdc00) \ 603 outptr[2] |= (low >> 6) & 0x0f; \ [all …]
|
/sysdeps/sparc/sparc64/ |
A D | mul_1.S | 42 srl %i3,0,%o1 ! extract low 32 bits of s2_limb 66 sllx %i1,32,%i0 ! align low bits of mid product 68 add %i0,%g5,%i0 ! combine into low 64 bits of result 71 addcc %i0,%o0,%i0 ! add cy_limb to low 64 bits of result
|
A D | submul_1.S | 38 srl %i3,0,%o1 ! extract low 32 bits of s2_limb 62 sllx %i1,32,%i0 ! align low bits of mid product 65 add %i0,%g5,%i0 ! combine into low 64 bits of result 67 addcc %i0,%o0,%i0 ! add cy_limb to low 64 bits of result
|
A D | addmul_1.S | 39 srl %i3,0,%o1 ! extract low 32 bits of s2_limb 63 sllx %i1,32,%i0 ! align low bits of mid product 66 add %i0,%g5,%i0 ! combine into low 64 bits of result 68 addcc %i0,%o0,%i0 ! add cy_limb to low 64 bits of result
|
/sysdeps/powerpc/powerpc32/ |
A D | dl-machine.c | 93 ElfW(Addr) low, high; in __elf_preferred_address() 105 low = 0x0003FFFF; in __elf_preferred_address() 121 else if (mapend >= low && low >= mapstart) in __elf_preferred_address() 122 low = mapend; in __elf_preferred_address() 123 else if (high >= mapend && mapstart >= low) in __elf_preferred_address() 125 if (high - mapend >= mapstart - low) in __elf_preferred_address() 126 low = mapend; in __elf_preferred_address() 134 if (high <= low || high - low < maplength ) in __elf_preferred_address()
|
/sysdeps/ieee754/dbl-64/ |
A D | s_expm1.c | 155 uint32_t low; in __expm1() local 156 GET_LOW_WORD (low, x); in __expm1() 157 if (((hx & 0xfffff) | low) != 0) in __expm1()
|
/sysdeps/arm/armv6t2/ |
A D | ffsll.S | 25 @ If low part is 0, operate on the high part. Ensure that the
|
/sysdeps/ia64/fpu/ |
A D | import_file.awk | 43 /^([a-zA-Z_0-9]*_(tb[l0-9]|Tt|[tT]able|data|low|coeffs|constants|CONSTANTS|reduction|Stirling)(_?([…
|
/sysdeps/mips/mips64/ |
A D | addmul_1.S | 71 daddu $3,$3,$2 # add old carry limb to low product limb
|
A D | mul_1.S | 71 daddu $10,$10,$2 # add old carry limb to low product limb
|
A D | submul_1.S | 72 daddu $3,$3,$2 # add old carry limb to low product limb
|
/sysdeps/alpha/ |
A D | stxcpy.S | 83 negq t7, t6 # e0 : find low bit set 184 extql t2, a1, t3 # e0 : extract low bits for next time 219 negq t7, t6 # e0 : isolate low bit set
|
A D | stxncpy.S | 96 negq t7, t8 # e0 : find low bit set 224 extqh t2, a1, t0 # e0 : extract low bits for current word 256 negq t7, t6 # e0 : isolate low bit set
|
A D | strcmp.S | 150 cmpbge zero, t2, t4 # e0 : find zero in next low bits
|
/sysdeps/alpha/alphaev6/ |
A D | stxncpy.S | 110 negq t7, t8 # E : find low bit set 255 extqh t2, a1, t0 # U : extract low bits (2 cycle stall) 291 negq t7, t6 # E : isolate low bit set 320 extqh t2, a1, t0 # U : extract low bits for last word (stall)
|
A D | stxcpy.S | 88 negq t10, t6 # E : find low bit set 197 extql t2, a1, t3 # U : extract low bits for next time (stall) 235 negq t10, t6 # E : isolate low bit set
|
A D | addmul_1.S | 85 # need a jump table indexed by the low 3 bits of the count argument.
|
Completed in 18 milliseconds