Searched defs:RecognizableInstrBase (Results 1 – 2 of 2) sorted by relevance
183 uint8_t OpPrefix;185 uint8_t OpMap;188 uint8_t Opcode;190 uint8_t Form;194 uint8_t OpSize;196 uint8_t AdSize;198 bool HasREX_W;200 bool HasVEX_4V;202 bool IgnoresW;204 bool HasVEX_L;[all …]
110 RecognizableInstrBase::RecognizableInstrBase(const CodeGenInstruction &insn) { in RecognizableInstrBase() function in RecognizableInstrBase