Searched refs:tmp3 (Results 1 – 8 of 8) sorted by relevance
/xen-4.10.0-shim-comet/xen/arch/arm/arm64/lib/ |
A D | strncmp.S | 60 tmp3 .req x10 label 142 and tmp3, limit_wd, #7 146 add tmp3, tmp3, tmp1 165 subs tmp3, tmp1, tmp2 193 add src2, src2, tmp3 197 sub limit, limit, tmp3 209 and tmp3, tmp3, #7 211 neg pos, tmp3 269 CPU_BE( rev tmp3, data1 ) 270 CPU_BE( sub tmp1, tmp3, zeroones ) [all …]
|
A D | memcmp.S | 55 tmp3 .req x10 label 117 and tmp3, limit_wd, #7 119 add tmp3, tmp3, tmp1 120 add limit_wd, limit_wd, tmp3, lsr #3 146 subs tmp3, tmp1, tmp2 171 add src1, src1, tmp3 /*backwards src1 to alignment boundary*/ 172 add src2, src2, tmp3 173 sub limit, limit, tmp3 185 and tmp3, tmp3, #7 188 neg pos, tmp3
|
A D | strcmp.S | 58 tmp3 .req x9 label 120 subs tmp3, tmp1, tmp2 141 add src1, src1, tmp3 142 add src2, src2, tmp3 154 and tmp3, tmp3, #7 156 neg pos, tmp3 210 CPU_BE( rev tmp3, data1 ) 211 CPU_BE( sub tmp1, tmp3, zeroones ) 212 CPU_BE( orr tmp2, tmp3, #REP8_7f )
|
A D | strnlen.S | 52 tmp3 .req x10 label 88 sub tmp3, data2, zeroones 91 bic has_nul2, tmp3, tmp4 144 and tmp3, limit_wd, #15 147 add tmp3, tmp3, tmp1 148 add limit_wd, limit_wd, tmp3, lsr #4
|
A D | strlen.S | 50 tmp3 .req x9 label 80 sub tmp3, data2, zeroones 83 bics has_nul2, tmp3, tmp4
|
A D | memcpy.S | 45 tmp3 .req x5 label
|
A D | memmove.S | 46 tmp3 .req x5 label
|
A D | memset.S | 54 tmp3 .req x9 label
|
Completed in 6 milliseconds