Home
last modified time | relevance | path

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

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