Searched refs:expand_pred_b (Results 1 – 4 of 4) sorted by relevance
57 static inline uint64_t expand_pred_b(uint8_t byte) in expand_pred_b() function
730 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()
1196 n &= expand_pred_b(p); \
1966 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()