Lines Matching refs:epilog
175 #define epilog R3 /* bytes in epilog */ macro
264 epilog = and(kernel, #31); define
357 if(p3.new) epilog = add(epilog, #32);
450 noepilog = cmp.eq(epilog,#0);
451 epilogdws = lsr(epilog, #3);
452 kernel = and(epilog, #7);
458 shift2 = asl(epilog, #3);
462 ifword = tstbit(epilog,#2);
464 if(!p3) epilog = add(epilog, #-16);
479 p3 = cmp.gt(epilog, kernel);
484 epilog = add(epilog, #-8); define
491 ifhword = tstbit(epilog,#1);
497 ifbyte = tstbit(epilog,#0);