/freebsd/crypto/openssl/crypto/camellia/asm/ |
H A D | cmll-x86.pl | 161 &bswap (@T[0]); 163 &bswap (@T[1]); 164 &bswap (@T[2]); 165 &bswap (@T[3]); 170 &bswap (@T[0]); 172 &bswap (@T[1]); 173 &bswap (@T[2]); 174 &bswap (@T[3]); 226 &bswap (@T[0]); 228 &bswap (@T[1]); [all …]
|
/freebsd/crypto/openssl/crypto/perlasm/ |
H A D | cbc.pl | 126 &bswap("eax") if $swap; 127 &bswap("ebx") if $swap; 137 &bswap("eax") if $swap; 138 &bswap("ebx") if $swap; 196 &bswap("eax") if $swap; 197 &bswap("ebx") if $swap; 207 &bswap("eax") if $swap; 208 &bswap("ebx") if $swap; 229 &bswap("eax") if $swap; 230 &bswap("ebx") if $swap; [all …]
|
H A D | x86gas.pl | 74 *::bswap = sub { &::emit("bswap","%$_[0]"); } if (!$::i386);
|
H A D | x86asm.pl | 57 sub ::bswap
|
/freebsd/lib/libc/amd64/string/ |
H A D | timingsafe_memcmp.S | 64 bswap %ecx # convert to big endian 65 bswap %edx # dito for edx, (e)ax, and (e)si 78 bswap %ecx # compare in big endian 79 bswap %edx 80 bswap %edi 81 bswap %esi 93 bswap %rcx # compare in big endian 94 bswap %rdx 95 bswap %rdi 96 bswap %rsi [all …]
|
H A D | strrchr.S | 68 bswap %rcx # in reverse order, to find last match 98 bswap %rcx # in reverse order, to find last match 116 bswap %rcx 131 bswap %rdx # in reverse order 135 bswap %r11 # unreverse byte order
|
/freebsd/sys/crypto/openssl/i386/ |
H A D | cmll-x86.S | 41 bswap %eax 43 bswap %ebx 44 bswap %ecx 45 bswap %edx 48 bswap %eax 50 bswap %ebx 51 bswap %ecx 52 bswap %edx 117 bswap %eax 119 bswap %ebx [all …]
|
H A D | bf-586.S | 758 bswap %eax 759 bswap %ebx 765 bswap %eax 766 bswap %ebx 841 bswap %eax 842 bswap %ebx 848 bswap %eax 849 bswap %ebx 861 bswap %eax 862 bswap %ebx [all …]
|
H A D | cast-586.S | 795 bswap %eax 796 bswap %ebx 802 bswap %eax 803 bswap %ebx 878 bswap %eax 879 bswap %ebx 885 bswap %eax 886 bswap %ebx 898 bswap %eax 899 bswap %ebx [all …]
|
H A D | sha512-586.S | 68 bswap %eax 69 bswap %ebx 78 bswap %eax 79 bswap %ebx 2303 bswap %eax 2304 bswap %ebx 2305 bswap %ecx 2306 bswap %edx 2315 bswap %eax 2316 bswap %ebx [all …]
|
H A D | ghash-x86.S | 87 bswap %ebx 88 bswap %ecx 89 bswap %edx 90 bswap %ebp 196 bswap %ebx 197 bswap %ecx 198 bswap %edx 199 bswap %ebp 306 bswap %ebx 307 bswap %edx [all …]
|
H A D | sha256-586.S | 62 bswap %eax 64 bswap %ebx 66 bswap %ecx 68 bswap %edx 74 bswap %eax 76 bswap %ebx 78 bswap %ecx 80 bswap %edx 86 bswap %eax 88 bswap %ebx [all …]
|
/freebsd/crypto/openssl/crypto/modes/asm/ |
H A D | ghash-x86_64.pl | 423 &bswap ($Zlo); 426 &bswap ($Zhi); 1194 $Xi,$Xo,$Tred,$bswap,$Ii,$Ij) = map("%xmm$_",(0..15)); 1218 vmovdqu .Lbswap_mask(%rip),$bswap 1219 vpshufb $bswap,$Xi,$Xi 1226 vpshufb $bswap,$Ii,$Ii 1233 vpshufb $bswap,$Ij,$Ij 1241 vpshufb $bswap,$Ii,$Ii 1251 vpshufb $bswap,$Ij,$Ij 1266 vpshufb $bswap,$Ii,$Ii [all …]
|
H A D | ghash-x86.pl | 227 &bswap ($Zll); 228 &bswap ($Zlh); 229 &bswap ($Zhl); 231 &bswap ($Zhh); 234 &bswap ("eax"); 420 &bswap ($Zll); 421 &bswap ($Zhl); 422 &bswap ($Zlh); 424 &bswap ($Zhh); 597 &bswap ($Zll); [all …]
|
/freebsd/crypto/openssl/crypto/sha/asm/ |
H A D | sha512-586.pl | 356 &bswap ("eax"); 357 &bswap ("ebx"); 366 &bswap ("eax"); 367 &bswap ("ebx"); 698 &bswap ("eax"); 699 &bswap ("ebx"); 700 &bswap ("ecx"); 701 &bswap ("edx");
|
H A D | sha256-586.pl | 256 &bswap ("eax"); 258 &bswap ("ebx"); 260 &bswap ("ecx"); 262 &bswap ("edx"); 405 &bswap ("ebx"); 407 &bswap ("ecx"); 409 &bswap ("esi"); 415 &bswap ("ebx");
|
/freebsd/sys/contrib/openzfs/module/zfs/ |
H A D | sha2_zfs.c | 56 goto bswap; in abd_checksum_sha256() 65 bswap: in abd_checksum_sha256()
|
/freebsd/sys/contrib/openzfs/include/sys/ |
H A D | sa_impl.h | 72 #define ATTR_ENCODE(x, attr, length, bswap) \ argument 75 BF64_SET(x, 16, 8, bswap); \
|
H A D | dsl_crypt.h | 223 dmu_object_type_t ot, boolean_t dedup, boolean_t bswap, uint8_t *salt,
|
/freebsd/crypto/openssl/engines/asm/ |
H A D | e_padlock-x86.pl | 122 &bswap ("eax"); 266 &bswap ("ecx"); 270 &bswap ("ecx");
|
/freebsd/kerberos5/lib/libroken/ |
H A D | Makefile | 27 bswap.c \
|
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/ |
H A D | SPIRVPrepareFunctions.cpp | 142 case Intrinsic::bswap: { in lowerIntrinsicToFunction() 145 auto *BSwap = IRB.CreateIntrinsic(Intrinsic::bswap, Intrinsic->getType(), in lowerIntrinsicToFunction() 439 case Intrinsic::bswap: in substituteIntrinsicCalls()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/BPF/ |
H A D | BPFInstrInfo.td | 1023 …def BSWAP16 : BSWAP<BPF_ALU64, 16, "bswap16", BPF_TO_LE, [(set GPR:$dst, (srl (bswap GPR:$src), (i… 1024 …def BSWAP32 : BSWAP<BPF_ALU64, 32, "bswap32", BPF_TO_LE, [(set GPR:$dst, (srl (bswap GPR:$src), (i… 1025 def BSWAP64 : BSWAP<BPF_ALU64, 64, "bswap64", BPF_TO_LE, [(set GPR:$dst, (bswap GPR:$src))]>; 1030 …def BE16 : BSWAP<BPF_ALU, 16, "be16", BPF_TO_BE, [(set GPR:$dst, (srl (bswap GPR:$src), (i64 48)))… 1031 …def BE32 : BSWAP<BPF_ALU, 32, "be32", BPF_TO_BE, [(set GPR:$dst, (srl (bswap GPR:$src), (i64 32)))… 1032 def BE64 : BSWAP<BPF_ALU, 64, "be64", BPF_TO_BE, [(set GPR:$dst, (bswap GPR:$src))]>; 1035 …def LE16 : BSWAP<BPF_ALU, 16, "le16", BPF_TO_LE, [(set GPR:$dst, (srl (bswap GPR:$src), (i64 48)))… 1036 …def LE32 : BSWAP<BPF_ALU, 32, "le32", BPF_TO_LE, [(set GPR:$dst, (srl (bswap GPR:$src), (i64 32)))… 1037 def LE64 : BSWAP<BPF_ALU, 64, "le64", BPF_TO_LE, [(set GPR:$dst, (bswap GPR:$src))]>;
|
/freebsd/crypto/openssl/include/crypto/ |
H A D | modes.h | 87 _asm mov eax, val _asm bswap eax} in _bswap4()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | IntrinsicLowering.cpp | 255 case Intrinsic::bswap: in LowerIntrinsicCall() 477 Function *Int = Intrinsic::getDeclaration(M, Intrinsic::bswap, Ty); in LowerToByteSwap()
|