Home
last modified time | relevance | path

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

/external/llvm/lib/Target/Mips/
DMipsSEInstrInfo.cpp566 const MachineOperand &SrcLo = I->getOperand(1), &SrcHi = I->getOperand(2); in expandPseudoMTLoHi() local
581 HiInst.addReg(SrcHi.getReg(), getKillRegState(SrcHi.isKill())); in expandPseudoMTLoHi()
/external/llvm/lib/Target/Hexagon/
DHexagonInstrInfo.cpp1279 unsigned SrcHi = HRI.getSubReg(Op2.getReg(), Hexagon::subreg_hireg); in expandPostRAPseudo() local
1283 .addReg(SrcHi) in expandPostRAPseudo()
1286 SrcHi = HRI.getSubReg(Op3.getReg(), Hexagon::subreg_hireg); in expandPostRAPseudo()
1290 .addReg(SrcHi) in expandPostRAPseudo()
DHexagonFrameLowering.cpp1551 unsigned SrcHi = HRI.getSubReg(SrcR, Hexagon::subreg_hireg); in expandStoreVec2() local
1586 .addReg(SrcHi, getKillRegState(IsKill)) in expandStoreVec2()