Home
last modified time | relevance | path

Searched refs:eor (Results 1 – 12 of 12) sorted by relevance

/picolibc-latest/newlib/libc/machine/w65/
Dsdivhi3.S31 eor #0xFFFF
39 eor #0xFFFF
49 eor #0xFFFF !negate result
/picolibc-latest/newlib/libc/machine/arm/
Dstrcmp-armv6.S151 eor tmp1, src1, src2
186 eor syndrome_a, data1a, data2a
189 eor syndrome_b, data1b, data2b
197 eor syndrome_a, data1a, data2a
200 eor syndrome_b, data1b, data2b
230 eor syndrome, data1, data2
238 eor syndrome, data1, data2
345 eor tmp1, tmp1, data1
387 eor tmp1, tmp1, data1
421 eor tmp1, tmp1, data1
[all …]
Dstrcmp-armv7.S155 eor tmp1, src1, src2
190 eor syndrome_a, data1a, data2a
194 eor syndrome_b, data1b, data2b
201 eor syndrome_a, data1a, data2a
204 eor syndrome_b, data1b, data2b
234 eor syndrome, data1, data2
240 eor syndrome, data1, data2
354 eor tmp1, tmp1, data1
396 eor tmp1, tmp1, data1
429 eor tmp1, tmp1, data1
[all …]
Dstrcmp-armv4.S64 eor tmp1, src1, src2
79 eor tmp1, tmp1, #3
266 eor tmp2, tmp2, data1
311 eor tmp2, tmp2, data1
353 eor tmp2, tmp2, data1
Dstrcmp-armv7m.S55 eor tmp1, src1, src2
71 eor tmp1, tmp1, #3
254 eor tmp2, tmp2, data1
301 eor tmp2, tmp2, data1
345 eor tmp2, tmp2, data1
Dmemchr.S340 eor r5,r5, r1 // r5,r6 have 00's where bytes match the target
341 eor r6,r6, r1
367 eor r3,r3,r1 // r3 = 0 if match - doesn't break flags from sub
Dstrcpy.S60 eor r2, r0, r1
/picolibc-latest/newlib/libc/machine/aarch64/
Dstrncmp.S87 eor tmp1, src1, src2
105 eor diff, data1, data2 /* Non-zero if differences found. */
275 eor diff, data1, data2 /* Non-zero if differences found. */
297 eor diff, data2, data1 /* Non-zero if differences found. */
312 eor diff, data2, data1 /* Non-zero if differences found. */
Dmemcmp.S157 eor v0.16b, v0.16b, v1.16b
158 eor v1.16b, v2.16b, v3.16b
164 eor v1.16b, v2.16b, v3.16b
165 eor v2.16b, v4.16b, v5.16b
Dstrcmp.S88 eor diff, data1, data2
173 eor diff, data1, data2
185 eor diff, data1, data2
Dstrrchr.S157 eor tmp4, tmp4, nul_match
/picolibc-latest/newlib/libc/xdr/
Dxdr_rec.c753 bool_t eor) in flush_out() argument
755 u_int32_t eormask = (eor == TRUE) ? LAST_FRAG : 0; in flush_out()