Home
last modified time | relevance | path

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

/qemu/target/arm/tcg/
H A Dsve_helper.c3534 intptr_t i, first_i, last_i; in HELPER() local
3537 first_i = last_i = 0; in HELPER()
3546 last_i = i; in HELPER()
3556 last_i = last_i * 8 + 63 - clz64(last_g); in HELPER()
3557 len = last_i - first_i + (1 << esz); in HELPER()