Searched refs:setLR (Results 1 – 3 of 3) sorted by relevance
2246 bool setLR = OpC == PPC::BCTRL || OpC == PPC::BCTRL8 || in PredicateInstruction() local2251 MI.setDesc(get(isPPC64 ? (setLR ? PPC::BCCTRL8 : PPC::BCCTR8) in PredicateInstruction()2252 : (setLR ? PPC::BCCTRL : PPC::BCCTR))); in PredicateInstruction()2255 MI.setDesc(get(isPPC64 ? (setLR ? PPC::BCCTRL8n : PPC::BCCTR8n) in PredicateInstruction()2256 : (setLR ? PPC::BCCTRLn : PPC::BCCTRn))); in PredicateInstruction()2259 MI.setDesc(get(isPPC64 ? (setLR ? PPC::BCCCTRL8 : PPC::BCCCTR8) in PredicateInstruction()2260 : (setLR ? PPC::BCCCTRL : PPC::BCCCTR))); in PredicateInstruction()2267 if (setLR) in PredicateInstruction()
2378 newRegisters.setLR(sigContext->sc_jmpbuf.jmp_context.lr); in stepWithTBTable()2418 newRegisters.setLR(static_cast<uintptr_t>(NULL)); in stepWithTBTable()
623 void setLR(uint32_t value) { _registers.__lr = value; } in setLR() function in libunwind::Registers_ppc1195 void setLR(uint64_t value) { _registers.__lr = value; } in setLR() function in libunwind::Registers_ppc64