Searched refs:CGEN_BITSET (Results 1 - 25 of 61) sorted by relevance

123

/haiku-buildtools/binutils/include/cgen/
H A Dbitset.h1 /* Header file the type CGEN_BITSET.
39 } CGEN_BITSET; typedef in typeref:struct:cgen_bitset
41 extern CGEN_BITSET *cgen_bitset_create (unsigned);
42 extern void cgen_bitset_init (CGEN_BITSET *, unsigned);
43 extern void cgen_bitset_clear (CGEN_BITSET *);
44 extern void cgen_bitset_add (CGEN_BITSET *, unsigned);
45 extern void cgen_bitset_set (CGEN_BITSET *, unsigned);
46 extern int cgen_bitset_compare (CGEN_BITSET *, CGEN_BITSET *);
47 extern void cgen_bitset_union (CGEN_BITSET *, CGEN_BITSE
[all...]
/haiku-buildtools/legacy/binutils/include/opcode/
H A Dcgen-bitset.h1 /* Header file the type CGEN_BITSET.
38 } CGEN_BITSET; typedef in typeref:struct:cgen_bitset
40 extern CGEN_BITSET *cgen_bitset_create PARAMS ((unsigned));
41 extern void cgen_bitset_init PARAMS ((CGEN_BITSET *, unsigned));
42 extern void cgen_bitset_clear PARAMS ((CGEN_BITSET *));
43 extern void cgen_bitset_add PARAMS ((CGEN_BITSET *, unsigned));
44 extern void cgen_bitset_set PARAMS ((CGEN_BITSET *, unsigned));
45 extern int cgen_bitset_compare PARAMS ((CGEN_BITSET *, CGEN_BITSET *));
46 extern void cgen_bitset_union PARAMS ((CGEN_BITSET *, CGEN_BITSE
[all...]
/haiku-buildtools/legacy/binutils/opcodes/
H A Dcgen-bitset.c22 /* Functions for manipulating CGEN_BITSET. */
29 CGEN_BITSET *
32 CGEN_BITSET * mask = xmalloc (sizeof (* mask));
40 cgen_bitset_init (CGEN_BITSET * mask, unsigned bit_count)
52 cgen_bitset_clear (CGEN_BITSET * mask)
66 cgen_bitset_add (CGEN_BITSET * mask, unsigned bit_num)
82 cgen_bitset_set (CGEN_BITSET * mask, unsigned bit_num)
94 cgen_bitset_contains (CGEN_BITSET * mask, unsigned bit_num)
112 cgen_bitset_compare (CGEN_BITSET * mask1, CGEN_BITSET * mask
[all...]
H A Diq2000-dis.c504 CGEN_BITSET *isa;
516 static CGEN_BITSET *prev_isa;
520 CGEN_BITSET *isa;
545 static CGEN_BITSET *permanent_isa;
H A Dopenrisc-dis.c450 CGEN_BITSET *isa;
462 static CGEN_BITSET *prev_isa;
466 CGEN_BITSET *isa;
491 static CGEN_BITSET *permanent_isa;
H A Dxstormy16-dis.c483 CGEN_BITSET *isa;
495 static CGEN_BITSET *prev_isa;
499 CGEN_BITSET *isa;
524 static CGEN_BITSET *permanent_isa;
H A Dcgen-dis.in354 CGEN_BITSET *isa;
366 static CGEN_BITSET *prev_isa;
370 CGEN_BITSET *isa;
395 static CGEN_BITSET *permanent_isa;
H A Dfr30-dis.c614 CGEN_BITSET *isa;
626 static CGEN_BITSET *prev_isa;
630 CGEN_BITSET *isa;
655 static CGEN_BITSET *permanent_isa;
H A Dip2k-dis.c603 CGEN_BITSET *isa;
615 static CGEN_BITSET *prev_isa;
619 CGEN_BITSET *isa;
644 static CGEN_BITSET *permanent_isa;
H A Dm32r-dis.c571 CGEN_BITSET *isa;
583 static CGEN_BITSET *prev_isa;
587 CGEN_BITSET *isa;
612 static CGEN_BITSET *permanent_isa;
H A Dmt-dis.c605 CGEN_BITSET *isa;
617 static CGEN_BITSET *prev_isa;
621 CGEN_BITSET *isa;
646 static CGEN_BITSET *permanent_isa;
H A Dxc16x-dis.c690 CGEN_BITSET *isa;
702 static CGEN_BITSET *prev_isa;
706 CGEN_BITSET *isa;
731 static CGEN_BITSET *permanent_isa;
H A Dip2k-desc.c976 CGEN_BITSET *isas = cd->isas;
1073 CGEN_BITSET *isas = 0; /* 0 = "unspecified" */
1092 isas = va_arg (ap, CGEN_BITSET *);
H A Dopenrisc-desc.c817 CGEN_BITSET *isas = cd->isas;
914 CGEN_BITSET *isas = 0; /* 0 = "unspecified" */
933 isas = va_arg (ap, CGEN_BITSET *);
/haiku-buildtools/binutils/opcodes/
H A Dcgen-bitset.c20 /* 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 * mask
[all...]
H A Dlm32-dis.c453 CGEN_BITSET *isa;
465 static CGEN_BITSET *prev_isa;
469 CGEN_BITSET *isa;
494 static CGEN_BITSET *permanent_isa;
H A Dor1k-dis.c447 CGEN_BITSET *isa;
459 static CGEN_BITSET *prev_isa;
463 CGEN_BITSET *isa;
488 static CGEN_BITSET *permanent_isa;
H A Diq2000-dis.c495 CGEN_BITSET *isa;
507 static CGEN_BITSET *prev_isa;
511 CGEN_BITSET *isa;
536 static CGEN_BITSET *permanent_isa;
H A Dxstormy16-dis.c474 CGEN_BITSET *isa;
486 static CGEN_BITSET *prev_isa;
490 CGEN_BITSET *isa;
515 static CGEN_BITSET *permanent_isa;
H A Dfr30-dis.c605 CGEN_BITSET *isa;
617 static CGEN_BITSET *prev_isa;
621 CGEN_BITSET *isa;
646 static CGEN_BITSET *permanent_isa;
H A Dip2k-dis.c594 CGEN_BITSET *isa;
606 static CGEN_BITSET *prev_isa;
610 CGEN_BITSET *isa;
635 static CGEN_BITSET *permanent_isa;
H A Dm32r-dis.c585 CGEN_BITSET *isa;
597 static CGEN_BITSET *prev_isa;
601 CGEN_BITSET *isa;
626 static CGEN_BITSET *permanent_isa;
H A Depiphany-dis.c585 CGEN_BITSET *isa;
597 static CGEN_BITSET *prev_isa;
601 CGEN_BITSET *isa;
626 static CGEN_BITSET *permanent_isa;
H A Dmt-dis.c596 CGEN_BITSET *isa;
608 static CGEN_BITSET *prev_isa;
612 CGEN_BITSET *isa;
637 static CGEN_BITSET *permanent_isa;
H A Dip2k-desc.c956 CGEN_BITSET *isas = cd->isas;
1049 CGEN_BITSET *isas = 0; /* 0 = "unspecified" */
1068 isas = va_arg (ap, CGEN_BITSET *);

Completed in 279 milliseconds

123