Lines Matching refs:eSUB
418 RegisterCell RC = eADD(rc(1), eSUB(eIMM(im(2), W0), rc(3))); in evaluate()
430 RegisterCell RC = eADD(rc(1), eSUB(rc(2), rc(3))); in evaluate()
444 return rr0(eSUB(rc(1), rc(2)), Outputs); in evaluate()
446 return rr0(eSUB(eIMM(im(1), W0), rc(2)), Outputs); in evaluate()
448 RegisterCell RC = eSUB(eIMM(im(1), W0), eASL(rc(2), im(3))); in evaluate()
452 RegisterCell RC = eSUB(eIMM(im(1), W0), eLSR(rc(2), im(3))); in evaluate()
456 RegisterCell RC = eSUB(rc(1), eADD(rc(2), eIMM(im(3), W0))); in evaluate()
460 RegisterCell RC = eSUB(rc(1), eADD(rc(2), rc(3))); in evaluate()
465 return rr0(eSUB(eIMM(0, W0), rc(1)), Outputs); in evaluate()
476 return rr0(eSUB(rc(1), eMLS(rc(2), rc(3))), Outputs); in evaluate()
488 RegisterCell RC = eSUB(rc(1), lo(M, W0)); in evaluate()
498 RegisterCell RC = eSUB(rc(1), lo(M, W0)); in evaluate()
522 return rr0(eSUB(rc(1), eMLU(rc(2), rc(3))), Outputs); in evaluate()
609 return rr0(eSUB(rc(1), eASL(rc(2), im(3))), Outputs); in evaluate()
634 return rr0(eSUB(rc(1), eASR(rc(2), im(3))), Outputs); in evaluate()
672 return rr0(eSUB(rc(1), eLSR(rc(2), im(3))), Outputs); in evaluate()