Home
last modified time | relevance | path

Searched refs:words (Results 1 – 25 of 29) sorted by relevance

12

/sysdeps/sparc/sparc32/
A Dq_neg.c27 UWtype words[4]; in _Q_neg() member
33 c.words[0] ^= (((UWtype)1) << (W_TYPE_SIZE - 1)); in _Q_neg()
35 c.words[1] ^= (((UWtype)1) << (W_TYPE_SIZE - 1)); in _Q_neg()
37 c.words[3] ^= (((UWtype)1) << (W_TYPE_SIZE - 1)); in _Q_neg()
/sysdeps/unix/sysv/linux/sparc/sparc64/
A Dwordexp.c21 #define wordexp(words, pwordexp, flags) \ argument
22 __new_wordexp (words, pwordexp, flags)
41 __old_wordexp (const char *words, old_wordexp_t *pwordexp, int flags) in __old_wordexp() argument
50 result = __new_wordexp (words, &we, flags); in __old_wordexp()
/sysdeps/unix/sysv/linux/ia64/
A Dwordexp.c21 #define wordexp(words, pwordexp, flags) \ argument
22 __new_wordexp (words, pwordexp, flags)
41 __old_wordexp (const char *words, old_wordexp_t *pwordexp, int flags) in __old_wordexp() argument
50 result = __new_wordexp (words, &we, flags); in __old_wordexp()
/sysdeps/powerpc/powerpc32/power4/multiarch/
A Dmempcpy-power7.S22 #define EALIGN(name, alignt, words) \ argument
26 EALIGN_W_##words; \
A Dmemcpy-cell.S22 #define EALIGN(name, alignt, words) \ argument
26 EALIGN_W_##words; \
A Dmemset-power6.S22 #define EALIGN(name, alignt, words) \ argument
26 EALIGN_W_##words; \
A Dstrncmp-power7.S22 #define EALIGN(name, alignt, words) \ argument
26 EALIGN_W_##words; \
A Dmemcpy-a2.S22 #define EALIGN(name, alignt, words) \ argument
26 EALIGN_W_##words; \
A Dmemcpy-power6.S22 #define EALIGN(name, alignt, words) \ argument
26 EALIGN_W_##words; \
A Dmemcpy-power7.S22 #define EALIGN(name, alignt, words) \ argument
26 EALIGN_W_##words; \
A Dmemset-power7.S22 #define EALIGN(name, alignt, words) \ argument
26 EALIGN_W_##words; \
A Dstrncmp-ppc32.S22 # define EALIGN(name, alignt, words) \ argument
26 EALIGN_W_##words; \
A Dmemcpy-ppc32.S23 # define EALIGN(name, alignt, words) \ argument
27 EALIGN_W_##words; \
A Dmemset-ppc32.S23 # define EALIGN(name, alignt, words) \ argument
27 EALIGN_W_##words; \
A Dmemcmp-power7.S22 #define EALIGN(name, alignt, words) \ argument
26 EALIGN_W_##words; \
A Dmemcmp-ppc32.S23 # define EALIGN(name, alignt, words) \ argument
27 EALIGN_W_##words; \
/sysdeps/powerpc/powerpc32/
A Dsysdep.h67 # define EALIGN(name, alignt, words) \ argument
76 EALIGN_W_##words; \
79 # define EALIGN(name, alignt, words) \ argument
83 EALIGN_W_##words; \
/sysdeps/arm/armv6/
A Dstrlen.S71 orrs r3, r3, r2 @ Combine the two words
76 @ Found something. Disambiguate between first and second words.
A Drawmemchr.S78 orrs r3, r3, r2 @ Test both words for found
83 @ Found something. Disambiguate between first and second words.
/sysdeps/alpha/alphaev67/
A Dstpncpy.S47 bne a2, $multiword # do we have full words left?
73 beq a2, 1f # loop over full words remaining
/sysdeps/alpha/
A Dstrncpy.S41 bne a2, $multiword # do we have full words left?
69 0: stq_u zero, 0(a0) # e0 : zero two words
A Dbzero.S59 0: stq_u zero, 0(a0) # e0 : store two words
93 mskql t0, a0, t0 # e0 : we span words. finish this partial
A Dstpncpy.S52 bne a2, $multiword # do we have full words left?
84 0: stq_u zero, 0(a0) # e0 : zero two words
A Dstrncmp.S59 srl a2, 3, a2 # remaining full words in s1 count
137 srl a3, 3, a3 # remaining full words in s2 count
173 xor t0, t1, t4 # compare aligned words
209 xor t0, t1, t3 # e0 : compare the words
A Dmemset.S61 0: stq_u a1, 0(a0) # e0 : store two words
107 mskql t0, a0, t0 # e0 : we span words. finish this partial

Completed in 15 milliseconds

12