Searched refs:byteFromRec (Results 1 - 1 of 1) sorted by relevance

/freebsd-11.0-release/contrib/llvm/utils/TableGen/
H A DX86RecognizableInstr.cpp180 /// byteFromRec - Extract a value at most 8 bits in with from a Record given the
186 static uint8_t byteFromRec(const Record* rec, const std::string &name) { function
205 OpPrefix = byteFromRec(Rec, "OpPrefixBits");
206 OpMap = byteFromRec(Rec, "OpMapBits");
207 Opcode = byteFromRec(Rec, "Opcode");
208 Form = byteFromRec(Rec, "FormBits");
209 Encoding = byteFromRec(Rec, "OpEncBits");
211 OpSize = byteFromRec(Rec, "OpSizeBits");
212 AdSize = byteFromRec(Rec, "AdSizeBits");
225 CD8_Scale = byteFromRec(Re
[all...]

Completed in 101 milliseconds