Searched refs:bitextract (Results 1 – 1 of 1) sorted by relevance
| /openbmc/qemu/target/arm/tcg/ |
| H A D | sve_helper.c | 1607 static uint64_t bitextract(uint64_t data, uint64_t mask, int n) 1621 DO_BITPERM(sve2_bext_b, uint8_t, bitextract) in DO_BITPERM() argument 1622 DO_BITPERM(sve2_bext_h, uint16_t, bitextract) in DO_BITPERM() 1623 DO_BITPERM(sve2_bext_s, uint32_t, bitextract) in DO_BITPERM() 1624 DO_BITPERM(sve2_bext_d, uint64_t, bitextract) in DO_BITPERM()
|