Searched refs:last_active_pred (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/target/arm/tcg/ |
H A D | sve_helper.c | 3852 static bool last_active_pred(void *vd, void *vg, intptr_t oprsz) in last_active_pred() function 3974 if (last_active_pred(vn, vg, oprsz)) { in HELPER() 3985 if (last_active_pred(vn, vg, oprsz)) { in HELPER() 3996 if (last_active_pred(vn, vg, oprsz)) { in HELPER() 4007 if (last_active_pred(vn, vg, oprsz)) { in HELPER() 4065 if (!last_active_pred(vn, vg, oprsz)) { in HELPER() 4090 if (last_active_pred(vn, vg, oprsz)) { in HELPER()
|