Home
last modified time | relevance | path

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

/openbmc/qemu/target/arm/tcg/
H A Dvec_internal.h64 static inline uint64_t expand_pred_h(uint8_t byte) in expand_pred_h() function
H A Dsme_helper.c1179 n &= expand_pred_h(p); \
H A Dsve_helper.c1978 d[i] = n[i] & (expand_pred_h(pg[H1(i)]) ^ inv); in HELPER()
2695 uint64_t pp = expand_pred_h(pg[H1(i)]); in HELPER()
2748 d[i] = val & expand_pred_h(pg[H1(i)]); in HELPER()
3554 uint64_t pp = expand_pred_h(pg[H1(i)]); in HELPER()