Searched refs:shrd (Results 1 - 25 of 35) sorted by relevance

12

/external/boringssl/win-x86_64/crypto/fipsmodule/
H A Dsha256-x86_64.asm2961 shrd r13d,r13d,14
2965 shrd r14d,r14d,9
2969 shrd r13d,r13d,5
2978 shrd r14d,r14d,11
2982 shrd r13d,r13d,6
2989 shrd r14d,r14d,2
2995 shrd r13d,r13d,14
2999 shrd r14d,r14d,9
3003 shrd r13d,r13d,5
3013 shrd r14
[all...]
H A Dsha512-x86_64.asm3013 shrd r13,r13,23
3017 shrd r14,r14,5
3022 shrd r13,r13,4
3032 shrd r14,r14,6
3037 shrd r13,r13,14
3044 shrd r14,r14,28
3052 shrd r13,r13,23
3056 shrd r14,r14,5
3061 shrd r13,r13,4
3071 shrd r1
[all...]
H A Dsha1-x86_64.asm2519 shrd ebx,ebx,2
2534 shrd eax,eax,7
2547 shrd ebp,ebp,7
2563 shrd edx,edx,7
2574 shrd ecx,ecx,7
2589 shrd ebx,ebx,7
2602 shrd eax,eax,7
2618 shrd ebp,ebp,7
2630 shrd edx,edx,7
2645 shrd ec
[all...]
H A Drsaz-avx2.asm1502 shrd r8,r9,58
1510 shrd r9,r10,52
1518 shrd r10,r11,46
1526 shrd r11,r8,40
1538 shrd r8,r9,63
1546 shrd r9,r10,57
1554 shrd r10,r11,51
1562 shrd r11,r8,45
1570 shrd r8,r9,39
1582 shrd r
[all...]
/external/boringssl/win-x86/crypto/fipsmodule/
H A Dsha256-586.asm4439 shrd edx,edx,14
4446 shrd edx,edx,5
4452 shrd edx,edx,6
4459 shrd ecx,ecx,9
4466 shrd ecx,ecx,11
4472 shrd ecx,ecx,2
4479 shrd edx,edx,14
4486 shrd edx,edx,5
4492 shrd edx,edx,6
4499 shrd ec
[all...]
H A Dsha1-586.asm2689 shrd ebx,ebx,2
2705 shrd eax,eax,7
2718 shrd edi,edi,7
2733 shrd edx,edx,7
2746 shrd ecx,ecx,7
2762 shrd ebx,ebx,7
2775 shrd eax,eax,7
2790 shrd edi,edi,7
2803 shrd edx,edx,7
2819 shrd ec
[all...]
/external/llvm/test/MC/X86/
H A Dintel-syntax.s384 shrd DX, BX label
385 shrd DX, BX, CL label
386 shrd DX, BX, 1 label
387 shrd [RAX], BX label
388 shrd [RAX], BX, CL label
H A Dx86-64.s383 shrd %bx, %dx label
384 shrd %cl, %bx, %dx label
385 shrd $1, %bx, %dx label
386 shrd %bx, (%rax) label
387 shrd %cl, %bx, (%rax) label
/external/syslinux/gnu-efi/gnu-efi-3.0/lib/ia32/
H A Dmath.c90 shrd eax, edx, cl
/external/syslinux/gnu-efi/gnu-efi-3.0/lib/x86_64/
H A Dmath.c90 shrd eax, edx, cl
/external/boringssl/src/crypto/fipsmodule/modes/asm/
H A Dghash-x86.pl159 # shrd practically kills P4, 2.5x deterioration, but P4 has
160 # MMX code-path to execute. shrd runs tad faster [than twice
171 &shrd ($Zll,$Zlh,4);
173 &shrd ($Zlh,$Zhl,4);
174 &shrd ($Zhl,$Zhh,4);
202 &shrd ($Zll,$Zlh,4);
204 &shrd ($Zlh,$Zhl,4);
205 &shrd ($Zhl,$Zhh,4);
/external/lzma/Asm/x86/
H A DXzCrc64Opt.asm126 shrd r0, r2, 8
/external/swiftshader/third_party/LLVM/test/MC/X86/
H A Dx86-64.s349 shrd %bx,%bx label
350 shrd $1, %bx,%bx label
/external/boringssl/src/crypto/fipsmodule/sha/asm/
H A Dsha256-586.pl28 # May version, >60% over original. Add AVX+shrd code path, >25%
333 local *ror = sub { &shrd(@_[0],@_) };
1060 local *ror = sub { &shrd(@_[0],@_) };
H A Dsha1-586.pl1106 my $_ror=sub { &shrd(@_[0],@_) };
H A Dsha1-x86_64.pl935 my $_ror=sub { &shrd(@_[0],@_) };
H A Dsha512-x86_64.pl106 # (**) switch from ror to shrd stands for fair share of improvement;
1469 # AVX+shrd code path
1471 local *ror = sub { &shrd(@_[0],@_) };
/external/swiftshader/third_party/subzero/src/
H A DIceAssemblerX86Base.h680 void shrd(Type Ty, GPRRegister dst, GPRRegister src);
681 void shrd(Type Ty, GPRRegister dst, GPRRegister src, const Immediate &imm);
682 void shrd(Type Ty, const Address &dst, GPRRegister src);
H A DIceAssemblerX86BaseImpl.h3341 void AssemblerX86Base<TraitsType>::shrd(Type Ty, GPRRegister dst,
3354 void AssemblerX86Base<TraitsType>::shrd(Type Ty, GPRRegister dst,
3369 void AssemblerX86Base<TraitsType>::shrd(Type Ty, const Address &dst,
/external/mesa3d/src/mesa/x86/
H A Dassyntax.h655 #define SHRD_L(a,b,c) CHOICE(shrdl ARG3(a,b,c), shrdl ARG3(a,b,c), _LTOG shrd ARG3(c,b,a))
656 #define SHRD2_L(a,b) CHOICE(shrdl ARG2(a,b), shrdl ARG3(CL,a,b), _LTOG shrd ARG3(b,a,CL))
657 #define SHRD_W(a,b,c) CHOICE(shrdw ARG3(a,b,c), shrdw ARG3(a,b,c), _WTOG shrd ARG3(c,b,a))
658 #define SHRD2_W(a,b) CHOICE(shrdw ARG2(a,b), shrdw ARG3(CL,a,b), _WTOG shrd ARG3(b,a,CL))
1368 #define SHRD_L(a,b,c) shrd
1369 #define SHRD2_L(a,b) shrd L_(b), L_(a)
1370 #define SHRD_W(a,b,c) shrd
1371 #define SHRD2_W(a,b) shrd W_(b), W_(a)
/external/v8/src/x87/
H A Dassembler-x87.h763 void shrd(Register dst, Register src, uint8_t shift);
H A Dmacro-assembler-x87.cc627 shrd(high, low, shift);
649 shrd(high, low, shift);
/external/v8/src/ia32/
H A Dmacro-assembler-ia32.cc738 shrd(high, low, shift);
760 shrd(high, low, shift);
H A Dassembler-ia32.h770 void shrd(Register dst, Register src, uint8_t shift);
/external/boringssl/src/crypto/fipsmodule/bn/asm/
H A Drsaz-avx2.pl1567 shrd \$`29*$j`,@T[1],@T[0]

Completed in 689 milliseconds

12