Home
last modified time | relevance | path

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

/openbmc/qemu/target/arm/tcg/
H A Dsve_helper.c1586 #define DO_BITPERM(NAME, TYPE, OP) \ macro
1611 DO_BITPERM(sve2_bext_b, uint8_t, bitextract) in DO_BITPERM() function
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()
1630 DO_BITPERM(sve2_bdep_b, uint8_t, bitdeposit) in DO_BITPERM() function
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()
1652 DO_BITPERM(sve2_bgrp_b, uint8_t, bitgroup) in DO_BITPERM() function
[all …]