/external/chromium_org/third_party/openssl/openssl/crypto/des/asm/ |
crypt586.pl | 38 #else { &lea("edx",&DWP("DES_SPtrans")); } 69 &mov(&DWP(0,"edx","",0),"eax"); 70 &mov(&DWP(4,"edx","",0),$L); 96 &mov( $tmp1, &DWP(&n2a($S*4),$trans,"",0)); # 2 98 &mov( $tmp2, &DWP(&n2a(($S+1)*4),$trans,"",0)); # 2 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)) [all...] |
des-586.pl | 47 &lea("edx",&DWP(128,"ecx")); 85 &lea("ecx",&DWP(128,"ecx")); 135 &mov("eax",&DWP(0,$R,"",0)); 137 &mov($L,&DWP(4,$R,"",0)); 150 &mov($R,&DWP(0,"eax","",0)); 153 &mov($L,&DWP(4,"eax","",0)); 161 &lea ($trans,&DWP(&label("DES_SPtrans")."-".&label("pic_point"),$trans)); 180 &mov(&DWP(0,"edx","",0),"eax"); 181 &mov(&DWP(4,"edx","",0),$R); 190 &mov(&DWP(0,"eax","",0),$L) [all...] |
/external/openssl/crypto/des/asm/ |
crypt586.pl | 38 #else { &lea("edx",&DWP("DES_SPtrans")); } 69 &mov(&DWP(0,"edx","",0),"eax"); 70 &mov(&DWP(4,"edx","",0),$L); 96 &mov( $tmp1, &DWP(&n2a($S*4),$trans,"",0)); # 2 98 &mov( $tmp2, &DWP(&n2a(($S+1)*4),$trans,"",0)); # 2 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)) [all...] |
des-586.pl | 47 &lea("edx",&DWP(128,"ecx")); 85 &lea("ecx",&DWP(128,"ecx")); 135 &mov("eax",&DWP(0,$R,"",0)); 137 &mov($L,&DWP(4,$R,"",0)); 150 &mov($R,&DWP(0,"eax","",0)); 153 &mov($L,&DWP(4,"eax","",0)); 161 &lea ($trans,&DWP(&label("DES_SPtrans")."-".&label("pic_point"),$trans)); 180 &mov(&DWP(0,"edx","",0),"eax"); 181 &mov(&DWP(4,"edx","",0),$R); 190 &mov(&DWP(0,"eax","",0),$L) [all...] |
/external/chromium_org/third_party/openssl/openssl/crypto/perlasm/ |
x86gas.pl | 69 sub ::DWP 91 sub ::QWP { &::DWP(@_); } 92 sub ::BP { &::DWP(@_); } 93 sub ::WP { &::DWP(@_); } 195 &::mov($dst,&::DWP("$indirect-$reflabel",$base)); 199 { &::lea($dst,&::DWP("_GLOBAL_OFFSET_TABLE_+[.-$reflabel]", 201 &::mov($dst,&::DWP("$sym\@GOT",$dst)); 205 { &::lea($dst,&::DWP($sym)); }
|
x86nasm.pl | 71 sub ::DWP { &get_mem("DWORD",@_); } 151 &::lea($dst,&::DWP($sym));
|
x86asm.pl | 47 sub ::wparam { &DWP($stack+4*$_[0],"esp"); } 48 sub ::swtmp { &DWP(4*$_[0],"esp"); }
|
x86masm.pl | 72 sub ::DWP { &get_mem("DWORD",@_); } 174 &::lea($dst,&::DWP($sym));
|
/external/openssl/crypto/perlasm/ |
x86gas.pl | 69 sub ::DWP 91 sub ::QWP { &::DWP(@_); } 92 sub ::BP { &::DWP(@_); } 93 sub ::WP { &::DWP(@_); } 195 &::mov($dst,&::DWP("$indirect-$reflabel",$base)); 199 { &::lea($dst,&::DWP("_GLOBAL_OFFSET_TABLE_+[.-$reflabel]", 201 &::mov($dst,&::DWP("$sym\@GOT",$dst)); 205 { &::lea($dst,&::DWP($sym)); }
|
x86nasm.pl | 71 sub ::DWP { &get_mem("DWORD",@_); } 151 &::lea($dst,&::DWP($sym));
|
x86asm.pl | 47 sub ::wparam { &DWP($stack+4*$_[0],"esp"); } 48 sub ::swtmp { &DWP(4*$_[0],"esp"); }
|
x86masm.pl | 72 sub ::DWP { &get_mem("DWORD",@_); } 174 &::lea($dst,&::DWP($sym));
|
/external/chromium_org/third_party/openssl/openssl/crypto/ripemd/asm/ |
rmd-586.pl | 135 &lea($a, &DWP($K,$a,$tmp2,1)); 155 &lea($a, &DWP($K,$a,$tmp1,1)); 162 &lea($a, &DWP($K,$a,$tmp2,1)); 186 &lea($a, &DWP($K,$a,$tmp2,1)); 202 &lea($a, &DWP($K,$a,$tmp1,1)); 226 &lea($a, &DWP($K,$a,$tmp2)); 243 &lea($a, &DWP($K,$a,$tmp2)); 274 &lea($a, &DWP($K,$a,$tmp2,1)); 290 &lea($a, &DWP($K,$a,$tmp1,1)); 315 &mov($A, &DWP( 0,$tmp2,"",0)) [all...] |
/external/openssl/crypto/ripemd/asm/ |
rmd-586.pl | 135 &lea($a, &DWP($K,$a,$tmp2,1)); 155 &lea($a, &DWP($K,$a,$tmp1,1)); 162 &lea($a, &DWP($K,$a,$tmp2,1)); 186 &lea($a, &DWP($K,$a,$tmp2,1)); 202 &lea($a, &DWP($K,$a,$tmp1,1)); 226 &lea($a, &DWP($K,$a,$tmp2)); 243 &lea($a, &DWP($K,$a,$tmp2)); 274 &lea($a, &DWP($K,$a,$tmp2,1)); 290 &lea($a, &DWP($K,$a,$tmp1,1)); 315 &mov($A, &DWP( 0,$tmp2,"",0)) [all...] |