Home
last modified time | relevance | path

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

/openbmc/qemu/disas/
H A Dsparc.c2267 typedef struct sparc_opcode_hash struct
2269 struct sparc_opcode_hash *next; argument
2271 } sparc_opcode_hash; typedef
2273 static sparc_opcode_hash *opcode_hash_table[HASH_SIZE];
2410 sparc_opcode_hash *op; in is_delayed_branch()
2613 sparc_opcode_hash **hash_table, in build_hash_table()
2618 static sparc_opcode_hash *hash_buf = NULL; in build_hash_table()
2630 sparc_opcode_hash *h = &hash_buf[i]; in build_hash_table()
2672 sparc_opcode_hash *op; in print_insn_sparc()