Home
last modified time | relevance | path

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

/openbmc/qemu/target/ppc/
H A Dtranslate.c7025 static int register_direct_insn(opc_handler_t **ppc_opcodes, in register_direct_insn() argument
7028 if (insert_in_table(ppc_opcodes, idx, handler) < 0) { in register_direct_insn()
7064 static int register_ind_insn(opc_handler_t **ppc_opcodes, in register_ind_insn() argument
7068 return register_ind_in_table(ppc_opcodes, idx1, idx2, handler); in register_ind_insn()
7071 static int register_dblind_insn(opc_handler_t **ppc_opcodes, in register_dblind_insn() argument
7075 if (register_ind_in_table(ppc_opcodes, idx1, idx2, NULL) < 0) { in register_dblind_insn()
7090 static int register_trplind_insn(opc_handler_t **ppc_opcodes, in register_trplind_insn() argument
7097 if (register_ind_in_table(ppc_opcodes, idx1, idx2, NULL) < 0) { in register_trplind_insn()
7102 table = ind_table(ppc_opcodes[idx1]); in register_trplind_insn()
7133 if (register_ind_insn(ppc_opcodes, insn->opc1, in register_insn()
[all …]