Home
last modified time | relevance | path

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

/bionic/libc/arch-riscv64/string/
Dstrncpy_v.S60 #define iLength a2 macro
80 vsetvli iVL, iLength, e8, ELEM_LMUL_SETTING, ta, ma
87 sub iLength, iLength, iCurrentVL
91 bnez iLength, L(strcpy_loop)
97 add iLength, iLength, iVL
98 bnez iLength, 1f
102 vsetvli zero, iLength, e8, ZERO_FILL_ELEM_LMUL_SETTING, ta, ma
106 vsetvli iVL, iLength, e8, ZERO_FILL_ELEM_LMUL_SETTING, ta, ma
108 sub iLength, iLength, iVL
110 bnez iLength, L(fill_zero_loop)
Dstrncmp_v.S62 #define iLength a2 macro
76 beqz iLength, L(zero_length)
79 vsetvli iVL, iLength, e8, ELEM_LMUL_SETTING, ta, ma
96 sub iLength, iLength, iVL
104 bnez iLength, L(loop)
Dstrncat_v.S60 #define iLength a2 macro
94 vsetvli iVL, iLength, e8, ELEM_LMUL_SETTING, ta, ma
102 sub iLength, iLength, iCurrentVL
105 beqz iLength, L(fill_zero)