Searched refs:extractn (Results 1 – 3 of 3) sorted by relevance
| /openbmc/qemu/target/arm/tcg/ |
| H A D | vec_internal.h | 420 static inline uint64_t extractn(uint64_t *p, unsigned pos, unsigned len) in extractn() function
|
| H A D | vec_helper.c | 3461 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 D | sve_helper.c | 3052 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)); \
|