Home
last modified time | relevance | path

Searched refs:setLR (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCInstrInfo.cpp2246 bool setLR = OpC == PPC::BCTRL || OpC == PPC::BCTRL8 || in PredicateInstruction() local
2251 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()
/freebsd/contrib/llvm-project/libunwind/src/
H A DUnwindCursor.hpp2378 newRegisters.setLR(sigContext->sc_jmpbuf.jmp_context.lr); in stepWithTBTable()
2418 newRegisters.setLR(static_cast<uintptr_t>(NULL)); in stepWithTBTable()
H A DRegisters.hpp623 void setLR(uint32_t value) { _registers.__lr = value; } in setLR() function in libunwind::Registers_ppc
1195 void setLR(uint64_t value) { _registers.__lr = value; } in setLR() function in libunwind::Registers_ppc64