Searched defs:MCRegisterDesc (Results 1 - 3 of 3) sorted by relevance

/external/capstone/
H A DMCRegisterInfo.h44 /// MCRegisterDesc - This record contains information about a particular
51 typedef struct MCRegisterDesc { struct
63 } MCRegisterDesc; typedef in typeref:struct:MCRegisterDesc
66 /// array of MCRegisterDesc objects that represent all of the machine
78 MCRegisterDesc *Desc; // Pointer to the descriptor array
96 MCRegisterDesc *D, unsigned NR, unsigned RA,
/external/swiftshader/third_party/LLVM/include/llvm/MC/
H A DMCRegisterInfo.h107 /// MCRegisterDesc - This record contains all of the information known about
117 struct MCRegisterDesc { struct in namespace:llvm
125 /// array of MCRegisterDesc objects that represent all of the machine
140 const MCRegisterDesc *Desc; // Pointer to the descriptor array
154 void InitMCRegisterInfo(const MCRegisterDesc *D, unsigned NR, unsigned RA,
198 const MCRegisterDesc &operator[](unsigned RegNo) const {
207 const MCRegisterDesc &get(unsigned RegNo) const {
/external/llvm/include/llvm/MC/
H A DMCRegisterInfo.h98 /// MCRegisterDesc - This record contains information about a particular
105 struct MCRegisterDesc { struct in namespace:llvm
124 /// array of MCRegisterDesc objects that represent all of the machine
155 const MCRegisterDesc *Desc; // Pointer to the descriptor array
245 void InitMCRegisterInfo(const MCRegisterDesc *D, unsigned NR, unsigned RA,
328 const MCRegisterDesc &operator[](unsigned RegNo) const {
336 const MCRegisterDesc &get(unsigned RegNo) const {
555 // Decode the RegUnits MCRegisterDesc field.

Completed in 214 milliseconds