Home
last modified time | relevance | path

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

/openbmc/qemu/target/arm/tcg/
H A Dsve_helper.c4275 int lg2_width = FIELD_EX32(desc, PREDDESC, DATA) + 1; in HELPER() local
4277 unsigned maxelem = (vl << lg2_width) >> v_esz; in HELPER()