Lines Matching refs:epilog
161 #define epilog R3 /* bytes in epilog */ macro
250 epilog = and(kernel, #31); define
343 if(p3.new) epilog = add(epilog, #32);
436 noepilog = cmp.eq(epilog,#0);
437 epilogdws = lsr(epilog, #3);
438 kernel = and(epilog, #7);
444 shift2 = asl(epilog, #3);
448 ifword = tstbit(epilog,#2);
450 if(!p3) epilog = add(epilog, #-16);
465 p3 = cmp.gt(epilog, kernel);
470 epilog = add(epilog, #-8); define
477 ifhword = tstbit(epilog,#1);
483 ifbyte = tstbit(epilog,#0);