HomeSort by relevance Sort by last modified time
    Searched defs:BSWAPQ (Results 1 - 5 of 5) 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...]
  /prebuilts/go/darwin-x86/src/runtime/
asm_amd64p32.s 935 BSWAPQ AX // reverse order of bytes
936 BSWAPQ CX
974 BSWAPQ SI // reverse order of bytes
975 BSWAPQ DI
asm_amd64.s     [all...]
  /prebuilts/go/linux-x86/src/runtime/
asm_amd64p32.s 935 BSWAPQ AX // reverse order of bytes
936 BSWAPQ CX
974 BSWAPQ SI // reverse order of bytes
975 BSWAPQ DI
asm_amd64.s     [all...]

Completed in 404 milliseconds