Searched refs:bitdeposit (Results 1 – 1 of 1) sorted by relevance
/qemu/target/arm/tcg/ |
H A D | sve_helper.c | 1639 static uint64_t bitdeposit(uint64_t data, uint64_t mask, int n) in DO_BITPERM() 1653 DO_BITPERM(sve2_bdep_b, uint8_t, bitdeposit) in DO_BITPERM() argument 1654 DO_BITPERM(sve2_bdep_h, uint16_t, bitdeposit) in DO_BITPERM() 1655 DO_BITPERM(sve2_bdep_s, uint32_t, bitdeposit) in DO_BITPERM() 1656 DO_BITPERM(sve2_bdep_d, uint64_t, bitdeposit) in DO_BITPERM()
|