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.c226 struct opc_handler_t { struct
228 uint32_t inval1;
230 uint32_t inval2;
232 uint64_t type;
234 uint64_t type2;
236 void (*handler)(DisasContext *ctx);
H A Dcpu.h287 typedef struct opc_handler_t opc_handler_t; typedef