Home
last modified time | relevance | path

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

/external/llvm/lib/Target/Sparc/
DSparcInstrInfo.cpp284 unsigned numSubRegs = 0; in copyPhysReg() local
301 numSubRegs = 2; in copyPhysReg()
314 numSubRegs = 2; in copyPhysReg()
325 numSubRegs = 2; in copyPhysReg()
331 numSubRegs = 4; in copyPhysReg()
346 if (numSubRegs == 0 || subRegIdx == nullptr || movOpc == 0) in copyPhysReg()
352 for (unsigned i = 0; i != numSubRegs; ++i) { in copyPhysReg()