Searched refs:setLR (Results 1 – 1 of 1) sorted by relevance
1388 bool setLR = OpC == PPC::BCTRL || OpC == PPC::BCTRL8; in PredicateInstruction() local1392 MI.setDesc(get(isPPC64 ? (setLR ? PPC::BCCTRL8 : PPC::BCCTR8) in PredicateInstruction()1393 : (setLR ? PPC::BCCTRL : PPC::BCCTR))); in PredicateInstruction()1398 MI.setDesc(get(isPPC64 ? (setLR ? PPC::BCCTRL8n : PPC::BCCTR8n) in PredicateInstruction()1399 : (setLR ? PPC::BCCTRLn : PPC::BCCTRn))); in PredicateInstruction()1405 MI.setDesc(get(isPPC64 ? (setLR ? PPC::BCCCTRL8 : PPC::BCCCTR8) in PredicateInstruction()1406 : (setLR ? PPC::BCCCTRL : PPC::BCCCTR))); in PredicateInstruction()