HomeSort by relevance Sort by last modified time
    Searched refs:bswapq (Results 1 - 9 of 9) sorted by null

  /external/valgrind/memcheck/tests/amd64/
bug132146.c 9 #define BSWAPQ(_lval) \
11 __asm__ __volatile__("bswapq %0" \
15 ULong bswapq ( ULong x ) function
17 BSWAPQ(x); BSWAPQ(x);
18 BSWAPQ(x); BSWAPQ(x);
19 BSWAPQ(x); BSWAPQ(x);
20 BSWAPQ(x); BSWAPQ(x)
    [all...]
  /external/boringssl/linux-x86_64/crypto/sha/
sha512-x86_64.S 57 bswapq %r12
98 bswapq %r12
139 bswapq %r12
180 bswapq %r12
221 bswapq %r12
262 bswapq %r12
303 bswapq %r12
344 bswapq %r12
385 bswapq %r12
426 bswapq %r1
    [all...]
  /external/boringssl/mac-x86_64/crypto/sha/
sha512-x86_64.S 56 bswapq %r12
97 bswapq %r12
138 bswapq %r12
179 bswapq %r12
220 bswapq %r12
261 bswapq %r12
302 bswapq %r12
343 bswapq %r12
384 bswapq %r12
425 bswapq %r1
    [all...]
  /external/boringssl/linux-x86_64/crypto/modes/
ghash-x86_64.S 85 bswapq %r8
86 bswapq %r9
643 bswapq %r8
645 bswapq %r9
  /external/boringssl/mac-x86_64/crypto/modes/
ghash-x86_64.S 84 bswapq %r8
85 bswapq %r9
642 bswapq %r8
644 bswapq %r9
  /art/compiler/utils/x86_64/
assembler_x86_64.h 641 void bswapq(CpuRegister dst);
    [all...]
assembler_x86_64_test.cc     [all...]
assembler_x86_64.cc 2192 void X86_64Assembler::bswapq(CpuRegister dst) { function in class:art::x86_64::X86_64Assembler
    [all...]
  /art/compiler/optimizing/
intrinsics_x86_64.cc 161 __ bswapq(out);
    [all...]

Completed in 2601 milliseconds