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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Sparc/
H A DSparcInstrInfo.cpp310 unsigned movOpc = 0; local
327 movOpc = SP::ORrr;
340 movOpc = SP::FMOVS;
351 movOpc = SP::FMOVD;
357 movOpc = SP::FMOVS;
371 if (numSubRegs == 0 || subRegIdx == nullptr || movOpc == 0)
382 MachineInstrBuilder MIB = BuildMI(MBB, I, DL, get(movOpc), Dst);

Completed in 112 milliseconds