Searched refs:ppc_opcodes (Results 1 – 1 of 1) sorted by relevance
| /openbmc/qemu/target/ppc/ |
| H A D | translate.c | 6227 static int register_direct_insn(opc_handler_t **ppc_opcodes, in register_ind_in_table() 6230 if (insert_in_table(ppc_opcodes, idx, handler) < 0) { in register_ind_in_table() 6266 static int register_ind_insn(opc_handler_t **ppc_opcodes, in register_dblind_insn() 6270 return register_ind_in_table(ppc_opcodes, idx1, idx2, handler); in register_dblind_insn() 6273 static int register_dblind_insn(opc_handler_t **ppc_opcodes, in register_trplind_insn() 6277 if (register_ind_in_table(ppc_opcodes, idx1, idx2, NULL) < 0) { in register_trplind_insn() 6282 if (register_ind_in_table(ind_table(ppc_opcodes[idx1]), idx2, idx3, in register_trplind_insn() 6292 static int register_trplind_insn(opc_handler_t **ppc_opcodes, in register_trplind_insn() 6299 if (register_ind_in_table(ppc_opcodes, idx1, idx2, NULL) < 0) { in register_insn() 6304 table = ind_table(ppc_opcodes[idx in register_insn() 6207 register_direct_insn(opc_handler_t ** ppc_opcodes,unsigned char idx,opc_handler_t * handler) register_direct_insn() argument 6246 register_ind_insn(opc_handler_t ** ppc_opcodes,unsigned char idx1,unsigned char idx2,opc_handler_t * handler) register_ind_insn() argument 6253 register_dblind_insn(opc_handler_t ** ppc_opcodes,unsigned char idx1,unsigned char idx2,unsigned char idx3,opc_handler_t * handler) register_dblind_insn() argument 6272 register_trplind_insn(opc_handler_t ** ppc_opcodes,unsigned char idx1,unsigned char idx2,unsigned char idx3,unsigned char idx4,opc_handler_t * handler) register_trplind_insn() argument 6298 register_insn(opc_handler_t ** ppc_opcodes,opcode_t * insn) register_insn() argument 6357 fix_opcode_tables(opc_handler_t ** ppc_opcodes) fix_opcode_tables() argument [all...] |