Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DX86RecognizableInstr.h183 struct RecognizableInstrBase { struct
185 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 …]
H A DX86RecognizableInstr.cpp111 RecognizableInstrBase::RecognizableInstrBase(const CodeGenInstruction &insn) { in RecognizableInstrBase() function in RecognizableInstrBase