Searched defs:RecognizableInstrBase (Results 1 – 2 of 2) sorted by relevance
163 struct RecognizableInstrBase { struct165 uint8_t OpPrefix;167 uint8_t OpMap;170 uint8_t Opcode;172 uint8_t Form;174 uint8_t Encoding;176 uint8_t OpSize;178 uint8_t AdSize;180 bool HasREX_W;182 bool HasVEX_4V;[all …]
109 RecognizableInstrBase::RecognizableInstrBase(const CodeGenInstruction &insn) { in RecognizableInstrBase() function in RecognizableInstrBase