Searched defs:RecognizableInstrBase (Results 1 – 2 of 2) sorted by relevance
164 uint8_t OpPrefix;166 uint8_t OpMap;169 uint8_t Opcode;171 uint8_t Form;173 uint8_t Encoding;175 uint8_t OpSize;177 uint8_t AdSize;179 bool HasREX_W;181 bool HasVEX_4V;183 bool HasVEX_W;[all …]
109 RecognizableInstrBase::RecognizableInstrBase(const CodeGenInstruction &insn) { in RecognizableInstrBase() function in RecognizableInstrBase