Searched defs:RURoots (Results 1 - 2 of 2) sorted by relevance

/external/capstone/
H A DMCRegisterInfo.c32 uint16_t (*RURoots)[2], unsigned NRU,
46 RI->RegUnitRoots = RURoots;
28 MCRegisterInfo_InitMCRegisterInfo(MCRegisterInfo *RI, MCRegisterDesc *D, unsigned NR, unsigned RA, unsigned PC, MCRegisterClass *C, unsigned NC, uint16_t (*RURoots)[2], unsigned NRU, MCPhysReg *DL, char *Strings, uint16_t *SubIndices, unsigned NumIndices, uint16_t *RET) argument
/external/llvm/include/llvm/MC/
H A DMCRegisterInfo.h248 const MCPhysReg (*RURoots)[2],
268 RegUnitRoots = RURoots;
245 InitMCRegisterInfo(const MCRegisterDesc *D, unsigned NR, unsigned RA, unsigned PC, const MCRegisterClass *C, unsigned NC, const MCPhysReg (*RURoots)[2], unsigned NRU, const MCPhysReg *DL, const unsigned *RUMS, const char *Strings, const char *ClassStrings, const uint16_t *SubIndices, unsigned NumIndices, const SubRegCoveredBits *SubIdxRanges, const uint16_t *RET) argument

Completed in 152 milliseconds