Searched defs:opc_handler_t (Results 1 – 2 of 2) sorted by relevance
229 struct opc_handler_t { struct231 uint32_t inval1;233 uint32_t inval2;235 uint64_t type;237 uint64_t type2;239 void (*handler)(DisasContext *ctx);
290 typedef struct opc_handler_t opc_handler_t; typedef