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/fipsmodule/
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...]
ghash-x86_64.S 89 bswapq %r8
90 bswapq %r9
648 bswapq %r8
650 bswapq %r9
    [all...]
  /external/boringssl/mac-x86_64/crypto/fipsmodule/
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...]
ghash-x86_64.S 88 bswapq %r8
89 bswapq %r9
647 bswapq %r8
649 bswapq %r9
    [all...]
  /art/compiler/utils/x86_64/
assembler_x86_64.h 783 void bswapq(CpuRegister dst);
    [all...]
assembler_x86_64_test.cc     [all...]
assembler_x86_64.cc 3190 void X86_64Assembler::bswapq(CpuRegister dst) { function in class:art::x86_64::X86_64Assembler
    [all...]
  /art/compiler/optimizing/
intrinsics_x86_64.cc 207 __ bswapq(out);
    [all...]

Completed in 143 milliseconds