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.c116 static inline uint64_t expand_pred_s(uint8_t byte) in expand_pred_s() function
2013 d[i] = n[i] & (expand_pred_s(pg[H1(i)]) ^ inv); in HELPER()
2745 uint64_t pp = expand_pred_s(pg[H1(i)]); in HELPER()
2795 d[i] = val & expand_pred_s(pg[H1(i)]); in HELPER()
3603 uint64_t pp = expand_pred_s(pg[H1(i)]); in HELPER()