Home
last modified time | relevance | path

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

/openbmc/qemu/target/i386/tcg/
H A Ddecode-new.h267 typedef struct X86OpEntry X86OpEntry; typedef
277 struct X86OpEntry { struct
279 union {
284 X86OpType op0:8;
285 X86OpSize s0:8;
286 X86OpType op1:8;
287 X86OpSize s1:8;
288 X86OpType op2:8;
289 X86OpSize s2:8;
291 X86OpType op3:8;
[all …]