Home | History | Annotate | Download | only in src

Lines Matching refs:EOR

195             EOR     x7, src2, src1;     /* check odd/even combination */
197 EOR x7, x7, src1;
202 EOR src1, src1, x7, asr #7; /* take absolute value of negative byte */
214 EOR x7, src2, src1; /* check odd/even combination */
216 EOR x7, x7, src1; /* only odd bytes need to add carry */
220 EOR src1, src1, x7, asr #7; /* take absolute value of negative byte */
373 asm volatile("eor %0, %3, %2\n\t"
375 "eor %0, %0, %1\n\t"
380 "eor %1, %1, %0, asr #7"
398 asm volatile("eor %1, %3, %2\n\t"
400 "eor %1, %1, %0\n\t"
404 "eor %0, %0, %1, asr #7"