Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/Sparc/
H A DSparcInstrInfo.cpp443 unsigned movOpc = 0; in copyPhysReg() local
460 movOpc = SP::ORrr; in copyPhysReg()
473 movOpc = SP::FMOVS; in copyPhysReg()
484 movOpc = SP::FMOVD; in copyPhysReg()
490 movOpc = SP::FMOVS; in copyPhysReg()
504 if (numSubRegs == 0 || subRegIdx == nullptr || movOpc == 0) in copyPhysReg()
515 MachineInstrBuilder MIB = BuildMI(MBB, I, DL, get(movOpc), Dst); in copyPhysReg()