Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Target/ARM/
DARMBaseInstrInfo.cpp640 bool SPRSrc = ARM::SPRRegClass.contains(SrcReg); in copyPhysReg() local
643 if (SPRDest && SPRSrc) in copyPhysReg()
645 else if (GPRDest && SPRSrc) in copyPhysReg()
/external/llvm/lib/Target/ARM/
DARMBaseInstrInfo.cpp734 bool SPRSrc = ARM::SPRRegClass.contains(SrcReg); in copyPhysReg() local
737 if (SPRDest && SPRSrc) in copyPhysReg()
739 else if (GPRDest && SPRSrc) in copyPhysReg()