Lines Matching refs:eSUB
345 RegisterCell RC = eADD(rc(1), eSUB(eIMM(im(2), W0), rc(3))); in evaluate()
357 RegisterCell RC = eADD(rc(1), eSUB(rc(2), rc(3))); in evaluate()
371 return rr0(eSUB(rc(1), rc(2)), Outputs); in evaluate()
373 return rr0(eSUB(eIMM(im(1), W0), rc(2)), Outputs); in evaluate()
375 RegisterCell RC = eSUB(eIMM(im(1), W0), eASL(rc(2), im(3))); in evaluate()
379 RegisterCell RC = eSUB(eIMM(im(1), W0), eLSR(rc(2), im(3))); in evaluate()
383 RegisterCell RC = eSUB(rc(1), eADD(rc(2), eIMM(im(3), W0))); in evaluate()
387 RegisterCell RC = eSUB(rc(1), eADD(rc(2), rc(3))); in evaluate()
392 return rr0(eSUB(eIMM(0, W0), rc(1)), Outputs); in evaluate()
403 return rr0(eSUB(rc(1), eMLS(rc(2), rc(3))), Outputs); in evaluate()
415 RegisterCell RC = eSUB(rc(1), lo(M, W0)); in evaluate()
444 return rr0(eSUB(rc(1), eMLU(rc(2), rc(3))), Outputs); in evaluate()
531 return rr0(eSUB(rc(1), eASL(rc(2), im(3))), Outputs); in evaluate()
556 return rr0(eSUB(rc(1), eASR(rc(2), im(3))), Outputs); in evaluate()
594 return rr0(eSUB(rc(1), eLSR(rc(2), im(3))), Outputs); in evaluate()