Searched refs:bittree (Results 1 – 2 of 2) sorted by relevance
/toolchain/binutils/binutils-2.25/opcodes/ |
D | aarch64-gen.c | 55 struct bittree struct 59 struct bittree *bits[2]; argument 182 static struct bittree* 185 struct bittree* node; in new_bittree_node() 186 node = malloc (sizeof (struct bittree)); in new_bittree_node() 224 divide_table_1 (struct bittree *bittree, opcode_node *opcode) in divide_table_1() argument 295 bittree->bitno = bitno; in divide_table_1() 336 bittree->bits[0] = new_bittree_node (); in divide_table_1() 337 bittree->bits[1] = new_bittree_node (); in divide_table_1() 338 divide_table_1 (bittree->bits[0], list0.next); in divide_table_1() [all …]
|
D | ia64-gen.c | 163 struct bittree struct 166 struct bittree *bits[3]; /* 0, 1, and X (don't care). */ argument 169 } *bittree; variable 273 static void gen_dis_table (struct bittree *); 293 static void insert_bit_table_ent (struct bittree *, int, ia64_insn, ia64_insn, int, int, ci_t); 294 static void add_dis_entry (struct bittree *, ia64_insn, ia64_insn, int, struct completer_entry *, c… 295 static void compact_distree (struct bittree *); 296 static struct bittree * make_bittree_entry (void); 1719 static struct bittree * 1722 struct bittree *res = tmalloc (struct bittree); in make_bittree_entry() [all …]
|