Searched refs:w2 (Results 1 - 10 of 10) sorted by relevance

/bionic/libc/arch-arm/cortex-a9/bionic/
H A Dstrcmp.S136 .macro magic_compare_and_branch w1 w2 label
137 /* Macro to compare registers w1 and w2 and conditionally branch to label. */
138 cmp \w1, \w2 /* Are w1 and w2 the same? */
151 .macro setup_return w1 w2
154 mov r2, \w2
157 rev r2, \w2
185 magic_compare_and_branch w1=r2, w2=r4, label=.L_return_24
186 magic_compare_and_branch w1=r3, w2=r5, label=.L_return_35
245 magic_compare_and_branch w1=r2 w2
[all...]
/bionic/libc/arch-arm/generic/bionic/
H A Dstrcmp.S140 w2 .req r5
167 ldr w2, [wp2], #4
176 cmp t1, w2, SHFT2LSB #8
182 ldreq w2, [wp2], #4
185 cmp t1, w2, SHFT2MSB #24
190 SHFT2LSB w2, w2, #8
207 ldrb w2, [wp2]
210 lsl w2, w2, #2
[all...]
/bionic/libc/arch-arm/krait/bionic/
H A Dstrcmp.S136 .macro magic_compare_and_branch w1 w2 label
137 /* Macro to compare registers w1 and w2 and conditionally branch to label. */
138 cmp \w1, \w2 /* Are w1 and w2 the same? */
151 .macro setup_return w1 w2
154 mov r2, \w2
157 rev r2, \w2
185 magic_compare_and_branch w1=r2, w2=r4, label=.L_return_24
186 magic_compare_and_branch w1=r3, w2=r5, label=.L_return_35
245 magic_compare_and_branch w1=r2 w2
[all...]
/bionic/libc/arch-arm/cortex-a15/bionic/
H A Dstrcmp.S136 .macro magic_compare_and_branch w1 w2 label
137 /* Macro to compare registers w1 and w2 and conditionally branch to label. */
138 cmp \w1, \w2 /* Are w1 and w2 the same? */
151 .macro setup_return w1 w2
154 mov r2, \w2
157 rev r2, \w2
185 magic_compare_and_branch w1=r2, w2=r4, label=.L_return_24
186 magic_compare_and_branch w1=r3, w2=r5, label=.L_return_35
245 magic_compare_and_branch w1=r2 w2
[all...]
/bionic/libc/arch-mips/string/
H A Dstrnlen.c110 const op_t w2 = w[2]; local
114 DO_WORD(w + 2, w2)
/bionic/libm/upstream-freebsd/lib/msun/src/
H A De_lgammaf_r.c82 w2 = -2.76129087e-03; /* 0xbb34f6c6 */ variable
208 w = w0+z*(w1+y*w2);
H A De_lgamma_r.c59 * w = w0 + w1*z + w2*z + w3*z + ... + w6*z
152 w2 = -2.77777777728775536470e-03, /* 0xBF66C16C, 0x16B02E5C */ variable
292 w = w0+z*(w1+y*(w2+y*(w3+y*(w4+y*(w5+y*w6)))));
/bionic/libc/arch-arm64/generic/bionic/
H A Dstrcmp.S46 #define data1w w2
/bionic/libm/upstream-freebsd/lib/msun/ld128/
H A De_lgammal_r.c168 w2 = -2.77777777777777777777777727810123528e-03L, variable
321 w = w0+z*(w1+y*(w2+y*(w3+y*(w4+y*(w5+y*(w6+y*(w7+y*(w8+
/bionic/libc/arch-arm64/bionic/
H A Dsetjmp.S192 tbz w2, #0, 1f

Completed in 243 milliseconds