Home
last modified time | relevance | path

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

/qemu/target/arm/tcg/
H A Dsve_helper.c109 static inline uint64_t expand_pred_s(uint8_t byte) in expand_pred_s() function
1990 d[i] = n[i] & (expand_pred_s(pg[H1(i)]) ^ inv); in HELPER()
2710 uint64_t pp = expand_pred_s(pg[H1(i)]); in HELPER()
2760 d[i] = val & expand_pred_s(pg[H1(i)]); in HELPER()
3568 uint64_t pp = expand_pred_s(pg[H1(i)]); in HELPER()