HomeSort by relevance Sort by last modified time
    Searched refs:bswapl (Results 1 - 17 of 17) 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...]
  /external/boringssl/linux-x86_64/crypto/aes/
aesni-x86_64.S 1050 bswapl %r8d
1062 bswapl %eax
1063 bswapl %edx
1070 bswapl %eax
1075 bswapl %r10d
1081 bswapl %r9d
1085 bswapl %r10d
1090 bswapl %r9d
1116 bswapl %r11d
1210 bswapl %r9
    [all...]
bsaes-x86_64.S 1489 bswapl %eax
1493 bswapl %eax
    [all...]
  /external/boringssl/mac-x86_64/crypto/aes/
aesni-x86_64.S 1049 bswapl %r8d
1061 bswapl %eax
1062 bswapl %edx
1069 bswapl %eax
1074 bswapl %r10d
1080 bswapl %r9d
1084 bswapl %r10d
1089 bswapl %r9d
1115 bswapl %r11d
1209 bswapl %r9
    [all...]
bsaes-x86_64.S 1486 bswapl %eax
1490 bswapl %eax
    [all...]
  /external/boringssl/linux-x86_64/crypto/sha/
sha1-x86_64.S 49 bswapl %edx
54 bswapl %ebp
67 bswapl %r14d
80 bswapl %edx
93 bswapl %ebp
106 bswapl %r14d
119 bswapl %edx
132 bswapl %ebp
145 bswapl %r14d
158 bswapl %ed
    [all...]
sha256-x86_64.S 57 bswapl %r12d
98 bswapl %r12d
139 bswapl %r12d
180 bswapl %r12d
221 bswapl %r12d
262 bswapl %r12d
303 bswapl %r12d
344 bswapl %r12d
385 bswapl %r12d
426 bswapl %r12
    [all...]
  /external/boringssl/mac-x86_64/crypto/sha/
sha1-x86_64.S 48 bswapl %edx
53 bswapl %ebp
66 bswapl %r14d
79 bswapl %edx
92 bswapl %ebp
105 bswapl %r14d
118 bswapl %edx
131 bswapl %ebp
144 bswapl %r14d
157 bswapl %ed
    [all...]
sha256-x86_64.S 56 bswapl %r12d
97 bswapl %r12d
138 bswapl %r12d
179 bswapl %r12d
220 bswapl %r12d
261 bswapl %r12d
302 bswapl %r12d
343 bswapl %r12d
384 bswapl %r12d
425 bswapl %r12
    [all...]
  /art/compiler/optimizing/
intrinsics_x86.cc 202 __ bswapl(out);
206 __ bswapl(out);
239 __ bswapl(output_lo);
240 __ bswapl(output_hi);
    [all...]
intrinsics_x86_64.cc 154 __ bswapl(out);
158 __ bswapl(out);
    [all...]
  /art/compiler/utils/x86/
assembler_x86.h 335 void bswapl(Register dst);
assembler_x86.cc 155 void X86Assembler::bswapl(Register dst) { function in class:art::x86::X86Assembler
    [all...]
  /art/compiler/utils/x86_64/
assembler_x86_64.h 640 void bswapl(CpuRegister dst);
    [all...]
assembler_x86_64_test.cc     [all...]
assembler_x86_64.cc 2185 void X86_64Assembler::bswapl(CpuRegister dst) { function in class:art::x86_64::X86_64Assembler
    [all...]
  /external/valgrind/none/tests/x86/
insn_basic.def 109 bswapl r32.ud[0x12345678] => 0.ud[0x78563412]
    [all...]

Completed in 2020 milliseconds