Home | History | Annotate | Download | only in asm

Lines Matching refs:trans

30 	$trans="ebp";
41 &mov($trans,&wparam(1)); # reloaded with DES_SPtrans in D_ENCRYPT
50 &D_ENCRYPT($i,$L,$R,$i*2,$trans,"eax","ebx","ecx","edx");
54 &D_ENCRYPT($i+1,$R,$L,($i+1)*2,$trans,"eax","ebx","ecx","edx");
79 local($r,$L,$R,$S,$trans,$u,$tmp1,$tmp2,$t)=@_;
96 &mov( $tmp1, &DWP(&n2a($S*4),$trans,"",0)); # 2
98 &mov( $tmp2, &DWP(&n2a(($S+1)*4),$trans,"",0)); # 2
110 &mov( $trans, &swtmp(1));
111 &xor( $L, &DWP(" ",$trans,$tmp1,0));
113 &xor( $L, &DWP("0x200",$trans,$tmp2,0));
116 &xor( $L, &DWP("0x100",$trans,$tmp1,0));
119 &xor( $L, &DWP("0x300",$trans,$tmp2,0));
123 &mov( $tmp1, &DWP("0x600",$trans,$tmp1,0));
125 &mov( $tmp1, &DWP("0x700",$trans,$tmp2,0));
127 &mov( $tmp1, &DWP("0x400",$trans,$u,0));
129 &mov( $tmp1, &DWP("0x500",$trans,$t,0));
131 &mov( $trans, &wparam(1));