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.c6182 static int register_direct_insn(opc_handler_t **ppc_opcodes, in register_direct_insn() argument
6185 if (insert_in_table(ppc_opcodes, idx, handler) < 0) { in register_direct_insn()
6221 static int register_ind_insn(opc_handler_t **ppc_opcodes, in register_ind_insn() argument
6225 return register_ind_in_table(ppc_opcodes, idx1, idx2, handler); in register_ind_insn()
6228 static int register_dblind_insn(opc_handler_t **ppc_opcodes, in register_dblind_insn() argument
6232 if (register_ind_in_table(ppc_opcodes, idx1, idx2, NULL) < 0) { in register_dblind_insn()
6237 if (register_ind_in_table(ind_table(ppc_opcodes[idx1]), idx2, idx3, in register_dblind_insn()
6247 static int register_trplind_insn(opc_handler_t **ppc_opcodes, in register_trplind_insn() argument
6254 if (register_ind_in_table(ppc_opcodes, idx1, idx2, NULL) < 0) { in register_trplind_insn()
6259 table = ind_table(ppc_opcodes[idx1]); in register_trplind_insn()
[all …]