HomeSort by relevance Sort by last modified time
    Searched defs:bswapq (Results 1 - 2 of 2) 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...]
  /art/compiler/utils/x86_64/
assembler_x86_64.cc 2060 void X86_64Assembler::bswapq(CpuRegister dst) { function in class:art::x86_64::X86_64Assembler
    [all...]

Completed in 71 milliseconds