Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/Process/Utility/
DLinuxPTraceDefines_arm64sve.h32 const uint16_t vl_max = vq_max * vq_bytes; variable
38 return (vl % vq_bytes == 0 && vl >= vl_min && vl <= vl_max); in vl_valid()