Searched refs:bswap (Results 201 - 225 of 305) sorted by relevance

1234567891011>>

/netbsd-current/crypto/external/bsd/openssl/dist/crypto/perlasm/
H A Dx86asm.pl57 sub ::bswap
58 { if ($i386) # emulate bswap for i386
59 { &comment("bswap @_");
65 { &generic("bswap",@_); }
H A Dx86gas.pl74 *::bswap = sub { &::emit("bswap","%$_[0]"); } if (!$::i386);
/netbsd-current/crypto/external/bsd/openssl/dist/include/crypto/
H A Dmodes.h87 _asm mov eax, val _asm bswap eax}
/netbsd-current/sbin/fsck_ffs/
H A Dfsck.h43 #include <machine/bswap.h>
/netbsd-current/sys/arch/amiga/dev/
H A Dwdc_acafh.c54 #include <sys/bswap.h>
/netbsd-current/sys/arch/atari/dev/
H A Dwdc_mb.c40 #include <sys/bswap.h>
/netbsd-current/usr.bin/audio/common/
H A Dlibaudio.h321 #include <machine/bswap.h>
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dgimple-ssa-store-merging.cc328 /* Initialize the symbolic number N for the bswap pass from the base element
460 /* Sources are different, cancel bswap if they are not memory location with
896 /* Check if STMT completes a bswap implementation or a read in a given
905 find_bswap_or_nop (gimple *stmt, struct symbolic_number *n, bool *bswap, argument
994 *bswap = false;
996 *bswap = true;
1009 *bswap = true;
1022 "bswap", /* name */
1084 /* Perform the bswap optimization: replace the expression computed in the rhs
1086 bswap, loa
1100 bswap_replace(gimple_stmt_iterator gsi, gimple *ins_stmt, tree fndecl, tree bswap_type, tree load_type, struct symbolic_number *n, bool bswap, uint64_t mask) argument
1388 bool bswap; local
1504 bool bswap, cast64_to_32; local
4230 bool bswap = group->stores[0]->rhs_code == LROTATE_EXPR; local
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dgimple-ssa-store-merging.c328 /* Initialize the symbolic number N for the bswap pass from the base element
460 /* Sources are different, cancel bswap if they are not memory location with
845 /* Check if STMT completes a bswap implementation or a read in a given
854 find_bswap_or_nop (gimple *stmt, struct symbolic_number *n, bool *bswap) argument
875 *bswap = false;
877 *bswap = true;
891 "bswap", /* name */
918 /* Perform the bswap optimization: replace the expression computed in the rhs
920 bswap, load or load + bswap expressio
934 bswap_replace(gimple_stmt_iterator gsi, gimple *ins_stmt, tree fndecl, tree bswap_type, tree load_type, struct symbolic_number *n, bool bswap) argument
1234 bool bswap; local
3893 bool bswap = group->stores[0]->rhs_code == LROTATE_EXPR; local
[all...]
/netbsd-current/crypto/external/bsd/heimdal/dist/lib/roken/
H A DMakefile.am79 bswap.c \
/netbsd-current/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DIntrinsicLowering.cpp52 /// Emit the code to lower bswap of V before the specified instruction IP.
54 assert(V->getType()->isIntOrIntVectorTy() && "Can't bswap a non-integer type!");
64 "bswap.2");
66 "bswap.1");
67 V = Builder.CreateOr(Tmp1, Tmp2, "bswap.i16");
72 "bswap.4");
74 "bswap.3");
76 "bswap.2");
78 "bswap.1");
81 "bswap
[all...]
/netbsd-current/sys/arch/prep/pnpbus/
H A Dif_we_pnpbus.c61 #include <sys/bswap.h>
/netbsd-current/sys/dev/rasops/
H A Drasops24.c40 #include <sys/bswap.h>
/netbsd-current/crypto/external/bsd/openssl.old/dist/crypto/sha/asm/
H A Dsha1-586.pl382 &bswap($A);
383 &bswap($B);
384 &bswap($C);
385 &bswap($D);
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/i386/
H A Dintel-intel.d372 [ ]*[a-f0-9]+: 0f c8 + bswap eax
373 [ ]*[a-f0-9]+: 0f c9 + bswap ecx
374 [ ]*[a-f0-9]+: 0f ca + bswap edx
375 [ ]*[a-f0-9]+: 0f cb + bswap ebx
376 [ ]*[a-f0-9]+: 0f cc + bswap esp
377 [ ]*[a-f0-9]+: 0f cd + bswap ebp
378 [ ]*[a-f0-9]+: 0f ce + bswap esi
379 [ ]*[a-f0-9]+: 0f cf + bswap edi
H A Dintel.d371 [ ]*[a-f0-9]+: 0f c8 [ ]*bswap %eax
372 [ ]*[a-f0-9]+: 0f c9 [ ]*bswap %ecx
373 [ ]*[a-f0-9]+: 0f ca [ ]*bswap %edx
374 [ ]*[a-f0-9]+: 0f cb [ ]*bswap %ebx
375 [ ]*[a-f0-9]+: 0f cc [ ]*bswap %esp
376 [ ]*[a-f0-9]+: 0f cd [ ]*bswap %ebp
377 [ ]*[a-f0-9]+: 0f ce [ ]*bswap %esi
378 [ ]*[a-f0-9]+: 0f cf [ ]*bswap %edi
H A Dopcode-intel.d369 *[0-9a-f]+: 0f c8[ ]+bswap[ ]+eax
370 *[0-9a-f]+: 0f c9[ ]+bswap[ ]+ecx
371 *[0-9a-f]+: 0f ca[ ]+bswap[ ]+edx
372 *[0-9a-f]+: 0f cb[ ]+bswap[ ]+ebx
373 *[0-9a-f]+: 0f cc[ ]+bswap[ ]+esp
374 *[0-9a-f]+: 0f cd[ ]+bswap[ ]+ebp
375 *[0-9a-f]+: 0f ce[ ]+bswap[ ]+esi
376 *[0-9a-f]+: 0f cf[ ]+bswap[ ]+edi
/netbsd-current/crypto/external/bsd/openssl/dist/crypto/sha/asm/
H A Dsha1-586.pl381 &bswap($A);
382 &bswap($B);
383 &bswap($C);
384 &bswap($D);
/netbsd-current/sys/sys/
H A DMakefile9 bitops.h bootblock.h bswap.h buf.h \
H A Dendian.h107 #include <machine/bswap.h>
/netbsd-current/sys/dev/ic/
H A Dicpsp.c46 #include <sys/bswap.h>
/netbsd-current/usr.bin/kdump/
H A Dkdump.c1179 int bswap = word_sz - 1; local
1181 #define bswap 0 macro
1234 bp[(l ^ bswap) * bsize] = hex[c >> 4];
1235 bp[(l ^ bswap) * bsize + 1] = hex[c & 0xf];
/netbsd-current/external/gpl3/gcc.old/dist/libphobos/src/std/digest/
H A Dsha.d118 version (LittleEndian) import core.bitop : bswap;
136 immutable ulong res = (cast(ulong) bswap(cast(uint) val)) << 32 | bswap(cast(uint) (val >> 32));
145 immutable uint res = bswap(val);
165 return bswap(*cast(uint*) &val);
/netbsd-current/crypto/external/bsd/openssl.old/lib/libcrypto/arch/i386/
H A De_padlock-x86.S72 bswap %eax
795 bswap %ecx
799 bswap %ecx
/netbsd-current/crypto/external/bsd/openssl/lib/libcrypto/arch/i386/
H A De_padlock-x86.S84 bswap %eax
852 bswap %ecx
856 bswap %ecx

Completed in 319 milliseconds

1234567891011>>