Searched refs:setLR (Results 1 – 1 of 1) sorted by relevance
1269 bool setLR = OpC == PPC::BCTRL || OpC == PPC::BCTRL8; in PredicateInstruction() local1273 MI->setDesc(get(isPPC64 ? (setLR ? PPC::BCCTRL8 : PPC::BCCTR8) : in PredicateInstruction()1274 (setLR ? PPC::BCCTRL : PPC::BCCTR))); in PredicateInstruction()1279 MI->setDesc(get(isPPC64 ? (setLR ? PPC::BCCTRL8n : PPC::BCCTR8n) : in PredicateInstruction()1280 (setLR ? PPC::BCCTRLn : PPC::BCCTRn))); in PredicateInstruction()1286 MI->setDesc(get(isPPC64 ? (setLR ? PPC::BCCCTRL8 : PPC::BCCCTR8) : in PredicateInstruction()1287 (setLR ? PPC::BCCCTRL : PPC::BCCCTR))); in PredicateInstruction()