Searched refs:tmp1w (Results 1 – 3 of 3) sorted by relevance
/arch/arm64/lib/ |
D | copy_template.S | 40 tmp1w .req w3 label 70 ldrb1 tmp1w, src, #1 71 strb1 tmp1w, dst, #1 74 ldrh1 tmp1w, src, #2 75 strh1 tmp1w, dst, #2 78 ldr1 tmp1w, src, #4 79 str1 tmp1w, dst, #4 99 cmp tmp1w, #0x20 127 ldr1 tmp1w, src, #4 128 str1 tmp1w, dst, #4 [all …]
|
D | memmove.S | 44 tmp1w .req w3 label 83 ldrb tmp1w, [src, #-1]! 84 strb tmp1w, [dst, #-1]! 87 ldrh tmp1w, [src, #-2]! 88 strh tmp1w, [dst, #-2]! 91 ldr tmp1w, [src, #-4]! 92 str tmp1w, [dst, #-4]! 113 cmp tmp1w, #0x20 131 ldr tmp1w, [src, #-4]! 132 str tmp1w, [dst, #-4]! [all …]
|
D | memset.S | 44 tmp1w .req w3 label 107 cmp tmp1w, #0x20 165 and zva_len, tmp1w, #15 /* Safety: other bits reserved. */
|