Home
last modified time | relevance | path

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

/external/llvm/utils/TableGen/
DX86RecognizableInstr.cpp186 static uint8_t byteFromRec(const Record* rec, const std::string &name) { in byteFromRec() function
205 OpPrefix = byteFromRec(Rec, "OpPrefixBits"); in RecognizableInstr()
206 OpMap = byteFromRec(Rec, "OpMapBits"); in RecognizableInstr()
207 Opcode = byteFromRec(Rec, "Opcode"); in RecognizableInstr()
208 Form = byteFromRec(Rec, "FormBits"); in RecognizableInstr()
209 Encoding = byteFromRec(Rec, "OpEncBits"); in RecognizableInstr()
211 OpSize = byteFromRec(Rec, "OpSizeBits"); in RecognizableInstr()
212 AdSize = byteFromRec(Rec, "AdSizeBits"); in RecognizableInstr()
225 CD8_Scale = byteFromRec(Rec, "CD8_Scale"); in RecognizableInstr()
/external/llvm-project/llvm/utils/TableGen/
DX86RecognizableInstr.cpp57 static uint8_t byteFromRec(const Record* rec, const std::string &name) { in byteFromRec() function
76 OpPrefix = byteFromRec(Rec, "OpPrefixBits"); in RecognizableInstr()
77 OpMap = byteFromRec(Rec, "OpMapBits"); in RecognizableInstr()
78 Opcode = byteFromRec(Rec, "Opcode"); in RecognizableInstr()
79 Form = byteFromRec(Rec, "FormBits"); in RecognizableInstr()
80 Encoding = byteFromRec(Rec, "OpEncBits"); in RecognizableInstr()
82 OpSize = byteFromRec(Rec, "OpSizeBits"); in RecognizableInstr()
83 AdSize = byteFromRec(Rec, "AdSizeBits"); in RecognizableInstr()
95 CD8_Scale = byteFromRec(Rec, "CD8_Scale"); in RecognizableInstr()