Home
last modified time | relevance | path

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

/qemu/disas/
H A Dsparc.c2612 build_hash_table (const sparc_opcode **opcode_table, in build_hash_table() argument
2629 int hash = HASH_INSN (opcode_table[i]->match); in build_hash_table()
2633 h->opcode = opcode_table[i]; in build_hash_table()
/qemu/target/m68k/
H A Dtranslate.c5712 static disas_proc opcode_table[65536]; variable
5745 opcode_table[i] = proc; in register_opcode()
5759 if (opcode_table[0] != NULL) { in register_m68k_insns()
6043 opcode_table[insn](env, dc, insn); in m68k_tr_translate_insn()