HomeSort by: relevance | last modified time | path
    Searched refs:CGEN_BITSET (Results 1 - 25 of 142) sorted by relevancy

1 2 3 4 5 6

  /src/external/gpl3/binutils/dist/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...]
  /src/external/gpl3/binutils.old/dist/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...]
  /src/external/gpl3/gdb/dist/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...]
  /src/external/gpl3/gdb.old/dist/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...]
  /src/external/gpl3/binutils/dist/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 497 CGEN_BITSET *isa;
510 static CGEN_BITSET *prev_isa;
515 CGEN_BITSET *isa;
543 static CGEN_BITSET *permanent_isa;
lm32-dis.c 455 CGEN_BITSET *isa;
468 static CGEN_BITSET *prev_isa;
473 CGEN_BITSET *isa;
501 static CGEN_BITSET *permanent_isa;
or1k-dis.c 482 CGEN_BITSET *isa;
495 static CGEN_BITSET *prev_isa;
500 CGEN_BITSET *isa;
528 static CGEN_BITSET *permanent_isa;
xstormy16-dis.c 476 CGEN_BITSET *isa;
489 static CGEN_BITSET *prev_isa;
494 CGEN_BITSET *isa;
522 static CGEN_BITSET *permanent_isa;
cgen-dis.in 345 CGEN_BITSET *isa;
358 static CGEN_BITSET *prev_isa;
363 CGEN_BITSET *isa;
391 static CGEN_BITSET *permanent_isa;
  /src/external/gpl3/binutils.old/dist/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 497 CGEN_BITSET *isa;
510 static CGEN_BITSET *prev_isa;
515 CGEN_BITSET *isa;
543 static CGEN_BITSET *permanent_isa;
lm32-dis.c 455 CGEN_BITSET *isa;
468 static CGEN_BITSET *prev_isa;
473 CGEN_BITSET *isa;
501 static CGEN_BITSET *permanent_isa;
or1k-dis.c 482 CGEN_BITSET *isa;
495 static CGEN_BITSET *prev_isa;
500 CGEN_BITSET *isa;
528 static CGEN_BITSET *permanent_isa;
xstormy16-dis.c 476 CGEN_BITSET *isa;
489 static CGEN_BITSET *prev_isa;
494 CGEN_BITSET *isa;
522 static CGEN_BITSET *permanent_isa;
  /src/external/gpl3/gdb/dist/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 497 CGEN_BITSET *isa;
510 static CGEN_BITSET *prev_isa;
515 CGEN_BITSET *isa;
543 static CGEN_BITSET *permanent_isa;
lm32-dis.c 455 CGEN_BITSET *isa;
468 static CGEN_BITSET *prev_isa;
473 CGEN_BITSET *isa;
501 static CGEN_BITSET *permanent_isa;
or1k-dis.c 482 CGEN_BITSET *isa;
495 static CGEN_BITSET *prev_isa;
500 CGEN_BITSET *isa;
528 static CGEN_BITSET *permanent_isa;
xstormy16-dis.c 476 CGEN_BITSET *isa;
489 static CGEN_BITSET *prev_isa;
494 CGEN_BITSET *isa;
522 static CGEN_BITSET *permanent_isa;
  /src/external/gpl3/gdb.old/dist/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 497 CGEN_BITSET *isa;
510 static CGEN_BITSET *prev_isa;
515 CGEN_BITSET *isa;
543 static CGEN_BITSET *permanent_isa;
lm32-dis.c 455 CGEN_BITSET *isa;
468 static CGEN_BITSET *prev_isa;
473 CGEN_BITSET *isa;
501 static CGEN_BITSET *permanent_isa;
or1k-dis.c 482 CGEN_BITSET *isa;
495 static CGEN_BITSET *prev_isa;
500 CGEN_BITSET *isa;
528 static CGEN_BITSET *permanent_isa;
xstormy16-dis.c 476 CGEN_BITSET *isa;
489 static CGEN_BITSET *prev_isa;
494 CGEN_BITSET *isa;
522 static CGEN_BITSET *permanent_isa;

Completed in 31 milliseconds

1 2 3 4 5 6