Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/opcodes/
Dcris-dis.c182 static const struct cris_opcode **dip_prefixes = NULL; in get_opcode_entry() local
197 dip_prefixes in get_opcode_entry()
199 if (dip_prefixes == NULL) in get_opcode_entry()
202 memset (dip_prefixes, 0, 65536 * sizeof (dip_prefixes[0])); in get_opcode_entry()
280 prefix_opc_table = dip_prefixes; in get_opcode_entry()