Home
last modified time | relevance | path

Searched refs:SPRSrc (Results 1 – 3 of 3) 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()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/
DARMBaseInstrInfo.cpp821 bool SPRSrc = ARM::SPRRegClass.contains(SrcReg); in copyPhysReg() local
824 if (SPRDest && SPRSrc) in copyPhysReg()
826 else if (GPRDest && SPRSrc) in copyPhysReg()