Searched refs:IsLoadInst (Results 1 – 1 of 1) sorted by relevance
4570 bool IsLoadInst = (Inst.getOpcode() == Mips::Ulw); in expandUxw() local4571 bool DoMove = IsLoadInst && (SrcReg == DstReg) && !IsLargeOffset; in expandUxw()4589 unsigned XWL = IsLoadInst ? Mips::LWL : Mips::SWL; in expandUxw()4590 unsigned XWR = IsLoadInst ? Mips::LWR : Mips::SWR; in expandUxw()