Home
last modified time | relevance | path

Searched refs:tmp1 (Results 1 – 5 of 5) 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/generic/bionic/
Dmemmove.S68 #define tmp1 x5 macro
78 #define E_h tmp1
92 sub tmp1, dstin, src
94 ccmp tmp1, count, 2, hi
97 cbz tmp1, 3f
106 and tmp1, dstend, 15
108 sub srcend, srcend, tmp1
109 sub count, count, tmp1
115 sub dstend, dstend, tmp1
Dmemcpy_base.S84 #define tmp1 x9 macro
106 sub tmp1, count, 1
108 tbnz tmp1, 6, L(copy96)
110 tbz tmp1, 5, 1f
144 lsr tmp1, count, 1
147 ldrb B_lw, [src, tmp1]
149 strb B_lw, [dstin, tmp1]
177 and tmp1, dstin, 15
180 sub src, src, tmp1
181 add count, count, tmp1 /* Count is now 16 too large. */
Dmemset.S79 #define tmp1 x5 macro
171 mrs tmp1, dczid_el0
226 add tmp1, zva_len, 64 /* Max alignment bytes written. */
227 cmp count, tmp1
231 add tmp1, dst, zva_len
233 subs count, tmp1, dst /* Actual alignment bytes to write. */
234 bic tmp1, tmp1, tmp2 /* Aligned dc zva start address. */
240 2: mov dst, tmp1
241 sub count, dstend, tmp1 /* Remaining bytes to write. */
/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()