Searched refs:tmp1w (Results 1 - 5 of 5) sorted by relevance

/linux-master/arch/arm64/lib/
H A 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, ds
[all...]
H A Dcopy_from_user.S68 USER(9998f, ldtrb tmp1w, [srcin])
69 strb tmp1w, [dst], #1
H A Dcopy_to_user.S67 ldrb tmp1w, [srcin]
68 USER(9998f, sttrb tmp1w, [dst])
H A Dmemset.S32 tmp1w .req w3 label
93 cmp tmp1w, #0x20
151 and zva_len, tmp1w, #15 /* Safety: other bits reserved. */
/linux-master/arch/x86/lib/
H A Dmemmove_32.S26 .set tmp1w, %bx
177 movw -1*2(src, n), tmp1w
179 movw tmp1w, -1*2(dest, n)

Completed in 340 milliseconds