Home
last modified time | relevance | path

Searched defs:setLR (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/libunwind/src/
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
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCInstrInfo.cpp2246 bool setLR = OpC == PPC::BCTRL || OpC == PPC::BCTRL8 || in PredicateInstruction() local