Searched refs:setLR (Results 1 – 3 of 3) sorted by relevance
2269 bool setLR = OpC == PPC::BCTRL || OpC == PPC::BCTRL8 || in PredicateInstruction() local2274 MI.setDesc(get(isPPC64 ? (setLR ? PPC::BCCTRL8 : PPC::BCCTR8) in PredicateInstruction()2275 : (setLR ? PPC::BCCTRL : PPC::BCCTR))); in PredicateInstruction()2278 MI.setDesc(get(isPPC64 ? (setLR ? PPC::BCCTRL8n : PPC::BCCTR8n) in PredicateInstruction()2279 : (setLR ? PPC::BCCTRLn : PPC::BCCTRn))); in PredicateInstruction()2282 MI.setDesc(get(isPPC64 ? (setLR ? PPC::BCCCTRL8 : PPC::BCCCTR8) in PredicateInstruction()2283 : (setLR ? PPC::BCCCTRL : PPC::BCCCTR))); in PredicateInstruction()2290 if (setLR) in PredicateInstruction()
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
2457 newRegisters.setLR(sigContext->sc_jmpbuf.jmp_context.lr); in stepWithTBTable()2497 newRegisters.setLR(static_cast<uintptr_t>(NULL)); in stepWithTBTable()