Searched refs:eASL (Results 1 – 3 of 3) sorted by relevance
| /freebsd-13.1/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() 531 RegisterCell RC = eAND(eIMM(im(1), W0), eASL(rc(2), im(3))); in evaluate() 596 return rr0(eASL(rc(1), im(2)), Outputs); in evaluate() 598 return rr0(eASL(rc(1), 16), Outputs); in evaluate() 601 return rr0(eADD(rc(1), eASL(rc(2), im(3))), Outputs); in evaluate() 604 return rr0(eSUB(rc(1), eASL(rc(2), im(3))), Outputs); in evaluate() 607 return rr0(eAND(rc(1), eASL(rc(2), im(3))), Outputs); in evaluate() 610 return rr0(eORL(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
|