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) {
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()
1932 if (this_g != 0) { in HELPER()
3903 uint64_t this_b, this_g = g[i]; in compute_brk_z() local
3906 d[i] = this_b & this_g; in compute_brk_z()
3936 uint64_t this_b, this_g = g[i]; in compute_brk_m() local
3939 d[i] = (this_b & this_g) | (d[i] & ~this_g); in compute_brk_m()
[all …]