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

/bionic/libc/arch-arm64/denver64/bionic/
H A Dmemset.S52 #define tmp1w w3 define
86 cmp tmp1w, #0x80
101 cmp tmp1w, #0x20
215 and zva_len, tmp1w, #15 /* Safety: other bits reserved. */
222 and zva_len, tmp1w, #15 /* Safety: other bits reserved. */
H A Dmemcpy_base.S40 #define tmp1w w3 define
76 cmp tmp1w, #0x20
106 ldr tmp1w, [src], #4
107 str tmp1w, [dst], #4
110 ldrh tmp1w, [src], #2
111 strh tmp1w, [dst], #2
114 ldrb tmp1w, [src]
115 strb tmp1w, [dst]
/bionic/libc/arch-arm64/generic/bionic/
H A Dmemset.S55 #define tmp1w w3 define
92 cmp tmp1w, #0x20
188 and zva_len, tmp1w, #15 /* Safety: other bits reserved. */
195 and zva_len, tmp1w, #15 /* Safety: other bits reserved. */
H A Dmemcpy_base.S39 #define tmp1w w3 define
70 cmp tmp1w, #0x20
100 ldr tmp1w, [src], #4
101 str tmp1w, [dst], #4
104 ldrh tmp1w, [src], #2
105 strh tmp1w, [dst], #2
108 ldrb tmp1w, [src]
109 strb tmp1w, [dst]
H A Dmemmove.S42 #define tmp1w w3 define
87 cmp tmp1w, #0x20
106 ldr tmp1w, [src, #-4]!
107 str tmp1w, [dst, #-4]!
110 ldrh tmp1w, [src, #-2]!
111 strh tmp1w, [dst, #-2]!
114 ldrb tmp1w, [src, #-1]
115 strb tmp1w, [dst, #-1]
133 ldr tmp1w, [src, #-4]!
134 str tmp1w, [ds
[all...]

Completed in 6 milliseconds