Searched refs:compute_brks_z (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/target/arm/tcg/ |
H A D | sve_helper.c | 3911 static uint32_t compute_brks_z(uint64_t *d, uint64_t *n, uint64_t *g, in compute_brks_z() function 3986 return compute_brks_z(vd, vm, vg, oprsz, true); in HELPER() 4008 return compute_brks_z(vd, vm, vg, oprsz, false); in HELPER() 4023 return compute_brks_z(vd, vn, vg, oprsz, true); in HELPER() 4035 return compute_brks_z(vd, vn, vg, oprsz, false); in HELPER()
|