Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/utils/TableGen/
H A DX86RecognizableInstr.cpp104 static uint8_t byteFromRec(const Record* rec, StringRef name) { in byteFromRec() function
112 OpPrefix = byteFromRec(Rec, "OpPrefixBits"); in RecognizableInstrBase()
113 OpMap = byteFromRec(Rec, "OpMapBits"); in RecognizableInstrBase()
114 Opcode = byteFromRec(Rec, "Opcode"); in RecognizableInstrBase()
115 Form = byteFromRec(Rec, "FormBits"); in RecognizableInstrBase()
116 Encoding = byteFromRec(Rec, "OpEncBits"); in RecognizableInstrBase()
117 OpSize = byteFromRec(Rec, "OpSizeBits"); in RecognizableInstrBase()
118 AdSize = byteFromRec(Rec, "AdSizeBits"); in RecognizableInstrBase()
131 CD8_Scale = byteFromRec(Rec, "CD8_Scale"); in RecognizableInstrBase()