Home
last modified time | relevance | path

Searched refs:lhi (Results 1 – 21 of 21) sorted by relevance

/sysdeps/s390/s390-32/
A Dstart.S95 lhi %r7,16 /* AT_HWCAP */
96 lhi %r8,3 /* AT_PHDR */
97 lhi %r9,5 /* AT_PHNUM */
98 lhi %r2,4 /* AT_PHENT */
120 lhi %r7,1 /* PT_LOAD id */
121 lhi %r8,0
134 lhi %r2,6 /* PT_PHDR id */
164 lhi %r0,-8
185 lhi %r6, 0 # Used to fini.
186 lhi %r5, 0 # Used to init.
A Dsetjmp.S39 lhi %r3,1 /* second argument of one */
45 lhi %r3,0 /* second argument of zero */
55 lhi %r3,0 /* second argument of zero */
78 lhi %r2,0
A Dsub_n.S35 lhi %r0,1 # cannot use ahi to add carry, use slr
A Dadd_n.S36 lhi %r0,1 # cannot use ahi to add carry, use alr
A Dstrncpy-z900.S35 lhi %r1,3
A Ddl-trampoline.h259 lhi %r2,-8
/sysdeps/unix/sysv/linux/s390/s390-32/
A Dsysdep.S43 lhi %r2,-1
52 lhi %r2,-1
67 lhi %r2,-1
A Dsysdep.h52 lhi %r4,-4095 ; \
100 lhi %r2,-1; \
118 lhi %r2,-1; \
130 lhi %r2,-1; \
161 lhi %r1,SYS_ify (syscall); \
A Dclone.S37 lhi %r0,-8 /* Align the child_stack to a ... */
53 lhi %r2,-EINVAL
A Dvfork.S34 lhi %r4,-4095
A D__makecontext_ret.S28 1: lhi %r2,0 /* EXIT return value. */
A Dsyscall.S38 lhi %r0,-4095
A Dsetcontext.S39 lhi %r5,_NSIG8
A Dgetcontext.S41 lhi %r5,_NSIG8
A Dswapcontext.S75 lhi %r5,_NSIG8
/sysdeps/s390/
A Dstrcmp-z900.S33 # define LGHI lhi
A Dmemchr-z900.S36 # define LGHI lhi
A Dmemrchr-vx.S103 lhi %r0,15
A Dwcsrchr-vx.S162 lhi %r0,15
A Dstrrchr-vx.S158 lhi %r0,15
/sysdeps/ieee754/dbl-64/
A De_pow.c374 double_t lhi = asdouble (asuint64 (hi) & -1ULL << 27); in __pow() local
375 double_t llo = hi - lhi + lo; in __pow()
376 ehi = yhi * lhi; in __pow()
377 elo = ylo * lhi + y * llo; /* |elo| < |ehi| * 2^-25. */ in __pow()

Completed in 20 milliseconds