Searched refs:opc_handler_t (Results 1 – 2 of 2) sorted by relevance
234 struct opc_handler_t {1499 opc_handler_t handler;1622 static opc_handler_t invalid_handler = { in gen_op_cmp() 6189 static inline opc_handler_t **ind_table(void *handler) in create_new_table() 6191 return (opc_handler_t **)((uintptr_t)handler & ~PPC_OPCODE_MASK); in create_new_table() 6196 static void fill_new_table(opc_handler_t **table, int len) in insert_in_table() 6205 static int create_new_table(opc_handler_t **table, unsigned char idx) in insert_in_table() 6207 opc_handler_t **tmp; in register_direct_insn() 6209 tmp = g_new(opc_handler_t *, PPC_CPU_INDIRECT_OPCODES_LEN); in register_direct_insn() 6211 table[idx] = (opc_handler_t *)((uintptr_ in register_direct_insn() 229 struct opc_handler_t { global() struct 231 inval1opc_handler_t global() argument 233 inval2opc_handler_t global() argument 235 typeopc_handler_t global() argument 237 type2opc_handler_t global() argument 239 handleropc_handler_t global() argument [all...]
294 typedef struct opc_handler_t opc_handler_t;1535 opc_handler_t *opcodes[PPC_CPU_OPCODES_LEN];290 typedef struct opc_handler_t opc_handler_t; global() typedef