Home
last modified time | relevance | path

Searched refs:tmp1w (Results 1 – 4 of 4) sorted by relevance

/linux-5.19.10/arch/arm64/lib/
Dcopy_template.S28 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 …]
Dcopy_from_user.S68 USER(9998f, ldtrb tmp1w, [srcin])
69 strb tmp1w, [dst], #1
Dcopy_to_user.S67 ldrb tmp1w, [srcin]
68 USER(9998f, sttrb tmp1w, [dst])
Dmemset.S32 tmp1w .req w3 label
93 cmp tmp1w, #0x20
151 and zva_len, tmp1w, #15 /* Safety: other bits reserved. */