Home
last modified time | relevance | path

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

/qemu/target/ppc/
H A Dtranslate.c229 struct opc_handler_t { struct
231 uint32_t inval1;
233 uint32_t inval2;
235 uint64_t type;
237 uint64_t type2;
239 void (*handler)(DisasContext *ctx);
H A Dcpu.h290 typedef struct opc_handler_t opc_handler_t; typedef