• Home
  • Raw
  • Download

Lines Matching refs:src3

872 vbitset_and_or (bitset dst, bitset src1, bitset src2, bitset src3)  in vbitset_and_or()  argument
882 || BITSET_NBITS_ (src1) != BITSET_NBITS_ (src3)) in vbitset_and_or()
884 bitset_and_or_ (dst, src1, src2, src3); in vbitset_and_or()
892 src3p = VBITSET_WORDS (src3); in vbitset_and_or()
902 vbitset_and_or_cmp (bitset dst, bitset src1, bitset src2, bitset src3) in vbitset_and_or_cmp() argument
913 || BITSET_NBITS_ (src1) != BITSET_NBITS_ (src3)) in vbitset_and_or_cmp()
914 return bitset_and_or_cmp_ (dst, src1, src2, src3); in vbitset_and_or_cmp()
920 src3p = VBITSET_WORDS (src3); in vbitset_and_or_cmp()
939 vbitset_andn_or (bitset dst, bitset src1, bitset src2, bitset src3) in vbitset_andn_or() argument
949 || BITSET_NBITS_ (src1) != BITSET_NBITS_ (src3)) in vbitset_andn_or()
951 bitset_andn_or_ (dst, src1, src2, src3); in vbitset_andn_or()
959 src3p = VBITSET_WORDS (src3); in vbitset_andn_or()
969 vbitset_andn_or_cmp (bitset dst, bitset src1, bitset src2, bitset src3) in vbitset_andn_or_cmp() argument
980 || BITSET_NBITS_ (src1) != BITSET_NBITS_ (src3)) in vbitset_andn_or_cmp()
981 return bitset_andn_or_cmp_ (dst, src1, src2, src3); in vbitset_andn_or_cmp()
987 src3p = VBITSET_WORDS (src3); in vbitset_andn_or_cmp()
1006 vbitset_or_and (bitset dst, bitset src1, bitset src2, bitset src3) in vbitset_or_and() argument
1016 || BITSET_NBITS_ (src1) != BITSET_NBITS_ (src3)) in vbitset_or_and()
1018 bitset_or_and_ (dst, src1, src2, src3); in vbitset_or_and()
1026 src3p = VBITSET_WORDS (src3); in vbitset_or_and()
1036 vbitset_or_and_cmp (bitset dst, bitset src1, bitset src2, bitset src3) in vbitset_or_and_cmp() argument
1047 || BITSET_NBITS_ (src1) != BITSET_NBITS_ (src3)) in vbitset_or_and_cmp()
1048 return bitset_or_and_cmp_ (dst, src1, src2, src3); in vbitset_or_and_cmp()
1054 src3p = VBITSET_WORDS (src3); in vbitset_or_and_cmp()