Home
last modified time | relevance | path

Searched defs:RecognizableInstrBase (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/llvm/utils/TableGen/
H A DX86RecognizableInstr.h164 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 …]
H A DX86RecognizableInstr.cpp109 RecognizableInstrBase::RecognizableInstrBase(const CodeGenInstruction &insn) { in RecognizableInstrBase() function in RecognizableInstrBase