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

/freebsd-11-stable/crypto/openssl/crypto/camellia/asm/
H A Dcmll-x86.pl58 $__s3=&DWP(16,"esp"); # s3 backing store
248 &mov ($__s3,@T[3]);
259 &mov (@T[3],$__s3);
276 &mov ($__s3,@T[3]); # s3^=LeftRotate(s2&key[2],1);
283 &mov (@T[1],$__s3);
423 &mov ($__s3,@T[3]);
434 &mov (@T[3],$__s3);
451 &mov ($__s3,@T[3]); # s3^=LeftRotate(s2&key[2],1);
458 &mov (@T[1],$__s3);
/freebsd-11-stable/contrib/llvm-project/clang/lib/Headers/
H A Dmmintrin.h1316 /// \param __s3
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.pl212 $__s3=&DWP(16,"esp"); # s3 backing store
1326 &mov ($s[3],$__s3) if($i==1);

Completed in 164 milliseconds