Home
last modified time | relevance | path

Searched refs:count_decodable_bits (Results 1 – 3 of 3) sorted by relevance

/trueos/contrib/binutils/opcodes/
HDcgen-dis.c33 static int count_decodable_bits (const CGEN_INSN *);
41 count_decodable_bits (const CGEN_INSN *insn) in count_decodable_bits() function
68 insn_decodable_bits = count_decodable_bits (insn); in add_insn_to_hash_chain()
73 int current_decodable_bits = count_decodable_bits (current_buf->insn); in add_insn_to_hash_chain()
HDChangeLog-0203280 (count_decodable_bits): Ditto.
282 (count_decodable_bits): Prototype definition.
1872 * cgen-dis.c: Add prototypes for count_decodable_bits
HDChangeLog-0001105 * cgen-dis.c (count_decodable_bits): New function.