HomeSort by relevance Sort by last modified time
    Searched refs:CGEN_BITSET (Results 1 - 25 of 36) sorted by null

1 2

  /toolchain/binutils/binutils-2.25/include/cgen/
bitset.h 1 /* Header file the type CGEN_BITSET.
35 typedef struct cgen_bitset struct
39 } 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 *);
    [all...]
  /toolchain/binutils/binutils-2.25/opcodes/
cgen-bitset.c 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
    [all...]
iq2000-dis.c 495 CGEN_BITSET *isa;
507 static CGEN_BITSET *prev_isa;
511 CGEN_BITSET *isa;
536 static CGEN_BITSET *permanent_isa;
lm32-dis.c 453 CGEN_BITSET *isa;
465 static CGEN_BITSET *prev_isa;
469 CGEN_BITSET *isa;
494 static CGEN_BITSET *permanent_isa;
or1k-dis.c 447 CGEN_BITSET *isa;
459 static CGEN_BITSET *prev_isa;
463 CGEN_BITSET *isa;
488 static CGEN_BITSET *permanent_isa;
xstormy16-dis.c 474 CGEN_BITSET *isa;
486 static CGEN_BITSET *prev_isa;
490 CGEN_BITSET *isa;
515 static CGEN_BITSET *permanent_isa;
cgen-dis.in 345 CGEN_BITSET *isa;
357 static CGEN_BITSET *prev_isa;
361 CGEN_BITSET *isa;
386 static CGEN_BITSET *permanent_isa;
epiphany-dis.c 584 CGEN_BITSET *isa;
596 static CGEN_BITSET *prev_isa;
600 CGEN_BITSET *isa;
625 static CGEN_BITSET *permanent_isa;
fr30-dis.c 605 CGEN_BITSET *isa;
617 static CGEN_BITSET *prev_isa;
621 CGEN_BITSET *isa;
646 static CGEN_BITSET *permanent_isa;
ip2k-dis.c 594 CGEN_BITSET *isa;
606 static CGEN_BITSET *prev_isa;
610 CGEN_BITSET *isa;
635 static CGEN_BITSET *permanent_isa;
m32r-dis.c 585 CGEN_BITSET *isa;
597 static CGEN_BITSET *prev_isa;
601 CGEN_BITSET *isa;
626 static CGEN_BITSET *permanent_isa;
mt-dis.c 596 CGEN_BITSET *isa;
608 static CGEN_BITSET *prev_isa;
612 CGEN_BITSET *isa;
637 static CGEN_BITSET *permanent_isa;
ip2k-desc.c 956 CGEN_BITSET *isas = cd->isas;
1049 CGEN_BITSET *isas = 0; /* 0 = "unspecified" */
1068 isas = va_arg (ap, CGEN_BITSET *);
    [all...]
lm32-desc.c 943 CGEN_BITSET *isas = cd->isas;
1036 CGEN_BITSET *isas = 0; /* 0 = "unspecified" */
1055 isas = va_arg (ap, CGEN_BITSET *);
    [all...]
frv-dis.c 702 CGEN_BITSET *isa;
714 static CGEN_BITSET *prev_isa;
718 CGEN_BITSET *isa;
743 static CGEN_BITSET *permanent_isa;
xc16x-dis.c 726 CGEN_BITSET *isa;
738 static CGEN_BITSET *prev_isa;
742 CGEN_BITSET *isa;
767 static CGEN_BITSET *permanent_isa;
m32c-dis.c     [all...]
mep-dis.c     [all...]
fr30-desc.c     [all...]
m32r-desc.c     [all...]
mt-desc.c     [all...]
xstormy16-desc.c     [all...]
epiphany-desc.c     [all...]
iq2000-desc.c     [all...]
  /toolchain/binutils/binutils-2.25/include/opcode/
cgen.h 120 typedef CGEN_BITSET CGEN_ATTR_VALUE_BITSET_TYPE;
    [all...]

Completed in 3131 milliseconds

1 2