Home
last modified time | relevance | path

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

/openbmc/qemu/target/ppc/
H A Dtranslate.c228 struct opc_handler_t { struct
230 uint32_t inval1;
232 uint32_t inval2;
234 uint64_t type;
236 uint64_t type2;
238 void (*handler)(DisasContext *ctx);
H A Dcpu.h288 typedef struct opc_handler_t opc_handler_t; typedef