Home
last modified time | relevance | path

Searched refs:iActiveElemPos (Results 1 – 5 of 5) sorted by relevance

/bionic/libc/arch-riscv64/string/
Dstrncat_v.S65 #define iActiveElemPos a6 macro
85 vfirst.m iActiveElemPos, vMask1
87 bltz iActiveElemPos, L(strlen_loop)
90 add pDstPtr, pDstPtr, iActiveElemPos
99 vfirst.m iActiveElemPos, vMask2
106 bltz iActiveElemPos, L(strcpy_loop)
111 bgez iActiveElemPos, L(fill_zero_end)
Dstrcat_v.S64 #define iActiveElemPos a5 macro
84 vfirst.m iActiveElemPos, vMask1
86 bltz iActiveElemPos, L(strlen_loop)
89 add pDstPtr, pDstPtr, iActiveElemPos
98 vfirst.m iActiveElemPos, vMask2
103 bltz iActiveElemPos, L(strcpy_loop)
Dstpcpy_v.S63 #define iActiveElemPos a5 macro
77 vfirst.m iActiveElemPos, vMask2
82 bltz iActiveElemPos, L(stpcpy_loop)
86 add pDstPtr, pDstPtr, iActiveElemPos
Dstrncpy_v.S65 #define iActiveElemPos a6 macro
84 vfirst.m iActiveElemPos, vMask2
90 bgez iActiveElemPos, L(fill_zero)
96 sub iVL, iCurrentVL, iActiveElemPos
Dstrcpy_v.S64 #define iActiveElemPos a5 macro
82 vfirst.m iActiveElemPos, vMask2
87 bltz iActiveElemPos, L(strcpy_loop)