Searched refs:eLSR (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
H A D | HexagonBitTracker.cpp | 385 RegisterCell RC = eADD(eIMM(im(1), W0), eLSR(rc(2), im(3))); in evaluate() 452 RegisterCell RC = eSUB(eIMM(im(1), W0), eLSR(rc(2), im(3))); in evaluate() 540 RegisterCell RC = eAND(eIMM(im(1), W0), eLSR(rc(2), im(3))); in evaluate() 564 RegisterCell RC = eORL(eIMM(im(1), W0), eLSR(rc(2), im(3))); in evaluate() 655 RegisterCell RC = eLSR(eADD(eASR(XC, S-1), eIMM(1, 2*W0)), 1); in evaluate() 666 return rr0(eLSR(rc(1), im(2)), Outputs); in evaluate() 669 return rr0(eADD(rc(1), eLSR(rc(2), im(3))), Outputs); in evaluate() 672 return rr0(eSUB(rc(1), eLSR(rc(2), im(3))), Outputs); in evaluate() 675 return rr0(eAND(rc(1), eLSR(rc(2), im(3))), Outputs); in evaluate() 678 return rr0(eORL(rc(1), eLSR(rc(2), im(3))), Outputs); in evaluate() [all …]
|
H A D | BitTracker.h | 428 RegisterCell eLSR(const RegisterCell &A1, uint16_t Sh) const;
|
H A D | BitTracker.cpp | 527 BT::RegisterCell BT::MachineEvaluator::eLSR(const RegisterCell &A1, in eLSR() function in BT::MachineEvaluator
|