Searched refs:eLSR (Results 1 – 3 of 3) sorted by relevance
/external/llvm/lib/Target/Hexagon/ |
D | HexagonBitTracker.cpp | 312 RegisterCell RC = eADD(eIMM(im(1), W0), eLSR(rc(2), im(3))); in evaluate() 379 RegisterCell RC = eSUB(eIMM(im(1), W0), eLSR(rc(2), im(3))); in evaluate() 462 RegisterCell RC = eAND(eIMM(im(1), W0), eLSR(rc(2), im(3))); in evaluate() 486 RegisterCell RC = eORL(eIMM(im(1), W0), eLSR(rc(2), im(3))); in evaluate() 577 RegisterCell RC = eLSR(eADD(eASR(XC, S-1), eIMM(1, 2*W0)), 1); in evaluate() 588 return rr0(eLSR(rc(1), im(2)), Outputs); in evaluate() 591 return rr0(eADD(rc(1), eLSR(rc(2), im(3))), Outputs); in evaluate() 594 return rr0(eSUB(rc(1), eLSR(rc(2), im(3))), Outputs); in evaluate() 597 return rr0(eAND(rc(1), eLSR(rc(2), im(3))), Outputs); in evaluate() 600 return rr0(eORL(rc(1), eLSR(rc(2), im(3))), Outputs); in evaluate() [all …]
|
D | BitTracker.h | 377 RegisterCell eLSR(const RegisterCell &A1, uint16_t Sh) const;
|
D | BitTracker.cpp | 533 BT::RegisterCell BT::MachineEvaluator::eLSR(const RegisterCell &A1, in eLSR() function in BT::MachineEvaluator
|