Home | History | Annotate | Download | only in opcodes

Lines Matching refs:CGEN_BITSET

20 /* Functions for manipulating CGEN_BITSET.  */
28 CGEN_BITSET *
31 CGEN_BITSET * mask = xmalloc (sizeof (* mask));
39 cgen_bitset_init (CGEN_BITSET * mask, unsigned bit_count)
51 cgen_bitset_clear (CGEN_BITSET * mask)
65 cgen_bitset_add (CGEN_BITSET * mask, unsigned bit_num)
81 cgen_bitset_set (CGEN_BITSET * mask, unsigned bit_num)
93 cgen_bitset_contains (CGEN_BITSET * mask, unsigned bit_num)
111 cgen_bitset_compare (CGEN_BITSET * mask1, CGEN_BITSET * mask2)
126 cgen_bitset_intersect_p (CGEN_BITSET * mask1, CGEN_BITSET * mask2)
145 CGEN_BITSET *
146 cgen_bitset_copy (CGEN_BITSET * mask)
148 CGEN_BITSET* newmask;
160 cgen_bitset_union (CGEN_BITSET * mask1, CGEN_BITSET * mask2,
161 CGEN_BITSET * result)