HomeSort by relevance Sort by last modified time
    Searched refs:tmp1w (Results 1 - 6 of 6) sorted by null

  /bionic/libc/arch-arm64/generic/bionic/
memmove.S 42 #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, [dst, #-4]
    [all...]
memcpy_base.S 39 #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]
memset.S 55 #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. */
  /bionic/libc/arch-arm64/denver64/bionic/
memcpy_base.S 40 #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]
memset.S 52 #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. */
  /system/core/libcutils/arch-arm64/
android_memset.S 44 #define tmp1w w3 define
89 cmp tmp1w, #0x20
171 and zva_len, tmp1w, #15 /* Safety: other bits reserved. */

Completed in 126 milliseconds