Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.27/opcodes/
Dsparc-dis.c55 typedef struct sparc_opcode_hash struct
57 struct sparc_opcode_hash *next; argument
59 } sparc_opcode_hash; argument
61 static sparc_opcode_hash *opcode_hash_table[HASH_SIZE];
201 sparc_opcode_hash *op; in is_delayed_branch()
429 sparc_opcode_hash **hash_table, in build_hash_table()
434 static sparc_opcode_hash *hash_buf = NULL; in build_hash_table()
447 sparc_opcode_hash *h = &hash_buf[i]; in build_hash_table()
489 sparc_opcode_hash *op; in print_insn_sparc()