/external/qemu/distrib/sdl-1.2.15/include/ |
SDL_endian.h | 110 __asm__("bswap %0" : "=r" (x) : "0" (x));
|
/hardware/intel/img/psb_video/src/hwdefs/ |
msvdx_dmac_linked_list.h | 80 // DMAC_LL BSWAP
|
msvdx_dmac_regs_io2.h | 72 // DMAC DMAC_COUNT BSWAP
|
/prebuilts/tools/darwin-x86/sdl/include/SDL/ |
SDL_endian.h | 110 __asm__("bswap %0" : "=r" (x) : "0" (x));
|
/prebuilts/tools/linux-x86/sdl/include/SDL/ |
SDL_endian.h | 110 __asm__("bswap %0" : "=r" (x) : "0" (x));
|
/prebuilts/tools/windows/sdl/include/SDL/ |
SDL_endian.h | 110 __asm__("bswap %0" : "=r" (x) : "0" (x));
|
/external/chromium_org/third_party/boringssl/src/crypto/sha/asm/ |
sha1-586.pl | 366 &bswap($A); 367 &bswap($B); 368 &bswap($C); 369 &bswap($D); 420 my ($ABCD,$E,$E_,$BSWAP)=map("xmm$_",(0..3)); 452 &movdqa ($BSWAP,&QWP(0x50,$tmp1)); # byte-n-word swap 459 &pshufb (@MSG[0],$BSWAP); 461 &pshufb (@MSG[1],$BSWAP); 462 &pshufb (@MSG[2],$BSWAP); 463 &pshufb (@MSG[3],$BSWAP); [all...] |
sha256-586.pl | 243 &bswap ("eax"); 245 &bswap ("ebx"); 247 &bswap ("ecx"); 249 &bswap ("edx"); 392 &bswap ("ebx"); 394 &bswap ("ecx"); 396 &bswap ("esi"); 402 &bswap ("ebx"); [all...] |
sha1-x86_64.pl | 146 bswap $xi[0] 153 bswap $xi[1] 337 my ($ABCD,$E,$E_,$BSWAP,$ABCD_SAVE,$E_SAVE)=map("%xmm$_",(0..3,8,9)); 357 movdqa K_XX_XX+0xa0(%rip),$BSWAP # byte-n-word swap 364 pshufb $BSWAP,@MSG[0] 366 pshufb $BSWAP,@MSG[1] 367 pshufb $BSWAP,@MSG[2] 369 pshufb $BSWAP,@MSG[3] 404 pshufb $BSWAP,@MSG[0] 410 pshufb $BSWAP,@MSG[1 [all...] |
/external/llvm/test/Transforms/BBVectorize/ |
simple-int.ll | 16 declare i64 @llvm.bswap.i64(i64) 340 ; Basic depth-3 chain with bswap 344 %Y1 = call i64 @llvm.bswap.i64(i64 %X1) 345 %Y2 = call i64 @llvm.bswap.i64(i64 %X2) 357 ; CHECK: %Y1 = call <2 x i64> @llvm.bswap.v2i64(<2 x i64> %X1) 502 ; CHECK: declare <2 x i64> @llvm.bswap.v2i64(<2 x i64>) #0
|
/external/chromium_org/third_party/boringssl/win-x86_64/crypto/aes/ |
aesni-x86_64.asm | 1060 bswap r8d 1072 bswap eax 1073 bswap edx 1080 bswap eax 1085 bswap r10d 1091 bswap r9d 1095 bswap r10d 1100 bswap r9d 1126 bswap r11d 1220 bswap r9 [all...] |
/external/llvm/lib/Target/ARM/ |
ARMInstrThumb.td | [all...] |
/frameworks/compile/mclinker/lib/LD/ |
GNUArchiveReader.cpp | 252 number = mcld::bswap<SIZE>(*data); 263 pArchive.addSymbol(name, mcld::bswap<SIZE>(*data));
|
/external/fio/crc/ |
sha512.c | 17 #include "../lib/bswap.h"
|
/external/llvm/include/llvm/Transforms/Utils/ |
VectorUtils.h | 46 case Intrinsic::bswap:
|
/external/openssl/crypto/modes/asm/ |
ghash-x86_64.pl | 157 bswap $Zlo 158 bswap $Zhi 323 &bswap ($Zlo); 326 &bswap ($Zhi);
|
/external/eigen/Eigen/src/Core/arch/AltiVec/ |
PacketMath.h | 186 Packet4i a1, b1, bswap, low_prod, high_prod, prod, prod_, v1sel; 196 bswap = (Packet4i) vec_rl((Packet4ui) b1, (Packet4ui) p4i_MINUS16 ); 198 high_prod = vec_msum((Packet8i) a1, (Packet8i) bswap, p4i_ZERO);
|
/external/flac/libFLAC/ia32/ |
bitreader_asm.nasm | 137 bswap edx ; edx = br->buffer[cwords] swapped; now we can CRC the bytes from LSByte to MSByte which makes things much easier 213 bswap edx ; edx = br->buffer[cwords] swapped; now we can CRC the bytes from LSByte to MSByte which makes things much easier 434 bswap edx ; edx = br->buffer[cwords] swapped; now we can CRC the bytes from LSByte to MSByte which makes things much easier
|
/external/llvm/lib/Transforms/InstCombine/ |
InstCombineAndOrXor.cpp | [all...] |
/external/chromium_org/third_party/boringssl/src/crypto/aes/asm/ |
aesni-x86_64.pl | 1121 bswap $ctr 1133 bswap %eax 1134 bswap %ed [all...] |
/external/chromium_org/third_party/boringssl/win-x86_64/crypto/modes/ |
ghash-x86_64.asm | 91 bswap r8 92 bswap r9 661 bswap r8 663 bswap r9
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
LegalizeVectorOps.cpp | 98 /// \brief Expand bswap of vectors into a shuffle if legal. 258 case ISD::BSWAP: 646 case ISD::BSWAP: 822 // Generate a byte wise shuffle mask for the BSWAP. [all...] |
/external/qemu/android/ |
snapshot.c | 36 #include "qemu/bswap.h"
|
/external/chromium_org/native_client_sdk/src/doc/reference/ |
pnacl-bitcode-abi.rst | 424 * ``llvm.bswap`` 426 The overloaded ``llvm.bswap`` intrinsic is only supported with the following
|
/external/chromium_org/sandbox/win/src/sidestep/ |
ia32_opcode_map.cpp | [all...] |