HomeSort by relevance Sort by last modified time
    Searched refs:tmp1w (Results 1 - 5 of 5) 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...]
memset.S 80 #define tmp1w w5 define
172 tbnz tmp1w, 4, L(no_zva)
173 and tmp1w, tmp1w, 15
174 cmp tmp1w, 4 /* ZVA size is 64 bytes. */
202 cmp tmp1w, 5 /* ZVA size is 128 bytes. */
225 lsl zva_lenw, tmp2w, tmp1w
  /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 53 #define tmp1w w3 define
100 cmp tmp1w, #0x80
115 cmp tmp1w, #0x20
229 and zva_len, tmp1w, #15 /* Safety: other bits reserved. */
236 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 74 milliseconds