Searched refs:__s0 (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/crypto/openssl/crypto/camellia/asm/
H A Dcmll-x86.pl55 $__s0=&DWP(4,"esp"); # s0 backing store
245 &mov ($__s0,@T[0]); # save s[0-3]
273 &mov ($__s0,@T[0]); # s0^=s1|key[1];
420 &mov ($__s0,@T[0]); # save s[0-3]
448 &mov ($__s0,@T[0]); # s0^=s1|key[1];
/freebsd-11-stable/contrib/llvm-project/clang/lib/Headers/
H A Dmmintrin.h1322 /// \param __s0
1326 _mm_set_pi16(short __s3, short __s2, short __s1, short __s0) argument
1328 return (__m64)__builtin_ia32_vec_init_v4hi(__s0, __s1, __s2, __s3);
/freebsd-11-stable/crypto/openssl/crypto/aes/asm/
H A Daes-586.pl209 $__s0=&DWP(4,"esp"); # s0 backing store
316 &mov ($__s0,$v1); # t[0] saved
346 &mov ($s0,$__s0); # s[0]=t[0]
453 if ($i==3) { $tmp=$s[2]; &mov ($s[1],$__s0); }##%ebx
788 if ($i==3) { $tmp=$s[2]; &mov ($s[1],$__s0); }##%ebx
824 if ($i==3) { $tmp=$s[2]; &mov ($s[1],$__s0); }##%ebx
1266 if ($i==3) { &$Fn ($s[3],$__s0); }
1321 &mov ($s[0],$__s0) if($i==2); #prefetch $s0
1619 if ($i==3) { &mov ($s[3],$__s0); }
1664 if ($i==3) { &mov ($s[3],$__s0);
[all...]

Completed in 115 milliseconds