HomeSort by relevance Sort by last modified time
    Searched defs:bswapl (Results 1 - 3 of 3) sorted by null

  /external/valgrind/memcheck/tests/amd64/
bug132146.c 55 #define BSWAPL(_lval) \
57 __asm__ __volatile__("bswapl %0" \
61 UInt bswapl ( UInt x ) function
63 BSWAPL(x); BSWAPL(x);
64 BSWAPL(x); BSWAPL(x);
65 BSWAPL(x); BSWAPL(x);
66 BSWAPL(x); BSWAPL(x)
    [all...]
  /art/compiler/utils/x86/
assembler_x86.cc 148 void X86Assembler::bswapl(Register dst) { function in class:art::x86::X86Assembler
    [all...]
  /art/compiler/utils/x86_64/
assembler_x86_64.cc 2053 void X86_64Assembler::bswapl(CpuRegister dst) { function in class:art::x86_64::X86_64Assembler
    [all...]

Completed in 77 milliseconds