Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/opcodes/
Dsparc-dis.c50 typedef struct sparc_opcode_hash struct
52 struct sparc_opcode_hash *next; argument
54 } sparc_opcode_hash; typedef
56 static sparc_opcode_hash *opcode_hash_table[HASH_SIZE];
196 sparc_opcode_hash *op; in is_delayed_branch()
409 sparc_opcode_hash **hash_table, in build_hash_table()
414 static sparc_opcode_hash *hash_buf = NULL; in build_hash_table()
427 sparc_opcode_hash *h = &hash_buf[i]; in build_hash_table()
469 sparc_opcode_hash *op; in print_insn_sparc()