HomeSort by relevance Sort by last modified time
    Searched refs:bittree (Results 1 - 2 of 2) sorted by null

  /toolchain/binutils/binutils-2.27/opcodes/
aarch64-gen.c 56 struct bittree struct
60 struct bittree *bits[2];
183 static struct bittree*
186 struct bittree* node;
187 node = malloc (sizeof (struct bittree));
208 Store the bit number in BITTREE->BITNO if the division succeeds. If unable
210 is decided to be undividable and OPCODE will be assigned to BITTREE->LIST.
225 divide_table_1 (struct bittree *bittree, opcode_node *opcode)
295 /* Record in the bittree. *
358 struct bittree *bittree = new_bittree_node (); local
    [all...]
ia64-gen.c 163 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);
    [all...]

Completed in 124 milliseconds