Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/utils/TableGen/
H A DX86RecognizableInstr.h163 struct RecognizableInstrBase { struct
165 uint8_t OpPrefix;
167 uint8_t OpMap;
170 uint8_t Opcode;
172 uint8_t Form;
174 uint8_t Encoding;
176 uint8_t OpSize;
178 uint8_t AdSize;
180 bool HasREX_W;
182 bool HasVEX_4V;
[all …]
H A DX86RecognizableInstr.cpp109 RecognizableInstrBase::RecognizableInstrBase(const CodeGenInstruction &insn) { in RecognizableInstrBase() function in RecognizableInstrBase