Home
last modified time | relevance | path

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

/external/llvm/lib/Target/Hexagon/
DHexagonCopyToCombine.cpp172 unsigned HiOpc = HighRegInst->getOpcode(); in areCombinableOperations() local
174 (void)HiOpc; // Fix compiler warning in areCombinableOperations()
176 assert((HiOpc == Hexagon::A2_tfr || HiOpc == Hexagon::A2_tfrsi) && in areCombinableOperations()
/external/llvm/lib/Target/Mips/
DMipsSEInstrInfo.h94 unsigned LoOpc, unsigned HiOpc,
DMipsSEInstrInfo.cpp535 unsigned HiOpc, in expandPseudoMTLoHi() argument
546 MachineInstrBuilder HiInst = BuildMI(MBB, I, DL, get(HiOpc)); in expandPseudoMTLoHi()