Searched refs:sha1msg1 (Results 1 – 4 of 4) sorted by relevance
| /freebsd/crypto/openssl/crypto/sha/asm/ |
| H A D | sha1-586.pl | 449 sub sha1msg1 { sha1op38(0xc9,@_); } subroutine 490 &sha1msg1 (@MSG[0],@MSG[1]); 495 &sha1msg1 (@MSG[1],@MSG[2]);
|
| /freebsd/lib/libmd/amd64/ |
| H A D | sha1block.S | 1774 sha1msg1 %xmm1, %xmm0 1782 sha1msg1 %xmm2, %xmm1 1790 sha1msg1 \msg3, \msg2
|
| /freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | BuiltinsX86.td | 874 def sha1msg1 : X86Builtin<"_Vector<4, int>(_Vector<4, int>, _Vector<4, int>)">;
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86InstrSSE.td | 6786 defm SHA1MSG1 : SHAI_binop<0xC9, "sha1msg1", int_x86_sha1msg1,
|