Searched defs:x86_opcode (Results 1 – 1 of 1) sorted by relevance
1041 struct x86_opcode { struct1042 bool valid:1;1043 bool regmodrm:1;1044 bool regtorm:1;1045 bool dmo:1;1046 bool todmo:1;1047 bool movs:1;1048 bool cmps:1;1049 bool stos:1;1050 bool lods:1;[all …]