Home
last modified time | relevance | path

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

/openbmc/qemu/target/arm/tcg/
H A Dsve_helper.c1878 uint64_t this_g = g[--i] & mask; local
1879 if (this_g) {
1880 return i * 64 + (63 - clz64(this_g));
1895 uint64_t this_g = g[i]; in HELPER() local
1897 if (this_g) { in HELPER()
1900 this_d |= this_g & -this_g; in HELPER()
1903 flags = iter_predtest_fwd(this_d, this_g, flags); in HELPER()
1931 uint64_t this_g = g[next / 64] & esz_mask & mask; in HELPER() local
1932 if (this_g != 0) { in HELPER()
1933 next = (next & -64) + ctz64(this_g); in HELPER()
[all …]