Lines Matching refs:src3
409 bitset_op4_cmp (bitset dst, bitset src1, bitset src2, bitset src3, in bitset_op4_cmp() argument
429 changed = bitset_and_cmp (dst, src3, tmp); in bitset_op4_cmp()
434 changed = bitset_or_cmp (dst, src3, tmp); in bitset_op4_cmp()
439 changed = bitset_or_cmp (dst, src3, tmp); in bitset_op4_cmp()
450 bitset_and_or_ (bitset dst, bitset src1, bitset src2, bitset src3) in bitset_and_or_() argument
452 bitset_and_or_cmp_ (dst, src1, src2, src3); in bitset_and_or_()
459 bitset_and_or_cmp_ (bitset dst, bitset src1, bitset src2, bitset src3) in bitset_and_or_cmp_() argument
461 return bitset_op4_cmp (dst, src1, src2, src3, BITSET_OP_AND_OR); in bitset_and_or_cmp_()
467 bitset_andn_or_ (bitset dst, bitset src1, bitset src2, bitset src3) in bitset_andn_or_() argument
469 bitset_andn_or_cmp_ (dst, src1, src2, src3); in bitset_andn_or_()
476 bitset_andn_or_cmp_ (bitset dst, bitset src1, bitset src2, bitset src3) in bitset_andn_or_cmp_() argument
478 return bitset_op4_cmp (dst, src1, src2, src3, BITSET_OP_ANDN_OR); in bitset_andn_or_cmp_()
484 bitset_or_and_ (bitset dst, bitset src1, bitset src2, bitset src3) in bitset_or_and_() argument
486 bitset_or_and_cmp_ (dst, src1, src2, src3); in bitset_or_and_()
493 bitset_or_and_cmp_ (bitset dst, bitset src1, bitset src2, bitset src3) in bitset_or_and_cmp_() argument
495 return bitset_op4_cmp (dst, src1, src2, src3, BITSET_OP_OR_AND); in bitset_or_and_cmp_()