Searched defs:setLR (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/llvm-project/libunwind/src/ | ||
H A D | Registers.hpp | 623 void setLR(uint32_t value) { _registers.__lr = value; } in setLR() function in libunwind::Registers_ppc |
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ | ||
H A D | PPCInstrInfo.cpp | 2246 bool setLR = OpC == PPC::BCTRL || OpC == PPC::BCTRL8 || in PredicateInstruction() local |