/sysdeps/powerpc/powerpc32/power4/ |
A D | memcopy.h | 67 ((byte *) dst_bp)[0] = ((byte *) src_bp)[0]; \ 74 byte __x = ((byte *) src_bp)[0]; \ 75 byte __y = ((byte *) src_bp)[1]; \ 78 ((byte *) dst_bp)[0] = __x; \ 79 ((byte *) dst_bp)[1] = __y; \ 97 ((byte *) dst_ep)[0] = ((byte *) src_ep)[0]; \ 102 byte __x, __y; \ 104 __y = ((byte *) src_ep)[1]; \ 105 __x = ((byte *) src_ep)[0]; \ 108 ((byte *) dst_ep)[1] = __y; \ [all …]
|
/sysdeps/x86_64/fpu/ |
A D | s_copysign.S | 27 .byte 0, 0, 0, 0, 0, 0, 0, 0x80 28 .byte 0, 0, 0, 0, 0, 0, 0, 0 32 .byte 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0x7f 33 .byte 0, 0, 0, 0, 0, 0, 0, 0
|
A D | e_expl.S | 47 c0: .byte 0, 0, 0, 0, 0, 0, 0x9a, 0xd4, 0x00, 0x40 48 .byte 0, 0, 0, 0, 0, 0 51 c1: .byte 0x58, 0x92, 0xfc, 0x15, 0x37, 0x9a, 0x97, 0xf0, 0xef, 0x3f 52 .byte 0, 0, 0, 0, 0, 0 56 c0: .byte 0, 0, 0, 0, 0, 0, 0xaa, 0xb8, 0xff, 0x3f 57 .byte 0, 0, 0, 0, 0, 0 60 c1: .byte 0x20, 0xfa, 0xee, 0xc2, 0x5f, 0x70, 0xa5, 0xec, 0xed, 0x3f 61 .byte 0, 0, 0, 0, 0, 0 66 csat: .byte 0, 0, 0, 0, 0, 0, 0, 0x80, 0x0e, 0x40 67 .byte 0, 0, 0, 0, 0, 0
|
A D | svml_s_logf_data.S | 79 .byte 0 89 .byte 0 99 .byte 0
|
A D | e_scalbl.S | 14 nan: .byte 0, 0, 0, 0, 0, 0, 0xff, 0x7f 15 .byte 0, 0, 0, 0, 0, 0, 0, 0x80 16 .byte 0, 0, 0, 0, 0, 0, 0xff, 0x7f
|
A D | x86_64-math-asm.h | 29 .byte 0, 0, 0, 0, 0, 0, 0, 0x80, 0x1, 0; \ 30 .byte 0, 0, 0, 0, 0, 0; \
|
/sysdeps/generic/ |
A D | memcopy.h | 65 typedef unsigned char byte; typedef 82 byte __x = ((byte *) src_bp)[0]; \ 85 ((byte *) dst_bp)[0] = __x; \ 100 byte __x; \ 102 __x = ((byte *) src_ep)[0]; \ 105 ((byte *) dst_ep)[0] = __x; \
|
A D | unwind-pe.h | 151 unsigned char byte; in read_uleb128() local 157 byte = *p++; in read_uleb128() 158 result |= (byte & 0x7f) << shift; in read_uleb128() 161 while (byte & 0x80); in read_uleb128() 173 unsigned char byte; in read_sleb128() local 179 byte = *p++; in read_sleb128() 180 result |= (byte & 0x7f) << shift; in read_sleb128() 183 while (byte & 0x80); in read_sleb128() 186 if (shift < 8 * sizeof (result) && (byte & 0x40) != 0) in read_sleb128()
|
/sysdeps/i386/fpu/ |
A D | e_expl.S | 44 c0: .byte 0, 0, 0, 0, 0, 0, 0x9a, 0xd4, 0x00, 0x40 45 .byte 0, 0, 0, 0, 0, 0 48 c1: .byte 0x58, 0x92, 0xfc, 0x15, 0x37, 0x9a, 0x97, 0xf0, 0xef, 0x3f 49 .byte 0, 0, 0, 0, 0, 0 53 c0: .byte 0, 0, 0, 0, 0, 0, 0xaa, 0xb8, 0xff, 0x3f 54 .byte 0, 0, 0, 0, 0, 0 57 c1: .byte 0x20, 0xfa, 0xee, 0xc2, 0x5f, 0x70, 0xa5, 0xec, 0xed, 0x3f 58 .byte 0, 0, 0, 0, 0, 0 63 csat: .byte 0, 0, 0, 0, 0, 0, 0, 0x80, 0x0e, 0x40 64 .byte 0, 0, 0, 0, 0, 0
|
A D | e_scalbl.S | 14 nan: .byte 0, 0, 0, 0, 0, 0, 0xff, 0x7f 15 .byte 0, 0, 0, 0, 0, 0, 0, 0x80 16 .byte 0, 0, 0, 0, 0, 0, 0xff, 0x7f
|
A D | e_scalb.S | 15 nan: .byte 0, 0, 0, 0, 0, 0, 0xff, 0x7f 16 .byte 0, 0, 0, 0, 0, 0, 0, 0x80 17 .byte 0, 0, 0, 0, 0, 0, 0xff, 0x7f
|
A D | e_scalbf.S | 15 nan: .byte 0, 0, 0, 0, 0, 0, 0xff, 0x7f 16 .byte 0, 0, 0, 0, 0, 0, 0, 0x80 17 .byte 0, 0, 0, 0, 0, 0, 0xff, 0x7f
|
/sysdeps/s390/s390-64/ |
A D | strncpy-z900.S | 41 .L0: icmh %r0,8,0(%r3) # first byte 43 icmh %r0,4,1(%r3) # second byte 45 icmh %r0,2,2(%r3) # third byte 47 icmh %r0,1,3(%r3) # fourth byte 49 icm %r0,8,4(%r3) # fifth byte 51 icm %r0,4,5(%r3) # sixth byte 53 icm %r0,2,6(%r3) # seventh byte 55 icm %r0,1,7(%r3) # eigth byte
|
/sysdeps/alpha/ |
A D | ffs.S | 55 cmpbge $1, $2, $3 # e0 : bit N == 1 for byte N == 0 58 bic $4, $3, $3 # e1 : bit N == 1 for first byte N != 0 67 extbl $16, $0, $1 # e0 : $1 == byte N 70 and $3, $1, $3 # e1 : bit N == least bit set of byte N 77 s8addl $0, $2, $0 # e0 : mult byte ofs by 8 and sum
|
A D | strchr.S | 48 cmpbge zero, t0, t2 # .. e1 : bits set iff byte == zero 52 cmpbge zero, t4, t4 # .. e1 : bits set iff byte is garbage 55 cmpbge zero, t1, t3 # e0 : bits set iff byte == c 64 cmpbge zero, t0, t2 # e0 : bits set iff byte == 0 65 cmpbge zero, t1, t3 # .. e1 : bits set iff byte == c 72 and t0, t3, t1 # e0 : bit set iff byte was the char
|
A D | strrchr.S | 44 mov zero, t7 # .. e1 : t7 is last match byte compare mask 52 cmpbge zero, t0, t1 # .. e1 : bits set iff byte == zero 56 cmpbge zero, t4, t4 # .. e1 : bits set iff byte is garbage 57 cmpbge zero, t2, t3 # e0 : bits set iff byte == c 69 cmpbge zero, t0, t1 # .. e1 : bits set iff byte == zero 70 cmpbge zero, t2, t3 # e0 : bits set iff byte == c 75 negq t1, t4 # e0 : isolate first null byte match
|
A D | stpcpy.S | 37 and t8, 0xf0, t2 # binary search for byte offset of the 38 and t8, 0xcc, t1 # last byte written.
|
A D | stpncpy.S | 41 and t8, 0xf0, t3 # binary search for byte offset of the 42 and t8, 0xcc, t2 # last byte written. 55 zapnot t0, t8, t4 # e0 : was last byte a null? 60 or t3, t10, t3 # .. e1 : written byte and the last byte in
|
/sysdeps/arm/ |
A D | strlen.S | 31 bic r1, r0, $3 @ addr of word containing first byte 38 orr r2, r2, $0xff000000 @ set this byte to non-zero 40 orrgt r2, r2, $0x00ff0000 @ if so, set this byte 44 orr r2, r2, $0x000000ff @ set this byte to non-zero 46 orrgt r2, r2, $0x0000ff00 @ if so, set this byte 60 tst r2, $0xff000000 @ word that has a zero byte in it 67 tst r2, $0x000000ff @ word that has a zero byte in it
|
/sysdeps/unix/sysv/linux/powerpc/ |
A D | htm.h | 39 .byte 0x7c 40 .byte \code 41 .byte 0x07 42 .byte 0x1d
|
/sysdeps/hppa/ |
A D | crtn.S | 53 .byte 0x08, 0x01, 0x00, 0x08, 0x00, 0x00, 0x00, 0x08 66 .byte 0x08, 0x01, 0x00, 0x08, 0x00, 0x00, 0x00, 0x08
|
/sysdeps/alpha/alphaev67/ |
A D | strchr.S | 54 cmpbge zero, t0, t2 # E : bits set iff byte == zero 55 cmpbge zero, t4, t4 # E : bits set iff byte is garbage 60 cmpbge zero, t1, t3 # E : bits set iff byte == c 77 cmpbge zero, t0, t2 # E : bits set iff byte == 0 79 cmpbge zero, t1, t3 # E : bits set iff byte == c 87 and t0, t3, t1 # E : bit set iff byte was the char
|
A D | strrchr.S | 46 mov zero, t8 # E : t8 is last match byte compare mask 58 cmpbge zero, t0, t1 # E : bits set iff byte == zero 61 cmpbge zero, t4, t4 # E : bits set iff byte is garbage 63 cmpbge zero, t2, t3 # E : bits set iff byte == c 80 cmpbge zero, t0, t1 # E : bits set iff byte == zero 81 cmpbge zero, t2, t3 # E : bits set iff byte == c 87 negq t1, t4 # E : isolate first null byte match
|
/sysdeps/arm/armv6/ |
A D | strlen.S | 26 ldrb r2, [r0] @ load the first byte asap 64 @ Subtracting (unsigned saturating) from 1 for any byte means that 65 @ we get 1 for any byte that was originally zero and 0 otherwise. 66 @ Therefore we consider the lsb of each byte the "found" bit.
|
/sysdeps/s390/s390-32/ |
A D | strncpy-z900.S | 42 .L0: icm %r0,8,0(%r3) # first byte 44 icm %r0,4,1(%r3) # second byte 46 icm %r0,2,2(%r3) # third byte 48 icm %r0,1,3(%r3) # fourth byte
|