Searched refs:bitdeposit (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/target/arm/tcg/ |
H A D | sve_helper.c | 1616 static uint64_t bitdeposit(uint64_t data, uint64_t mask, int n) in DO_BITPERM() 1630 DO_BITPERM(sve2_bdep_b, uint8_t, bitdeposit) in DO_BITPERM() argument 1631 DO_BITPERM(sve2_bdep_h, uint16_t, bitdeposit) in DO_BITPERM() 1632 DO_BITPERM(sve2_bdep_s, uint32_t, bitdeposit) in DO_BITPERM() 1633 DO_BITPERM(sve2_bdep_d, uint64_t, bitdeposit) in DO_BITPERM()
|