Home
last modified time | relevance | path

Searched refs:to_align (Results 1 – 3 of 3) sorted by relevance

/external/arm-optimized-routines/string/aarch64/
Dstrcpy.S43 #define to_align x17 macro
97 and to_align, srcin, #15
99 neg tmp1, to_align
195 sub to_align, to_align, #16
197 sub src, srcin, to_align
198 sub dst, dstin, to_align
256 tst to_align, #7
265 cmp to_align, #8
278 lsl tmp1, to_align, #3 /* Bytes->bits. */
279 neg tmp2, to_align, lsl #3
[all …]
/external/llvm-project/libc/AOR_v20.02/string/aarch64/
Dstrcpy.S44 #define to_align x17 macro
96 and to_align, srcin, #15
98 neg tmp1, to_align
194 sub to_align, to_align, #16
196 sub src, srcin, to_align
197 sub dst, dstin, to_align
255 tst to_align, #7
264 cmp to_align, #8
277 lsl tmp1, to_align, #3 /* Bytes->bits. */
278 neg tmp2, to_align, lsl #3
[all …]
/external/flatbuffers/rust/flatbuffers/src/
Dbuilder.rs571 let to_align = { in finish_with_opts() localVariable
587 self.align(to_align, ma); in finish_with_opts()