/prebuilts/ndk/current/platforms/android-9/arch-x86/usr/include/asm/ |
byteorder.h | 29 "rorl $16,%0\n\t"
|
/external/boringssl/linux-x86_64/crypto/rc4/ |
rc4-x86_64.S | 380 rorl $8,%r8d 394 rorl $8,%r8d 408 rorl $8,%r8d 422 rorl $8,%r8d 436 rorl $8,%r9d 450 rorl $8,%r9d 464 rorl $8,%r9d 478 rorl $8,%r9d
|
/external/boringssl/mac-x86_64/crypto/rc4/ |
rc4-x86_64.S | 379 rorl $8,%r8d 393 rorl $8,%r8d 407 rorl $8,%r8d 421 rorl $8,%r8d 435 rorl $8,%r9d 449 rorl $8,%r9d 463 rorl $8,%r9d 477 rorl $8,%r9d
|
/external/llvm/test/CodeGen/X86/ |
rotate4.ll | 23 ; CHECK: rorl 85 ; CHECK: rorl
|
bswap-inline-asm.ll | 72 %asmtmp = tail call i32 asm "rorw $$8, ${0:w};rorl $$16, $0;rorw $$8, ${0:w}", "=r,0,~{cc},~{dirflag},~{flags},~{fpsr}"(i32 %x) nounwind
|
rot32.ll | 29 ; CHECK: rorl %cl
|
/external/boringssl/linux-x86/crypto/rc4/ |
rc4-586.S | 193 rorl $8,%ebp 203 rorl $8,%ebp 213 rorl $8,%ebp 216 rorl $8,%ebp
|
/external/boringssl/mac-x86/crypto/rc4/ |
rc4-586.S | 192 rorl $8,%ebp 202 rorl $8,%ebp 212 rorl $8,%ebp 215 rorl $8,%ebp
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/bits/ |
byteswap.h | 84 "rorl $16, %0;" \
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/ |
byteswap.h | 80 "rorl $16, %0;" \
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/ |
byteswap.h | 85 "rorl $16, %0;" \
|
/prebuilts/go/darwin-x86/pkg/bootstrap/src/bootstrap/internal/obj/x86/ |
anames.go | 177 "RORL",
|
/prebuilts/go/darwin-x86/src/cmd/internal/obj/x86/ |
anames.go | 174 "RORL",
|
/prebuilts/go/linux-x86/pkg/bootstrap/src/bootstrap/internal/obj/x86/ |
anames.go | 177 "RORL",
|
/prebuilts/go/linux-x86/src/cmd/internal/obj/x86/ |
anames.go | 174 "RORL",
|
/external/tcpdump/ |
tcpdump-stdinc.h | 273 "rorl $16, %0\n\t" /* swap words */
|
/art/compiler/utils/x86_64/ |
assembler_x86_64_test.cc | 500 // Rorl only allows CL as the shift count. 508 assembler->rorl(*reg, shifter); 509 str << "rorl %cl, %" << assembler_test->GetSecondaryRegisterName(*reg) << "\n"; 516 DriverFn(&rorl_fn, "rorl"); 520 DriverStr(Repeatri(&x86_64::X86_64Assembler::rorl, 1U, "rorl ${imm}, %{reg}"), "rorli"); [all...] |
assembler_x86_64.h | 658 void rorl(CpuRegister reg, const Immediate& imm); 659 void rorl(CpuRegister operand, CpuRegister shifter); [all...] |
/art/compiler/utils/x86/ |
assembler_x86.h | 345 void rorl(Register reg, const Immediate& imm); 346 void rorl(Register operand, Register shifter);
|
/external/boringssl/linux-x86_64/crypto/aes/ |
aes-x86_64.S | 277 rorl $16,%r10d 279 rorl $16,%r11d 285 rorl $8,%r10d 287 rorl $8,%r11d 302 rorl $16,%r12d 304 rorl $16,%ebp 314 rorl $8,%r12d 316 rorl $8,%ebp [all...] |
/external/boringssl/mac-x86_64/crypto/aes/ |
aes-x86_64.S | 277 rorl $16,%r10d 279 rorl $16,%r11d 285 rorl $8,%r10d 287 rorl $8,%r11d 302 rorl $16,%r12d 304 rorl $16,%ebp 314 rorl $8,%r12d 316 rorl $8,%ebp [all...] |
/external/mesa3d/src/mesa/x86/ |
read_rgba_span_x86.S | 60 rorl $8, %eax /* BGRA -> ABGR */ ; \ 67 rorl $8, %eax /* BGRA -> ABGR */ ; \
|
/external/e2fsprogs/lib/blkid/ |
probe.h | 789 "rorl $16,%0\n\t" /* swap words */
|
/external/e2fsprogs/lib/ext2fs/ |
bitops.h | 336 "rorl $16,%0\n\t" /* swap words */
|
/external/boringssl/linux-x86/crypto/aes/ |
aes-586.S | 114 rorl $16,%ebp 118 rorl $24,%edi 132 rorl $16,%ebp 136 rorl $24,%edi 150 rorl $16,%ebp 154 rorl $24,%edi 168 rorl $16,%ebp 172 rorl $24,%edi [all...] |