Lines Matching defs:RecognizableInstrBase
162 struct RecognizableInstrBase { struct
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;
185 bool IgnoresVEX_W;
209 RecognizableInstrBase(const CodeGenInstruction &insn); argument