Searched refs:byteFromRec (Results 1 – 1 of 1) sorted by relevance
169 static uint8_t byteFromRec(const Record* rec, const std::string &name) { in byteFromRec() function188 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()