Home | History | Annotate | Download | only in asm

Lines Matching full:sbit

412 $sbit=$num;
419 &mov ($sbit,"edx");
421 &and ($sbit,1);
430 &lea ($carry,&DWP(0,$sbit,"eax",2));
433 &mov ($sbit,"eax");
444 &lea ($carry,&DWP(0,$sbit,"eax",2));
518 &mov ($sbit,"edx"); # zaps $num
520 &and ($sbit,1);
532 &add ($carry,$sbit);
536 &mov ($sbit,"eax");
542 &add ("edx",$sbit);