Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/utils/TableGen/
H A DX86RecognizableInstr.cpp58 static uint8_t byteFromRec(const Record* rec, const std::string &name) { in byteFromRec() function
77 OpPrefix = byteFromRec(Rec, "OpPrefixBits"); in RecognizableInstr()
78 OpMap = byteFromRec(Rec, "OpMapBits"); in RecognizableInstr()
79 Opcode = byteFromRec(Rec, "Opcode"); in RecognizableInstr()
80 Form = byteFromRec(Rec, "FormBits"); in RecognizableInstr()
81 Encoding = byteFromRec(Rec, "OpEncBits"); in RecognizableInstr()
83 OpSize = byteFromRec(Rec, "OpSizeBits"); in RecognizableInstr()
84 AdSize = byteFromRec(Rec, "AdSizeBits"); in RecognizableInstr()
87 VEX_WPrefix = byteFromRec(Rec,"VEX_WPrefix"); in RecognizableInstr()
95 CD8_Scale = byteFromRec(Rec, "CD8_Scale"); in RecognizableInstr()