Home
last modified time | relevance | path

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

/openbmc/qemu/target/arm/tcg/
H A Dsve_helper.c4277 unsigned maxelem = (vl << lg2_width) >> v_esz; in HELPER() local
4281 if (count >= maxelem) { in HELPER()
4284 count = maxelem - count; in HELPER()
4286 count = MIN(count, maxelem); in HELPER()