Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/Sparc/
H A DSparcInstrInfo.cpp442 unsigned numSubRegs = 0; in copyPhysReg() local
459 numSubRegs = 2; in copyPhysReg()
472 numSubRegs = 2; in copyPhysReg()
483 numSubRegs = 2; in copyPhysReg()
489 numSubRegs = 4; in copyPhysReg()
504 if (numSubRegs == 0 || subRegIdx == nullptr || movOpc == 0) in copyPhysReg()
510 for (unsigned i = 0; i != numSubRegs; ++i) { in copyPhysReg()