/bionic/libc/arch-arm64/generic/bionic/ |
memmove.S | 46 #define tmp1w w3 define 97 cmp tmp1w, #0x20 116 ldr tmp1w, [src, #-4]! 117 str tmp1w, [dst, #-4]! 120 ldrh tmp1w, [src, #-2]! 121 strh tmp1w, [dst, #-2]! 124 ldrb tmp1w, [src, #-1] 125 strb tmp1w, [dst, #-1] 143 ldr tmp1w, [src, #-4]! 144 str tmp1w, [dst, #-4] [all...] |
memcpy.S | 41 #define tmp1w w3 define 74 cmp tmp1w, #0x20 104 ldr tmp1w, [src], #4 105 str tmp1w, [dst], #4 108 ldrh tmp1w, [src], #2 109 strh tmp1w, [dst], #2 112 ldrb tmp1w, [src] 113 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/generic-neon/bionic/ |
memcpy.S | 41 #define tmp1w w3 define 79 cmp tmp1w, #0x20 109 ldr tmp1w, [src], #4 110 str tmp1w, [dst], #4 113 ldrh tmp1w, [src], #2 114 strh tmp1w, [dst], #2 117 ldrb tmp1w, [src] 118 strb tmp1w, [dst]
|
/bionic/libc/arch-arm64/denver64/bionic/ |
memcpy.S | 42 #define tmp1w w3 define 80 cmp tmp1w, #0x20 110 ldr tmp1w, [src], #4 111 str tmp1w, [dst], #4 114 ldrh tmp1w, [src], #2 115 strh tmp1w, [dst], #2 118 ldrb tmp1w, [src] 119 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. */
|