Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/
DMCRegisterInfo.h163 const MCPhysReg (*RegUnitRoots)[2]; // Pointer to regunit root table. variable
268 RegUnitRoots = RURoots; in InitMCRegisterInfo()
650 Reg0 = MCRI->RegUnitRoots[RegUnit][0]; in MCRegUnitRootIterator()
651 Reg1 = MCRI->RegUnitRoots[RegUnit][1]; in MCRegUnitRootIterator()
/external/llvm/include/llvm/MC/
DMCRegisterInfo.h162 const MCPhysReg (*RegUnitRoots)[2]; // Pointer to regunit root table. variable
268 RegUnitRoots = RURoots; in InitMCRegisterInfo()
619 Reg0 = MCRI->RegUnitRoots[RegUnit][0]; in MCRegUnitRootIterator()
620 Reg1 = MCRI->RegUnitRoots[RegUnit][1]; in MCRegUnitRootIterator()
/external/capstone/
DMCRegisterInfo.h85 uint16_t (*RegUnitRoots)[2]; // Pointer to regunit root table. member
DMCRegisterInfo.c46 RI->RegUnitRoots = RURoots; in MCRegisterInfo_InitMCRegisterInfo()