Searched refs:setLR (Results 1 – 3 of 3) sorted by relevance
2230 bool setLR = OpC == PPC::BCTRL || OpC == PPC::BCTRL8 || in PredicateInstruction() local2235 MI.setDesc(get(isPPC64 ? (setLR ? PPC::BCCTRL8 : PPC::BCCTR8) in PredicateInstruction()2236 : (setLR ? PPC::BCCTRL : PPC::BCCTR))); in PredicateInstruction()2239 MI.setDesc(get(isPPC64 ? (setLR ? PPC::BCCTRL8n : PPC::BCCTR8n) in PredicateInstruction()2240 : (setLR ? PPC::BCCTRLn : PPC::BCCTRn))); in PredicateInstruction()2243 MI.setDesc(get(isPPC64 ? (setLR ? PPC::BCCCTRL8 : PPC::BCCCTR8) in PredicateInstruction()2244 : (setLR ? PPC::BCCCTRL : PPC::BCCCTR))); in PredicateInstruction()2251 if (setLR) in PredicateInstruction()
2379 newRegisters.setLR(sigContext->sc_jmpbuf.jmp_context.lr); in stepWithTBTable()2419 newRegisters.setLR(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