Searched refs:bittree (Results 1 - 3 of 3) sorted by relevance

/haiku-buildtools/binutils/opcodes/
H A Daarch64-gen.c56 struct bittree struct
60 struct bittree *bits[2];
183 static struct bittree*
186 struct bittree* node;
187 node = malloc (sizeof (struct bittree));
225 divide_table_1 (struct bittree *bittree, opcode_node *opcode) argument
295 /* Record in the bittree. */
296 bittree->bitno = bitno;
337 bittree
358 struct bittree *bittree = new_bittree_node (); local
392 print_decision_tree_1(unsigned int indent, struct bittree* bittree) argument
429 print_decision_tree(struct bittree* bittree) argument
456 print_find_next_opcode_1(struct bittree* bittree) argument
500 print_find_next_opcode(struct bittree* bittree) argument
528 release_resource_decoder_tree(struct bittree* bittree) argument
[all...]
H A Dia64-gen.c163 struct bittree struct
166 struct bittree *bits[3]; /* 0, 1, and X (don't care). */
169 } *bittree; variable in typeref:struct:bittree
274 static void gen_dis_table (struct bittree *);
294 static void insert_bit_table_ent (struct bittree *, int, ia64_insn, ia64_insn, int, int, ci_t);
295 static void add_dis_entry (struct bittree *, ia64_insn, ia64_insn, int, struct completer_entry *, ci_t);
296 static void compact_distree (struct bittree *);
297 static struct bittree * make_bittree_entry (void);
1724 static struct bittree *
1727 struct bittree *re
[all...]
/haiku-buildtools/legacy/binutils/opcodes/
H A Dia64-gen.c163 struct bittree struct
166 struct bittree *bits[3]; /* 0, 1, and X (don't care). */
169 } *bittree; variable in typeref:struct:bittree
274 static void gen_dis_table (struct bittree *);
294 static void insert_bit_table_ent (struct bittree *, int, ia64_insn, ia64_insn, int, int, int);
295 static void add_dis_entry (struct bittree *, ia64_insn, ia64_insn, int, struct completer_entry *, int);
296 static void compact_distree (struct bittree *);
297 static struct bittree * make_bittree_entry (void);
1708 static struct bittree *
1711 struct bittree *re
[all...]

Completed in 63 milliseconds