Home
last modified time | relevance | path

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

/external/llvm/utils/TableGen/
DX86RecognizableInstr.cpp169 static uint8_t byteFromRec(const Record* rec, const std::string &name) { in byteFromRec() function
188 OpPrefix = byteFromRec(Rec, "OpPrefixBits"); in RecognizableInstr()
189 OpMap = byteFromRec(Rec, "OpMapBits"); in RecognizableInstr()
190 Opcode = byteFromRec(Rec, "Opcode"); in RecognizableInstr()
191 Form = byteFromRec(Rec, "FormBits"); in RecognizableInstr()
192 Encoding = byteFromRec(Rec, "OpEncBits"); in RecognizableInstr()
194 OpSize = byteFromRec(Rec, "OpSizeBits"); in RecognizableInstr()