Searched refs:tmp4 (Results 1 – 2 of 2) sorted by relevance
/xen-4.10.0-shim-comet/xen/arch/arm/arm64/lib/ |
A D | strnlen.S | 53 tmp4 .req x11 label 89 orr tmp4, data2, #REP8_7f 91 bic has_nul2, tmp3, tmp4 150 neg tmp4, tmp1 151 lsl tmp4, tmp4, #3 /* Bytes beyond alignment -> bits. */ 155 CPU_BE( lsl tmp2, tmp2, tmp4 ) /* Shift (tmp1 & 63). */ 157 CPU_LE( lsr tmp2, tmp2, tmp4 ) /* Shift (tmp1 & 63). */
|
A D | strlen.S | 51 tmp4 .req x10 label 81 orr tmp4, data2, #REP8_7f 83 bics has_nul2, tmp3, tmp4
|
Completed in 3 milliseconds