Home
last modified time | relevance | path

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

/openbmc/qemu/target/ppc/
H A Dtranslate.c228 struct opc_handler_t { struct
1455 opc_handler_t handler;
1578 static opc_handler_t invalid_handler = {
6147 static inline opc_handler_t **ind_table(void *handler) in ind_table()
6165 opc_handler_t **tmp; in create_new_table()
6175 opc_handler_t *handler) in insert_in_table()
6197 static int register_ind_in_table(opc_handler_t **table, in register_ind_in_table()
6226 opc_handler_t *handler) in register_ind_insn()
6255 opc_handler_t **table; in register_trplind_insn()
6367 opc_handler_t **table, **table_2; in destroy_ppc_opcodes()
[all …]
H A Dcpu.h286 typedef struct opc_handler_t opc_handler_t; typedef
1457 opc_handler_t *opcodes[PPC_CPU_OPCODES_LEN];