Home
last modified time | relevance | path

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

/qemu/target/arm/tcg/
H A Dsve_helper.c1597 static uint64_t bitextract(uint64_t data, uint64_t mask, int n)
1611 DO_BITPERM(sve2_bext_b, uint8_t, bitextract) in DO_BITPERM() argument
1612 DO_BITPERM(sve2_bext_h, uint16_t, bitextract) in DO_BITPERM()
1613 DO_BITPERM(sve2_bext_s, uint32_t, bitextract) in DO_BITPERM()
1614 DO_BITPERM(sve2_bext_d, uint64_t, bitextract) in DO_BITPERM()