Searched refs:last_active_pred (Results 1 – 1 of 1) sorted by relevance
/qemu/target/arm/tcg/ |
H A D | sve_helper.c | 3887 static bool last_active_pred(void *vd, void *vg, intptr_t oprsz) in last_active_pred() function 4009 if (last_active_pred(vn, vg, oprsz)) { in HELPER() 4020 if (last_active_pred(vn, vg, oprsz)) { in HELPER() 4031 if (last_active_pred(vn, vg, oprsz)) { in HELPER() 4042 if (last_active_pred(vn, vg, oprsz)) { in HELPER() 4100 if (!last_active_pred(vn, vg, oprsz)) { in HELPER() 4125 if (last_active_pred(vn, vg, oprsz)) { in HELPER()
|