Lines Matching refs:L
27 $L="edi";
61 &D_ENCRYPT(0,$L,$R,0,$trans,"eax","ebx","ecx","edx",&swtmp(0));
63 &D_ENCRYPT(1,$R,$L,2,$trans,"eax","ebx","ecx","edx",&swtmp(0));
77 &D_ENCRYPT($i,$L,$R,$i*2,$trans,"eax","ebx","ecx","edx",&swtmp(0));
79 &D_ENCRYPT($i+1,$R,$L,($i+1)*2,$trans,"eax","ebx","ecx","edx",&swtmp(0));
98 &D_ENCRYPT(0,$L,$R,-2,$trans,"eax","ebx","ecx","edx",&swtmp(0));
100 &D_ENCRYPT(1,$R,$L,-4,$trans,"eax","ebx","ecx","edx",&swtmp(0));
114 &D_ENCRYPT(15-$i,$L,$R,$i*2,$trans,"eax","ebx","ecx","edx",&swtmp(0));
116 &D_ENCRYPT(15-$i+1,$R,$L,($i-1)*2,$trans,"eax","ebx","ecx","edx",&swtmp(0));
147 &mov($L,&DWP(4,$R,"",0));
150 &IP_new("eax",$L,$R,3);
163 &mov($L,&DWP(4,"eax","",0));
164 &rotl($L,3);
188 &FP_new($L,$R,"eax",3);
197 &rotr($L,3); # r
200 &mov(&DWP(0,"eax","",0),$L);
215 local($r,$L,$R,$S,$trans,$u,$tmp1,$tmp2,$t,$wp1)=@_;
228 &xor( $L, &DWP(" ",$trans,$tmp1,0));
230 &xor( $L, &DWP("0x200",$trans,$tmp2,0));
233 &xor( $L, &DWP("0x100",$trans,$tmp1,0));
236 &xor( $L, &DWP("0x300",$trans,$tmp2,0));
240 &xor( $L, &DWP("0x600",$trans,$tmp1,0));
241 &xor( $L, &DWP("0x700",$trans,$tmp2,0));
243 &xor( $L, &DWP("0x400",$trans,$u,0));
244 &xor( $L, &DWP("0x500",$trans,$t,0));