Searched defs:RecognizableInstrBase (Results 1 – 2 of 2) sorted by relevance
183 struct RecognizableInstrBase { struct185 uint8_t OpPrefix;187 uint8_t OpMap;190 uint8_t Opcode;192 uint8_t Form;194 uint8_t Encoding;196 uint8_t OpSize;198 uint8_t AdSize;200 bool HasREX_W;202 bool HasVEX_4V;[all …]
111 RecognizableInstrBase::RecognizableInstrBase(const CodeGenInstruction &insn) { in RecognizableInstrBase() function in RecognizableInstrBase