Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Target/ARM/
DARMBaseInstrInfo.cpp639 bool SPRDest = ARM::SPRRegClass.contains(DestReg); in copyPhysReg() local
643 if (SPRDest && SPRSrc) in copyPhysReg()
647 else if (SPRDest && GPRSrc) in copyPhysReg()
/external/llvm/lib/Target/ARM/
DARMBaseInstrInfo.cpp733 bool SPRDest = ARM::SPRRegClass.contains(DestReg); in copyPhysReg() local
737 if (SPRDest && SPRSrc) in copyPhysReg()
741 else if (SPRDest && GPRSrc) in copyPhysReg()