Home
last modified time | relevance | path

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

/openbmc/qemu/target/arm/tcg/
H A Dvec_internal.h420 static inline uint64_t extractn(uint64_t *p, unsigned pos, unsigned len) in extractn() function
H A Dvec_helper.c3461 unsigned index = extractn(indexes, (base + e) * isize, isize); in do_lut_b()
3462 dst[H1(e)] = extractn(table, index * tsize, 8); in do_lut_b()
3477 unsigned index = extractn(indexes, (base + e) * isize, isize); in do_lut_h()
3478 dst[H2(e)] = extractn(table, index * tsize, 16); in do_lut_h()
3493 unsigned index = extractn(indexes, (base + e) * isize, isize); in do_lut_s()
H A Dsve_helper.c3052 depositn(d->p, e * ESIZE, 1, extractn(s->d, elements * idx + e, 1)); \
3078 depositn(d->d, elements * idx + e, 1, extractn(s->p, e * ESIZE, 1)); \