Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Target/Blackfin/
DBlackfinInstrInfo.cpp160 static bool inClass(const TargetRegisterClass &Test, in inClass() function
179 if (inClass(BF::DPRegClass, SrcReg, RC)) { in storeRegToStackSlot()
187 if (inClass(BF::D16RegClass, SrcReg, RC)) { in storeRegToStackSlot()
195 if (inClass(BF::AnyCCRegClass, SrcReg, RC)) { in storeRegToStackSlot()
225 if (inClass(BF::DPRegClass, DestReg, RC)) { in loadRegFromStackSlot()
232 if (inClass(BF::D16RegClass, DestReg, RC)) { in loadRegFromStackSlot()
239 if (inClass(BF::AnyCCRegClass, DestReg, RC)) { in loadRegFromStackSlot()