HomeSort by: relevance | last modified time | path
    Searched defs:bittree (Results 1 - 8 of 8) sorted by relevancy

  /src/external/gpl3/binutils.old/dist/opcodes/
aarch64-gen.c 56 struct bittree struct
60 struct bittree *bits[2];
239 static struct bittree*
242 struct bittree* node;
243 node = malloc (sizeof (struct bittree));
264 Store the bit number in BITTREE->BITNO if the division succeeds. If unable
266 is decided to be undividable and OPCODE will be assigned to BITTREE->LIST.
281 divide_table_1 (struct bittree *bittree, opcode_node *opcode)
351 /* Record in the bittree. *
414 struct bittree *bittree = new_bittree_node (); local
    [all...]
ia64-gen.c 154 struct bittree struct
157 struct bittree *bits[3]; /* 0, 1, and X (don't care). */
160 } *bittree; variable in typeref:struct:bittree
265 static void gen_dis_table (struct bittree *);
285 static void insert_bit_table_ent (struct bittree *, int, ia64_insn, ia64_insn, int, int, ci_t);
286 static void add_dis_entry (struct bittree *, ia64_insn, ia64_insn, int, struct completer_entry *, ci_t);
287 static void compact_distree (struct bittree *);
288 static struct bittree * make_bittree_entry (void);
1717 static struct bittree *
1720 struct bittree *res = tmalloc (struct bittree)
    [all...]
  /src/external/gpl3/gdb/dist/opcodes/
aarch64-gen.c 56 struct bittree struct
60 struct bittree *bits[2];
239 static struct bittree*
242 struct bittree* node;
243 node = malloc (sizeof (struct bittree));
264 Store the bit number in BITTREE->BITNO if the division succeeds. If unable
266 is decided to be undividable and OPCODE will be assigned to BITTREE->LIST.
281 divide_table_1 (struct bittree *bittree, opcode_node *opcode)
351 /* Record in the bittree. *
414 struct bittree *bittree = new_bittree_node (); local
    [all...]
ia64-gen.c 154 struct bittree struct
157 struct bittree *bits[3]; /* 0, 1, and X (don't care). */
160 } *bittree; variable in typeref:struct:bittree
265 static void gen_dis_table (struct bittree *);
285 static void insert_bit_table_ent (struct bittree *, int, ia64_insn, ia64_insn, int, int, ci_t);
286 static void add_dis_entry (struct bittree *, ia64_insn, ia64_insn, int, struct completer_entry *, ci_t);
287 static void compact_distree (struct bittree *);
288 static struct bittree * make_bittree_entry (void);
1717 static struct bittree *
1720 struct bittree *res = tmalloc (struct bittree)
    [all...]
  /src/external/gpl3/gdb.old/dist/opcodes/
aarch64-gen.c 56 struct bittree struct
60 struct bittree *bits[2];
220 static struct bittree*
223 struct bittree* node;
224 node = malloc (sizeof (struct bittree));
245 Store the bit number in BITTREE->BITNO if the division succeeds. If unable
247 is decided to be undividable and OPCODE will be assigned to BITTREE->LIST.
262 divide_table_1 (struct bittree *bittree, opcode_node *opcode)
332 /* Record in the bittree. *
395 struct bittree *bittree = new_bittree_node (); local
    [all...]
ia64-gen.c 154 struct bittree struct
157 struct bittree *bits[3]; /* 0, 1, and X (don't care). */
160 } *bittree; variable in typeref:struct:bittree
265 static void gen_dis_table (struct bittree *);
285 static void insert_bit_table_ent (struct bittree *, int, ia64_insn, ia64_insn, int, int, ci_t);
286 static void add_dis_entry (struct bittree *, ia64_insn, ia64_insn, int, struct completer_entry *, ci_t);
287 static void compact_distree (struct bittree *);
288 static struct bittree * make_bittree_entry (void);
1717 static struct bittree *
1720 struct bittree *res = tmalloc (struct bittree)
    [all...]
  /src/external/gpl3/binutils/dist/opcodes/
aarch64-gen.c 61 struct bittree struct
65 struct bittree *bits[2];
246 static struct bittree*
249 struct bittree* node;
250 node = malloc (sizeof (struct bittree));
271 Store the bit number in BITTREE->BITNO if the division succeeds. If unable
273 is decided to be undividable and OPCODE will be assigned to BITTREE->LIST.
288 divide_table_1 (struct bittree *bittree, opcode_node *opcode)
358 /* Record in the bittree. *
421 struct bittree *bittree = new_bittree_node (); local
    [all...]
ia64-gen.c 154 struct bittree struct
157 struct bittree *bits[3]; /* 0, 1, and X (don't care). */
160 } *bittree; variable in typeref:struct:bittree
265 static void gen_dis_table (struct bittree *);
285 static void insert_bit_table_ent (struct bittree *, int, ia64_insn, ia64_insn, int, int, ci_t);
286 static void add_dis_entry (struct bittree *, ia64_insn, ia64_insn, int, struct completer_entry *, ci_t);
287 static void compact_distree (struct bittree *);
288 static struct bittree * make_bittree_entry (void);
1717 static struct bittree *
1720 struct bittree *res = tmalloc (struct bittree)
    [all...]

Completed in 33 milliseconds