HomeSort by relevance Sort by last modified time
    Searched full:bswap (Results 126 - 150 of 349) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/llvm/test/Transforms/SLPVectorizer/X86/
intrinsic.ll 74 declare i32 @llvm.bswap.i32(i32) nounwind readnone
81 %call1 = tail call i32 @llvm.bswap.i32(i32 %add1) nounwind readnone
88 %call2 = tail call i32 @llvm.bswap.i32(i32 %add2) nounwind readnone
95 %call3 = tail call i32 @llvm.bswap.i32(i32 %add3) nounwind readnone
102 %call4 = tail call i32 @llvm.bswap.i32(i32 %add4) nounwind readnone
116 ; CHECK: call <4 x i32> @llvm.bswap.v4i32
  /hardware/intel/img/psb_video/src/hwdefs/
dma_api.h 233 @Input BSWAP : big/little endian byte swap (see DMA_eBSwap).
242 #define DMA_LL_SET_WD0(pList, BSWAP, DIR, PW) \
244 MEMIO_WRITE_FIELD(pList, DMAC_LL_BSWAP, BSWAP); \
435 @Input BSWAP : Big/little endian byte swap (see DMA_eBSwap).
448 #define DMA_VALUE_COUNT(BSWAP,PW,DIR,PERIPH_INCR,COUNT) \
450 (((BSWAP) & DMAC_DMAC_COUNT_BSWAP_LSBMASK) << DMAC_DMAC_COUNT_BSWAP_SHIFT) | \
msvdx_dmac_linked_list.h 80 // DMAC_LL BSWAP
msvdx_dmac_regs_io2.h 72 // DMAC DMAC_COUNT BSWAP
  /art/runtime/interpreter/
interpreter_intrinsics.cc 65 UNARY_INTRINSIC(MterpIntegerReverseBytes, BSWAP, GetVReg, SetI);
98 UNARY_INTRINSIC(MterpLongReverseBytes, BSWAP, GetVRegLong, SetJ);
128 UNARY_INTRINSIC(MterpShortReverseBytes, BSWAP, GetVRegShort, SetS);
  /external/llvm/docs/
ExtendingLLVM.rst 119 well. For a good example, see ``ISD::BSWAP``, which promotes its operand to
155 ``add``, ``bswap``, and ``fadd`` for examples.
170 ``llvm/test/CodeGen/X86/bswap.ll`` is a good example.
  /external/boringssl/src/crypto/perlasm/
x86gas.pl 74 *::bswap = sub { &::emit("bswap","%$_[0]"); } if (!$::i386);
  /external/boringssl/src/crypto/sha/asm/
sha512-586.pl 350 &bswap ("eax");
351 &bswap ("ebx");
360 &bswap ("eax");
361 &bswap ("ebx");
692 &bswap ("eax");
693 &bswap ("ebx");
694 &bswap ("ecx");
695 &bswap ("edx");
  /external/boringssl/win-x86/crypto/sha/
sha256-586.asm 68 bswap eax
70 bswap ebx
72 bswap ecx
74 bswap edx
80 bswap eax
82 bswap ebx
84 bswap ecx
86 bswap edx
92 bswap eax
94 bswap eb
    [all...]
sha1-586.asm 61 bswap eax
62 bswap ebx
63 bswap ecx
64 bswap edx
73 bswap eax
74 bswap ebx
75 bswap ecx
76 bswap edx
85 bswap eax
86 bswap eb
    [all...]
  /external/llvm/test/CodeGen/SPARC/
64bit.ll 300 %3 = tail call i64 @llvm.bswap.i64(i64 %arg)
310 declare i64 @llvm.bswap.i64(i64) nounwind readnone
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Cpu/Pentium/CpuIA32Lib/IA32/
CpuIA32.asm 126 bswap eax
  /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/Library/CpuIA32Lib/IA32/
CpuIA32.asm 144 bswap eax
  /external/boringssl/win-x86_64/crypto/sha/
sha1-x86_64.asm 60 bswap edx
65 bswap ebp
78 bswap r14d
91 bswap edx
104 bswap ebp
117 bswap r14d
130 bswap edx
143 bswap ebp
156 bswap r14d
169 bswap ed
    [all...]
sha256-x86_64.asm 68 bswap r12d
109 bswap r12d
150 bswap r12d
191 bswap r12d
232 bswap r12d
273 bswap r12d
314 bswap r12d
355 bswap r12d
396 bswap r12d
437 bswap r12
    [all...]
sha512-x86_64.asm 68 bswap r12
109 bswap r12
150 bswap r12
191 bswap r12
232 bswap r12
273 bswap r12
314 bswap r12
355 bswap r12
396 bswap r12
437 bswap r1
    [all...]
  /external/clang/test/CodeGen/
asm.c 54 asm("bswap %0 %1" : "+r" (a));
  /external/llvm/include/llvm/Support/
SwapByteOrder.h 30 // release build they're replaced with BSWAP instructions anyway.
  /external/llvm/utils/TableGen/
CodeGenIntrinsics.h 28 std::string Name; // The name of the LLVM function "llvm.bswap.i32"
  /external/opencv/otherlibs/highgui/
bitstrm.h 259 #define BSWAP(v) (((v)<<24)|(((v)&0xff00)<<8)| \
  /external/swiftshader/third_party/LLVM/test/Transforms/InstCombine/
bswap.ll 4 ; RUN: grep {call.*llvm.bswap} | count 6
  /prebuilts/misc/darwin-x86_64/sdl2/include/SDL2/
SDL_endian.h 111 __asm__("bswap %0": "=r"(x):"0"(x));
  /prebuilts/misc/windows/sdl2/i686-w64-mingw32/include/SDL2/
SDL_endian.h 111 __asm__("bswap %0": "=r"(x):"0"(x));
  /prebuilts/misc/windows/sdl2/include/
SDL_endian.h 111 __asm__("bswap %0": "=r"(x):"0"(x));
  /prebuilts/misc/windows/sdl2/x86_64-w64-mingw32/include/SDL2/
SDL_endian.h 111 __asm__("bswap %0": "=r"(x):"0"(x));

Completed in 2626 milliseconds

1 2 3 4 56 7 8 91011>>