Searched refs:tmp1w (Results 1 – 4 of 4) sorted by relevance
/linux-5.19.10/arch/arm64/lib/ |
D | copy_template.S | 28 tmp1w .req w3 label 58 ldrb1 tmp1w, src, #1 59 strb1 tmp1w, dst, #1 62 ldrh1 tmp1w, src, #2 63 strh1 tmp1w, dst, #2 66 ldr1 tmp1w, src, #4 67 str1 tmp1w, dst, #4 87 cmp tmp1w, #0x20 115 ldr1 tmp1w, src, #4 116 str1 tmp1w, dst, #4 [all …]
|
D | copy_from_user.S | 68 USER(9998f, ldtrb tmp1w, [srcin]) 69 strb tmp1w, [dst], #1
|
D | copy_to_user.S | 67 ldrb tmp1w, [srcin] 68 USER(9998f, sttrb tmp1w, [dst])
|
D | memset.S | 32 tmp1w .req w3 label 93 cmp tmp1w, #0x20 151 and zva_len, tmp1w, #15 /* Safety: other bits reserved. */
|