Home
last modified time | relevance | path

Searched refs:tmp1 (Results 1 – 4 of 4) sorted by relevance

/bionic/libc/arch-arm/cortex-a15/bionic/
Dstrcmp.S59 #define tmp1 r4 macro
68 #define syndrome_a tmp1
108 clz tmp1, \synd
109 lsl r1, \d2, tmp1
115 lsl \d1, \d1, tmp1
127 clz tmp1, \synd
128 bic tmp1, tmp1, #7
129 lsr r1, \d2, tmp1
136 lsr \d1, \d1, tmp1
172 orr tmp1, src1, src2
[all …]
/bionic/libc/arch-arm64/oryon/
Dmemcpy-nt.S42 #define tmp1 x14 macro
100 lsr tmp1, count, 1
103 ldrb B_lw, [src, tmp1]
105 strb B_lw, [dstin, tmp1]
152 sub tmp1, dstin, src
153 cbz tmp1, L(copy0)
154 cmp tmp1, count
160 and tmp1, dstin, 15
162 sub src, src, tmp1
163 add count, count, tmp1 /* Count is now 16 too large. */
[all …]
Dmemset-nt.S37 #define tmp1 x3 macro
65 ands tmp1, count, #0x30
67 add dst, dst, tmp1
176 mrs tmp1, dczid_el0
177 tbnz tmp1, #4, .Lnot_short
191 sub tmp1, count, tmp2
192 cmp tmp1, #64
193 ccmp tmp1, zva_len_x, #8, ge /* NZCV=0b1000 */
197 mov count, tmp1
/bionic/libc/dns/nameser/
Dns_print.c586 char base64_cert[8192], tmp1[40]; in ns_sprintrrf() local
593 len = snprintf(tmp1, sizeof(tmp1), "%d %d %d ", c_type, key_tag, alg); in ns_sprintrrf()
594 T(addstr(tmp1, (size_t)len, &buf, &buflen)); in ns_sprintrrf()