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

123

/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/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 PARAMS ((unsigned));
42 extern void cgen_bitset_init PARAMS ((CGEN_BITSET *, unsigned));
43 extern void cgen_bitset_clear PARAMS ((CGEN_BITSET *));
44 extern void cgen_bitset_add PARAMS ((CGEN_BITSET *, unsigned));
45 extern void cgen_bitset_set PARAMS ((CGEN_BITSET *, unsigned));
46 extern int cgen_bitset_compare PARAMS ((CGEN_BITSET *, CGEN_BITSET *));
47 extern void cgen_bitset_union PARAMS ((CGEN_BITSET *, CGEN_BITSE
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/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 PARAMS ((unsigned));
42 extern void cgen_bitset_init PARAMS ((CGEN_BITSET *, unsigned));
43 extern void cgen_bitset_clear PARAMS ((CGEN_BITSET *));
44 extern void cgen_bitset_add PARAMS ((CGEN_BITSET *, unsigned));
45 extern void cgen_bitset_set PARAMS ((CGEN_BITSET *, unsigned));
46 extern int cgen_bitset_compare PARAMS ((CGEN_BITSET *, CGEN_BITSET *));
47 extern void cgen_bitset_union PARAMS ((CGEN_BITSET *, CGEN_BITSE
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/opcodes/
H A Dcgen-bitset.c21 /* 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.c496 CGEN_BITSET *isa;
508 static CGEN_BITSET *prev_isa;
512 CGEN_BITSET *isa;
537 static CGEN_BITSET *permanent_isa;
H A Dlm32-dis.c454 CGEN_BITSET *isa;
466 static CGEN_BITSET *prev_isa;
470 CGEN_BITSET *isa;
495 static CGEN_BITSET *permanent_isa;
H A Dopenrisc-dis.c442 CGEN_BITSET *isa;
454 static CGEN_BITSET *prev_isa;
458 CGEN_BITSET *isa;
483 static CGEN_BITSET *permanent_isa;
H A Dxstormy16-dis.c475 CGEN_BITSET *isa;
487 static CGEN_BITSET *prev_isa;
491 CGEN_BITSET *isa;
516 static CGEN_BITSET *permanent_isa;
H A Dcgen-dis.in346 CGEN_BITSET *isa;
358 static CGEN_BITSET *prev_isa;
362 CGEN_BITSET *isa;
387 static CGEN_BITSET *permanent_isa;
H A Dfr30-dis.c606 CGEN_BITSET *isa;
618 static CGEN_BITSET *prev_isa;
622 CGEN_BITSET *isa;
647 static CGEN_BITSET *permanent_isa;
H A Dip2k-dis.c595 CGEN_BITSET *isa;
607 static CGEN_BITSET *prev_isa;
611 CGEN_BITSET *isa;
636 static CGEN_BITSET *permanent_isa;
H A Dm32r-dis.c586 CGEN_BITSET *isa;
598 static CGEN_BITSET *prev_isa;
602 CGEN_BITSET *isa;
627 static CGEN_BITSET *permanent_isa;
H A Dmt-dis.c597 CGEN_BITSET *isa;
609 static CGEN_BITSET *prev_isa;
613 CGEN_BITSET *isa;
638 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 *);
H A Dlm32-desc.c938 CGEN_BITSET *isas = cd->isas;
1031 CGEN_BITSET *isas = 0; /* 0 = "unspecified" */
1050 isas = va_arg (ap, CGEN_BITSET *);
H A Dopenrisc-desc.c797 CGEN_BITSET *isas = cd->isas;
890 CGEN_BITSET *isas = 0; /* 0 = "unspecified" */
909 isas = va_arg (ap, CGEN_BITSET *);
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/opcodes/
H A Dcgen-bitset.c21 /* 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.c496 CGEN_BITSET *isa;
508 static CGEN_BITSET *prev_isa;
512 CGEN_BITSET *isa;
537 static CGEN_BITSET *permanent_isa;
H A Dlm32-dis.c454 CGEN_BITSET *isa;
466 static CGEN_BITSET *prev_isa;
470 CGEN_BITSET *isa;
495 static CGEN_BITSET *permanent_isa;
H A Dopenrisc-dis.c442 CGEN_BITSET *isa;
454 static CGEN_BITSET *prev_isa;
458 CGEN_BITSET *isa;
483 static CGEN_BITSET *permanent_isa;
H A Dxstormy16-dis.c475 CGEN_BITSET *isa;
487 static CGEN_BITSET *prev_isa;
491 CGEN_BITSET *isa;
516 static CGEN_BITSET *permanent_isa;
H A Dfr30-dis.c606 CGEN_BITSET *isa;
618 static CGEN_BITSET *prev_isa;
622 CGEN_BITSET *isa;
647 static CGEN_BITSET *permanent_isa;
H A Dip2k-dis.c595 CGEN_BITSET *isa;
607 static CGEN_BITSET *prev_isa;
611 CGEN_BITSET *isa;
636 static CGEN_BITSET *permanent_isa;
H A Dm32r-dis.c586 CGEN_BITSET *isa;
598 static CGEN_BITSET *prev_isa;
602 CGEN_BITSET *isa;
627 static CGEN_BITSET *permanent_isa;
H A Dmt-dis.c597 CGEN_BITSET *isa;
609 static CGEN_BITSET *prev_isa;
613 CGEN_BITSET *isa;
638 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 143 milliseconds

123