Home
last modified time | relevance | path

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

/kernel/linux/linux-5.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 …]
Dmemmove.S32 tmp1w .req w3 label
70 ldrb tmp1w, [src, #-1]!
71 strb tmp1w, [dst, #-1]!
74 ldrh tmp1w, [src, #-2]!
75 strh tmp1w, [dst, #-2]!
78 ldr tmp1w, [src, #-4]!
79 str tmp1w, [dst, #-4]!
100 cmp tmp1w, #0x20
118 ldr tmp1w, [src, #-4]!
119 str tmp1w, [dst, #-4]!
[all …]
Dcopy_from_user.S71 USER(9998f, ldtrb tmp1w, [srcin])
72 strb tmp1w, [dst], #1
Dcopy_to_user.S70 ldrb tmp1w, [srcin]
71 USER(9998f, sttrb tmp1w, [dst])
Dcopy_in_user.S72 USER(9998f, ldtrb tmp1w, [srcin])
73 USER(9998f, sttrb tmp1w, [dst])
Dmemset.S32 tmp1w .req w3 label
94 cmp tmp1w, #0x20
152 and zva_len, tmp1w, #15 /* Safety: other bits reserved. */
/kernel/linux/patches/linux-5.10/imx8mm_patch/patches/
D0001_linux_arch.patch15752 -USER(9998f, ldtrb tmp1w, [srcin])
15753 - strb tmp1w, [dst], #1
15810 -USER(9998f, ldtrb tmp1w, [srcin])
15811 -USER(9998f, sttrb tmp1w, [dst])
15861 - ldrb tmp1w, [srcin]
15862 -USER(9998f, sttrb tmp1w, [dst])