/glibc-2.36/sysdeps/alpha/alphaev6/ |
D | memcpy.S | 43 mov $16, $0 # E : copy dest to return 45 xor $16, $17, $1 # E : are source and dest alignments the same? 46 and $1, 7, $1 # E : are they the same mod 8? 50 and $16, 7, $1 # E : Are both 0mod8? 52 nop # E : 62 subq $18, 1, $18 # E : count-- 63 addq $17, 1, $17 # E : src++ 65 addq $16, 1, $16 # E : dest++ 66 and $16, 7, $1 # E : Are we at 0mod8 yet? 71 cmple $18, 127, $1 # E : Can we unroll the loop? [all …]
|
D | stxncpy.S | 64 lda t2, -1 # E : build a mask against false zero 67 ornot t1, t2, t2 # E : (stall) 70 cmpbge zero, t2, t7 # E : bits set iff null found 71 or t0, t3, t0 # E : (stall) 89 addq a0, 8, a0 # E : 90 subq a2, 1, a2 # E : 94 addq a1, 8, a1 # E : 95 cmpbge zero, t0, t7 # E : 110 negq t7, t8 # E : find low bit set 111 and t7, t8, t8 # E : (stall) [all …]
|
D | memset.S | 41 and $17, 255, $1 # E : 00000000000000ch 43 mov $16, $0 # E : return value 46 addq $18, $16, $6 # E : max address to write to 47 or $1, $2, $17 # E : 000000000000chch 51 or $3, $4, $3 # E : 00000000chch0000 53 xor $16, $6, $1 # E : will complete write be within one quadword? 56 or $17, $3, $17 # E : 00000000chchchch 57 or $2, $5, $2 # E : chchchch00000000 58 bic $1, 7, $1 # E : fit within a single quadword? 59 and $16, 7, $3 # E : Target addr misalignment [all …]
|
D | stxcpy.S | 57 lda t2, -1 # E : build a mask against false zero 60 ornot t1, t2, t2 # E : (stall) 63 cmpbge zero, t2, t10 # E : bits set iff null found 64 or t0, t3, t1 # E : (stall) 74 addq a0, 8, a0 # E : 79 addq a1, 8, a1 # E : 80 cmpbge zero, t1, t10 # E : (3 cycle stall) 88 negq t10, t6 # E : find low bit set 89 and t10, t6, t8 # E : (stall) 92 and t8, 0x80, t6 # E : (stall) [all …]
|
/glibc-2.36/sysdeps/alpha/alphaev67/ |
D | strrchr.S | 38 and a1, 0xff, t2 # E : 00000000000000ch 43 mov zero, t6 # E : t6 is last match aligned addr 44 or t2, t4, a1 # E : 000000000000chch 46 mov zero, t8 # E : t8 is last match byte compare mask 48 andnot a0, 7, v0 # E : align source addr 49 or t5, t3, t3 # E : 00000000chch0000 53 or t4, a1, a1 # E : chch00000000chch 54 or t2, t3, t2 # E : 0000chchchch0000 55 or a1, t2, a1 # E : chchchchchchchch 56 lda t5, -1 # E : build garbage mask [all …]
|
D | strchr.S | 38 and a1, 0xff, t3 # E : 00000000000000ch 43 or t5, t3, a1 # E : 000000000000chch 44 andnot a0, 7, v0 # E : align our loop pointer 45 lda t4, -1 # E : build garbage mask 48 or a2, a3, a2 # E : chch000000000000 49 inswl a1, 2, t5 # E : 00000000chch0000 50 inswl a1, 4, a3 # E : 0000chch00000000 52 or a1, a2, a1 # E : chch00000000chch 53 or a3, t5, t5 # E : 0000chchchch0000 54 cmpbge zero, t0, t2 # E : bits set iff byte == zero [all …]
|
D | rawmemchr.S | 37 and a1, 0xff, t3 # E : 00000000000000ch 42 or t5, t3, a1 # E : 000000000000chch 43 andnot a0, 7, v0 # E : align our loop pointer 44 lda t4, -1 # E : build garbage mask 47 or a2, a3, a2 # E : chch000000000000 48 inswl a1, 2, t5 # E : 00000000chch0000 49 inswl a1, 4, a3 # E : 0000chch00000000 51 or a1, a2, a1 # E : chch00000000chch 52 or a3, t5, t5 # E : 0000chchchch0000 53 cmpbge zero, t4, t4 # E : bits set iff byte is garbage [all …]
|
D | strncat.S | 41 lda t1, -1 # E : 44 andnot a0, 7, a0 # E : 45 nop # E : 46 or t1, t0, t0 # E : 48 nop # E : 49 nop # E : 50 cmpbge zero, t0, t1 # E : bits set iff byte == 0 54 addq a0, 8, a0 # E : 55 cmpbge zero, t0, t1 # E : 59 addq a0, t2, a0 # E : [all …]
|
D | strlen.S | 37 lda $2, -1($31) # E : 39 andnot $16, 7, $0 # E : 41 or $2, $1, $1 # E : 42 cmpbge $31, $1, $2 # E : $2 <- bitmask: bit i == 1 <==> i-th byte == 0 43 nop # E : 47 addq $0, 8, $0 # E : addr += 8 48 cmpbge $31, $1, $2 # E : 53 addq $0, $3, $0 # E : 54 subq $0, $16, $0 # E :
|
D | strcat.S | 36 mov $16, $0 # E : set up return value 39 lda $2, -1 # E : 42 andnot $16, 7, $16 # E : 43 or $2, $1, $1 # E : 44 cmpbge $31, $1, $2 # E : bits set iff byte == 0 48 addq $16, 8, $16 # E : 49 cmpbge $31, $1, $2 # E : 53 addq $16, $3, $16 # E : 55 mov $26, $23 # E :
|
/glibc-2.36/soft-fp/ |
D | extended.h | 170 _FP_UNPACK_CANONICAL (E, 4, X); \ 178 _FP_UNPACK_CANONICAL (E, 4, X); \ 186 _FP_UNPACK_SEMIRAW (E, 4, X); \ 194 _FP_UNPACK_SEMIRAW (E, 4, X); \ 201 _FP_PACK_CANONICAL (E, 4, X); \ 209 _FP_PACK_CANONICAL (E, 4, X); \ 217 _FP_PACK_SEMIRAW (E, 4, X); \ 225 _FP_PACK_SEMIRAW (E, 4, X); \ 230 # define FP_ISSIGNAN_E(X) _FP_ISSIGNAN (E, 4, X) 231 # define FP_NEG_E(R, X) _FP_NEG (E, 4, R, X) [all …]
|
/glibc-2.36/elf/ |
D | pldd-xx.c | 18 #define E(name) E_(name, CLASS) macro 27 struct E(link_map) in E() function 40 == offsetof (struct E(link_map), l_addr), "l_addr"); 42 == offsetof (struct E(link_map), l_name), "l_name"); 44 == offsetof (struct E(link_map), l_next), "l_next"); 48 struct E(libname_list) in E() function 55 == offsetof (struct E(libname_list), name), "name"); 57 == offsetof (struct E(libname_list), next), "next"); 60 struct E(r_debug) in E() function 70 == offsetof (struct E(r_debug), r_version), "r_version"); [all …]
|
D | tst-relr-mod2.c | 23 #define ELEMS O O O O O O O O X X X X X X X O O X O O X X X E X E E O X O E 24 #define E 0, macro
|
D | tst-relr-mod3a.c | 23 #define ELEMS O O O O O O O O X X X X X X X O O X O O X X X E X E E O X O E 24 #define E 0, macro
|
D | tst-relr.c | 26 #define ELEMS O O O O O O O O X X X X X X X O O X O O X X X E X E E O X O E 27 #define E 0, macro
|
/glibc-2.36/iconvdata/testdata/ |
D | GBK | 3 @ A B C D E F G H I J K L M N O 8 �@ �A �B �C �D �E �F �G �H �I �J �K �L �M �N �O 20 �@ �A �B �C �D �E �F �G �H �I �J �K �L �M �N �O 32 �@ �A �B �C �D �E �F �G �H �I �J �K �L �M �N �O 44 �@ �A �B �C �D �E �F �G �H �I �J �K �L �M �N �O 56 �@ �A �B �C �D �E �F �G �H �I �J �K �L �M �N �O 68 �@ �A �B �C �D �E �F �G �H �I �J �K �L �M �N �O 80 �@ �A �B �C �D �E �F �G �H �I �J �K �L �M �N �O 92 �@ �A �B �C �D �E �F �G �H �I �J �K �L �M �N �O 104 �@ �A �B �C �D �E �F �G �H �I �J �K �L �M �N �O [all …]
|
D | SHIFT_JISX0213 | 3 @ A B C D E F G H I J K L M N O 7 �@ �A �B �C �D �E �F �G �H �I �J �K �L �M �N �O 19 �@ �A �B �C �D �E �F �G �H �I �J �K �L �M �N �O 31 �@ �A �B �C �D �E �F �G �H �I �J �K �L �M �N �O 43 �@ �A �B �C �D �E �F �G �H �I �J �K �L �M �N �O 55 �@ �A �B �C �D �E �F �G �H �I �J �K �L �M �N �O 67 �@ �A �B �C �D �E �F �G �H �I �J �K �L �M �N �O 79 �@ �A �B �C �D �E �F �G �H �I �J �K �L �M �N �O 91 �@ �A �B �C �D �E �F �G �H �I �J �K �L �M �N �O 103 �@ �A �B �C �D �E �F �G �H �I �J �K �L �M �N �O [all …]
|
/glibc-2.36/conform/data/ |
D | float.h-data | 33 macro-constant FLT_EPSILON <= 1.0E-5 34 macro-constant DBL_EPSILON <= 1.0E-9 35 macro-constant LDBL_EPSILON <= 1.0E-9 37 macro-constant FLT_MIN <= 1.0E-37 38 macro-constant DBL_MIN <= 1.0E-37 39 macro-constant LDBL_MIN <= 1.0E-37 55 macro-constant DBL_TRUE_MIN <= 1E-37 56 macro-constant FLT_TRUE_MIN <= 1E-37 57 macro-constant LDBL_TRUE_MIN <= 1E-37
|
/glibc-2.36/localedata/locales/ |
D | lb_LU | 54 % LATIN CAPITAL LETTER E WITH DIAERESIS 55 <U00CB> "E<U0308>";"EE" 62 % LATIN SMALL LETTER E WITH DIAERESIS 66 % LATIN CAPITAL LETTER E WITH ACUTE ACCENT 67 <U00C9> "E<U00B4>" 68 % LATIN CAPITAL LETTER E WITH GRAVE ACCENT 69 <U00C8> "E`" 70 % LATIN CAPITAL LETTER E WITH CIRCUMFLEX 71 <U00CA> "E^" 72 % LATIN SMALL LETTER E WITH ACUTE ACCENT [all …]
|
/glibc-2.36/localedata/charmaps/ |
D | VISCII | 75 <U0045> /x45 LATIN CAPITAL LETTER E 107 <U0065> /x65 LATIN SMALL LETTER E 142 <U1EBC> /x88 LATIN CAPITAL LETTER E WITH TILDE 143 <U1EB8> /x89 LATIN CAPITAL LETTER E WITH DOT BELOW 144 <U1EBE> /x8a LATIN CAPITAL LETTER E WITH CIRCUMFLEX AND ACUTE 145 <U1EC0> /x8b LATIN CAPITAL LETTER E WITH CIRCUMFLEX AND GRAVE 146 <U1EC2> /x8c LATIN CAPITAL LETTER E WITH CIRCUMFLEX AND HOOK ABOVE 147 <U1EC4> /x8d LATIN CAPITAL LETTER E WITH CIRCUMFLEX AND TILDE 148 <U1EC6> /x8e LATIN CAPITAL LETTER E WITH CIRCUMFLEX AND DOT BELOW 174 <U1EBD> /xa8 LATIN SMALL LETTER E WITH TILDE [all …]
|
D | TCVN5712-1 | 80 <U0045> /x45 LATIN CAPITAL LETTER E 112 <U0065> /x65 LATIN SMALL LETTER E 146 <U00C8> /x87 LATIN CAPITAL LETTER E WITH GRAVE 147 <U1EBA> /x88 LATIN CAPITAL LETTER E WITH HOOK ABOVE 148 <U1EBC> /x89 LATIN CAPITAL LETTER E WITH TILDE 149 <U00C9> /x8a LATIN CAPITAL LETTER E WITH ACUTE 150 <U1EB8> /x8b LATIN CAPITAL LETTER E WITH DOT BELOW 151 <U1EC6> /x8c LATIN CAPITAL LETTER E WITH CIRCUMFLEX AND DOT BELOW 174 <U00CA> /xa3 LATIN CAPITAL LETTER E WITH CIRCUMFLEX 181 <U00EA> /xaa LATIN SMALL LETTER E WITH CIRCUMFLEX [all …]
|
D | ISO_8859-1,GL | 107 <E> \d069 LATIN CAPITAL LETTER E 144 <e> \d101 LATIN SMALL LETTER E 254 <AE> \d198 LATIN CAPITAL LIGATURE A WITH E 256 <E-grave> \d200 LATIN CAPITAL LETTER E WITH GRAVE 257 <E-acute> \d201 LATIN CAPITAL LETTER E WITH ACUTE 258 <E-circumflex> \d202 LATIN CAPITAL LETTER E WITH CIRCUMFLEX 259 <E-diaeresis> \d203 LATIN CAPITAL LETTER E WITH DIAERESIS 286 <ae> \d230 LATIN SMALL LIGATURE A WITH E 288 <e-grave> \d232 LATIN SMALL LETTER E WITH GRAVE 289 <e-acute> \d233 LATIN SMALL LETTER E WITH ACUTE [all …]
|
/glibc-2.36/localedata/ |
D | th_TH.in | 32 A.A.E. 33 A.Ae.E. 34 A.A.E.E.
|
/glibc-2.36/sysdeps/generic/ |
D | dl-r_debug.h | 22 E(r_debug_address) (EW(Dyn) *d) in E() function 33 E(r_debug_offset) (EW(Dyn) *d, int fd, EW(Addr) offset) in E() function 35 return E(r_debug_address) (d); in E()
|
/glibc-2.36/sysdeps/riscv/ |
D | preconfigure.ac | 6 xlen=`$CC $CFLAGS $CPPFLAGS -E -dM -xc /dev/null | sed -n 's/^#define __riscv_xlen \(.*\)/\1/p'` 7 flen=`$CC $CFLAGS $CPPFLAGS -E -dM -xc /dev/null | sed -n 's/^#define __riscv_flen \(.*\)/\1/p'` 8 …float_abi=`$CC $CFLAGS $CPPFLAGS -E -dM -xc /dev/null | sed -n 's/^#define __riscv_float_abi_\([^ … 9 …atomic=`$CC $CFLAGS $CPPFLAGS -E -dM -xc /dev/null | grep '#define __riscv_atomic' | cut -d' ' -f2`
|