Searched defs:tmp1 (Results 1 - 1 of 1) sorted by relevance

/art/runtime/arch/arm64/
H A Dmemcmp16_arm64.S41 #define tmp1 x8 define
53 eor tmp1, src1, src2
54 tst tmp1, #7
56 ands tmp1, src1, #7
111 add limit, limit, tmp1 /* Adjust the limit for the extra. */
112 lsl tmp1, tmp1, #3 /* Bytes beyond alignment -> bits. */
114 neg tmp1, tmp1 /* Bits to alignment -64. */
118 lsr tmp2, tmp2, tmp1 /* Shif
[all...]

Completed in 54 milliseconds