Home
last modified time | relevance | path

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

/openbmc/qemu/target/s390x/tcg/
H A Dtranslate.c54 typedef struct DisasInsn DisasInsn; typedef
1046 struct DisasInsn { struct
1047 unsigned opc:16;
1048 unsigned flags:16;
1049 DisasFormat fmt:8;
1050 unsigned fac:8;
1051 unsigned spec:8;
1053 const char *name;
1056 void (*help_in1)(DisasContext *, DisasOps *);
1057 void (*help_in2)(DisasContext *, DisasOps *);
[all …]