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

  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BaseLib/Ia32/
SwapBytes64.S 38 bswapl %eax
39 bswapl %edx
  /device/linaro/bootloader/edk2/MdePkg/Library/BaseLib/Ia32/
SwapBytes64.S 36 bswapl %eax
37 bswapl %edx
  /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...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Cpu/Pentium/CpuIA32Lib/IA32/
CpuIA32.S 143 bswapl %eax
  /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/Library/CpuIA32Lib/IA32/
CpuIA32.S 155 bswapl %eax
  /external/boringssl/linux-x86_64/crypto/fipsmodule/
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
1116 bswapl %ebp
1210 bswapl %r9
    [all...]
sha1-x86_64.S 50 bswapl %edx
55 bswapl %ebp
68 bswapl %r14d
81 bswapl %edx
94 bswapl %ebp
107 bswapl %r14d
120 bswapl %edx
133 bswapl %ebp
146 bswapl %r14d
159 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...]
bsaes-x86_64.S 1488 bswapl %eax
1492 bswapl %eax
    [all...]
  /external/boringssl/mac-x86_64/crypto/fipsmodule/
aesni-x86_64.S 1048 bswapl %r8d
1060 bswapl %eax
1061 bswapl %edx
1068 bswapl %eax
1073 bswapl %r10d
1079 bswapl %r9d
1083 bswapl %r10d
1088 bswapl %r9d
1115 bswapl %ebp
1209 bswapl %r9
    [all...]
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 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...]
bsaes-x86_64.S 1485 bswapl %eax
1489 bswapl %eax
    [all...]
  /art/compiler/optimizing/
intrinsics_x86.cc 287 __ bswapl(out);
291 __ bswapl(out);
324 __ bswapl(output_lo);
325 __ bswapl(output_hi);
    [all...]
intrinsics_x86_64.cc 200 __ bswapl(out);
204 __ bswapl(out);
    [all...]
  /art/compiler/utils/x86/
assembler_x86.h 340 void bswapl(Register dst);
assembler_x86.cc 182 void X86Assembler::bswapl(Register dst) { function in class:art::x86::X86Assembler
    [all...]
  /art/compiler/utils/x86_64/
assembler_x86_64.h 782 void bswapl(CpuRegister dst);
    [all...]
assembler_x86_64_test.cc     [all...]
assembler_x86_64.cc 3183 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 549 milliseconds