Home
last modified time | relevance | path

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

/openbmc/qemu/target/arm/tcg/
H A Dvec_internal.h57 static inline uint64_t expand_pred_b(uint8_t byte) in expand_pred_b() function
H A Dsme_helper.c1166 n &= expand_pred_b(p); \
H A Dmve_helper.c730 uint16_t bmask = expand_pred_b(mask); in mergemask_uh()
741 uint32_t bmask = expand_pred_b(mask); in mergemask_uw()
752 uint64_t bmask = expand_pred_b(mask); in mergemask_uq()
H A Dsve_helper.c1966 d[i] = n[i] & (expand_pred_b(pg[H1(i)]) ^ inv); in HELPER()
2680 uint64_t pp = expand_pred_b(pg[H1(i)]); in HELPER()
2736 d[i] = val & expand_pred_b(pg[H1(i)]); in HELPER()
3540 uint64_t pp = expand_pred_b(pg[H1(i)]); in HELPER()