Searched refs:setLR (Results 1 – 2 of 2) 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()
1484 bool setLR = OpC == PPC::BCTRL || OpC == PPC::BCTRL8; in PredicateInstruction() local1488 MI.setDesc(get(isPPC64 ? (setLR ? PPC::BCCTRL8 : PPC::BCCTR8) in PredicateInstruction()1489 : (setLR ? PPC::BCCTRL : PPC::BCCTR))); in PredicateInstruction()1494 MI.setDesc(get(isPPC64 ? (setLR ? PPC::BCCTRL8n : PPC::BCCTR8n) in PredicateInstruction()1495 : (setLR ? PPC::BCCTRLn : PPC::BCCTRn))); in PredicateInstruction()1501 MI.setDesc(get(isPPC64 ? (setLR ? PPC::BCCCTRL8 : PPC::BCCCTR8) in PredicateInstruction()1502 : (setLR ? PPC::BCCCTRL : PPC::BCCCTR))); in PredicateInstruction()