Home | History | Annotate | Download | only in src

Lines Matching refs:EOR

192             EOR     x7, src2, src1;     /* check odd/even combination */
194 EOR x7, x7, src1;
199 EOR src1, src1, x7, asr #7; /* take absolute value of negative byte */
211 EOR x7, src2, src1; /* check odd/even combination */
213 EOR x7, x7, src1; /* only odd bytes need to add carry */
217 EOR src1, src1, x7, asr #7; /* take absolute value of negative byte */
360 "EOR %1, %2, %0\n\t"
362 "EOR %1, %1, %0\n\t"
367 "EOR %0, %0, %1, asr #7"
380 "EOR %1, %2, %0\n\t"
382 "EOR %1, %1, %0\n\t"
386 "EOR %0, %0, %1, asr #7"