/external/boringssl/linux-x86_64/crypto/sha/ |
sha256-x86_64.S | 58 rorl $14,%r13d 62 rorl $9,%r14d 69 rorl $5,%r13d 73 rorl $11,%r14d 82 rorl $6,%r13d 86 rorl $2,%r14d 99 rorl $14,%r13d 103 rorl $9,%r14d 110 rorl $5,%r13d 114 rorl $11,%r14 [all...] |
sha1-x86_64.S | 1294 rorl $2,%ebx 1310 rorl $7,%eax 1324 rorl $7,%ebp 1340 rorl $7,%edx 1355 rorl $7,%ecx 1371 rorl $7,%ebx 1385 rorl $7,%eax 1401 rorl $7,%ebp 1416 rorl $7,%edx 1432 rorl $7,%ec [all...] |
/external/boringssl/mac-x86_64/crypto/sha/ |
sha256-x86_64.S | 57 rorl $14,%r13d 61 rorl $9,%r14d 68 rorl $5,%r13d 72 rorl $11,%r14d 81 rorl $6,%r13d 85 rorl $2,%r14d 98 rorl $14,%r13d 102 rorl $9,%r14d 109 rorl $5,%r13d 113 rorl $11,%r14 [all...] |
sha1-x86_64.S | 1293 rorl $2,%ebx 1309 rorl $7,%eax 1323 rorl $7,%ebp 1339 rorl $7,%edx 1354 rorl $7,%ecx 1370 rorl $7,%ebx 1384 rorl $7,%eax 1400 rorl $7,%ebp 1415 rorl $7,%edx 1431 rorl $7,%ec [all...] |
/external/boringssl/linux-x86/crypto/sha/ |
sha256-586.S | 124 rorl $14,%ecx 129 rorl $5,%ecx 135 rorl $6,%edx 138 rorl $9,%ecx 144 rorl $11,%ecx 149 rorl $2,%ecx 166 rorl $11,%ecx 168 rorl $2,%esi 171 rorl $7,%ecx 174 rorl $17,%es [all...] |
sha1-586.S | 106 rorl $2,%ebx 118 rorl $2,%eax 130 rorl $2,%esi 142 rorl $2,%edi 154 rorl $2,%edx 166 rorl $2,%ecx 178 rorl $2,%ebx 190 rorl $2,%eax 202 rorl $2,%esi 214 rorl $2,%ed [all...] |
/external/boringssl/mac-x86/crypto/sha/ |
sha256-586.S | 123 rorl $14,%ecx 128 rorl $5,%ecx 134 rorl $6,%edx 137 rorl $9,%ecx 143 rorl $11,%ecx 148 rorl $2,%ecx 165 rorl $11,%ecx 167 rorl $2,%esi 170 rorl $7,%ecx 173 rorl $17,%es [all...] |
sha1-586.S | 105 rorl $2,%ebx 117 rorl $2,%eax 129 rorl $2,%esi 141 rorl $2,%edi 153 rorl $2,%edx 165 rorl $2,%ecx 177 rorl $2,%ebx 189 rorl $2,%eax 201 rorl $2,%esi 213 rorl $2,%ed [all...] |
/prebuilts/go/darwin-x86/src/crypto/sha256/ |
sha256block_amd64.s | 59 RORL $17, AX; \ 61 RORL $19, CX; \ 67 RORL $7, BX; \ 70 RORL $18, CX; \ 88 RORL $6, AX; \ 90 RORL $11, CX; \ 93 RORL $25, DX; \ 110 RORL $2, DI; \ 113 RORL $13, DX; \ 120 RORL $22, DX; [all...] |
sha256block_386.s | 57 RORL $17, AX; \ 59 RORL $19, CX; \ 65 RORL $7, BX; \ 68 RORL $18, CX; \ 87 RORL $6, AX; \ 89 RORL $11, CX; \ 92 RORL $25, DX; \ 109 RORL $2, AX; \ 112 RORL $13, DX; \ 119 RORL $22, DX; [all...] |
/prebuilts/go/linux-x86/src/crypto/sha256/ |
sha256block_amd64.s | 59 RORL $17, AX; \ 61 RORL $19, CX; \ 67 RORL $7, BX; \ 70 RORL $18, CX; \ 88 RORL $6, AX; \ 90 RORL $11, CX; \ 93 RORL $25, DX; \ 110 RORL $2, DI; \ 113 RORL $13, DX; \ 120 RORL $22, DX; [all...] |
sha256block_386.s | 57 RORL $17, AX; \ 59 RORL $19, CX; \ 65 RORL $7, BX; \ 68 RORL $18, CX; \ 87 RORL $6, AX; \ 89 RORL $11, CX; \ 92 RORL $25, DX; \ 109 RORL $2, AX; \ 112 RORL $13, DX; \ 119 RORL $22, DX; [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/asm/ |
swab.h | 14 "rorl $16,%0\n\t" /* swap words */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/asm/ |
swab.h | 14 "rorl $16,%0\n\t" /* swap words */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/asm/ |
swab.h | 14 "rorl $16,%0\n\t" /* swap words */
|
/art/compiler/utils/x86/ |
assembler_x86_test.cc | 279 // Rorl only allows CL as the shift count. 287 assembler->rorl(*reg, shifter); 288 str << "rorl %cl, %" << assembler_test->GetRegisterName(*reg) << "\n"; 295 DriverFn(&rorl_fn, "rorl"); 299 DriverStr(RepeatRI(&x86::X86Assembler::rorl, 1U, "rorl ${imm}, %{reg}"), "rorli");
|
/development/ndk/platforms/android-9/arch-x86/include/asm/ |
byteorder.h | 29 "rorl $16,%0\n\t"
|
/prebuilts/ndk/current/platforms/android-12/arch-x86/usr/include/asm/ |
byteorder.h | 29 "rorl $16,%0\n\t"
|
/prebuilts/ndk/current/platforms/android-13/arch-x86/usr/include/asm/ |
byteorder.h | 29 "rorl $16,%0\n\t"
|
/prebuilts/ndk/current/platforms/android-14/arch-x86/usr/include/asm/ |
byteorder.h | 29 "rorl $16,%0\n\t"
|
/prebuilts/ndk/current/platforms/android-15/arch-x86/usr/include/asm/ |
byteorder.h | 29 "rorl $16,%0\n\t"
|
/prebuilts/ndk/current/platforms/android-16/arch-x86/usr/include/asm/ |
byteorder.h | 29 "rorl $16,%0\n\t"
|
/prebuilts/ndk/current/platforms/android-17/arch-x86/usr/include/asm/ |
byteorder.h | 29 "rorl $16,%0\n\t"
|
/prebuilts/ndk/current/platforms/android-18/arch-x86/usr/include/asm/ |
byteorder.h | 29 "rorl $16,%0\n\t"
|
/prebuilts/ndk/current/platforms/android-19/arch-x86/usr/include/asm/ |
byteorder.h | 29 "rorl $16,%0\n\t"
|