Home
last modified time | relevance | path

Searched refs:vl (Results 1 – 15 of 15) sorted by relevance

/bionic/libc/kernel/uapi/asm-arm64/asm/
Dsve_context.h17 #define __sve_vl_valid(vl) ((vl) % __SVE_VQ_BYTES == 0 && (vl) >= __SVE_VL_MIN && (vl) <= __SVE_VL_… argument
18 #define __sve_vq_from_vl(vl) ((vl) / __SVE_VQ_BYTES) argument
Dsigcontext.h45 __u16 vl; member
63 __u16 vl; member
81 #define sve_vl_valid(vl) __sve_vl_valid(vl) argument
82 #define sve_vq_from_vl(vl) __sve_vq_from_vl(vl) argument
Dptrace.h73 __u16 vl; member
119 __u16 vl; member
/bionic/libc/kernel/uapi/asm-riscv/asm/
Dptrace.h77 unsigned long vl; member
85 unsigned long vl; member
/bionic/libc/arch-riscv64/string/
Dstrcat_v.S83 csrr iCurrentVL, vl
97 csrr iCurrentVL, vl
Dstrncat_v.S84 csrr iCurrentVL, vl
98 csrr iCurrentVL, vl
Dstrcmp_v.S101 # get the current vl updated by vle8ff.
102 csrr iVL, vl
136 csrr iVL, vl
Dstrlen_v.S75 csrr iCurrentVL, vl
Dstrcpy_v.S81 csrr iCurrentVL, vl
Dmemchr_v.S83 csrr iVL, vl
Dstrnlen_v.S79 csrr iCurrentVL, vl
Dstpcpy_v.S76 csrr iCurrentVL, vl
Dstrchr_v.S85 csrr iCurrentVL, vl
Dstrncpy_v.S83 csrr iCurrentVL, vl
Dstrncmp_v.S89 csrr iVL, vl