Searched refs:eASL (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
H A D | HexagonBitTracker.cpp | 381 RegisterCell RC = eADD(eIMM(im(1), W0), eASL(rc(2), im(3))); in evaluate() 434 RegisterCell RC = eADD(rc(1), eASL(rc(2), im(3))); in evaluate() 448 RegisterCell RC = eSUB(eIMM(im(1), W0), eASL(rc(2), im(3))); in evaluate() 536 RegisterCell RC = eAND(eIMM(im(1), W0), eASL(rc(2), im(3))); in evaluate() 560 RegisterCell RC = eORL(eIMM(im(1), W0), eASL(rc(2), im(3))); in evaluate() 601 return rr0(eASL(rc(1), im(2)), Outputs); in evaluate() 603 return rr0(eASL(rc(1), 16), Outputs); in evaluate() 606 return rr0(eADD(rc(1), eASL(rc(2), im(3))), Outputs); in evaluate() 609 return rr0(eSUB(rc(1), eASL(rc(2), im(3))), Outputs); in evaluate() 612 return rr0(eAND(rc(1), eASL(rc(2), im(3))), Outputs); in evaluate() [all …]
|
H A D | BitTracker.h | 427 RegisterCell eASL(const RegisterCell &A1, uint16_t Sh) const;
|
H A D | BitTracker.cpp | 518 BT::RegisterCell BT::MachineEvaluator::eASL(const RegisterCell &A1, in eASL() function in BT::MachineEvaluator
|