Home
last modified time | relevance | path

Searched refs:shrd (Results 1 – 25 of 63) sorted by relevance

123

/external/boringssl/win-x86_64/crypto/sha/
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 r14d,r14d,11
[all …]
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 r14,r14,6
[all …]
Dsha1-x86_64.asm2521 shrd ebx,ebx,2
2536 shrd eax,eax,7
2549 shrd ebp,ebp,7
2565 shrd edx,edx,7
2576 shrd ecx,ecx,7
2591 shrd ebx,ebx,7
2604 shrd eax,eax,7
2620 shrd ebp,ebp,7
2632 shrd edx,edx,7
2647 shrd ecx,ecx,7
[all …]
/external/boringssl/win-x86/crypto/sha/
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 ecx,ecx,9
[all …]
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 ecx,ecx,7
[all …]
/external/llvm/test/CodeGen/X86/
Dx86-64-double-shifts-var.ll20 ; double precision shift instructions we do not generate 'shld' or 'shrd'
47 ; CHECK-NOT: shrd
Dx86-64-double-precision-shift-right.ll4 ; of instructions with lower latencies instead of shrd instruction.
Drot64.ll5 ; RUN: grep shrd %t | count 2
/external/llvm/test/MC/X86/
Dintel-syntax.s382 shrd DX, BX define
383 shrd DX, BX, CL define
384 shrd DX, BX, 1 define
385 shrd [RAX], BX label
386 shrd [RAX], BX, CL label
Dx86-64.s362 shrd %bx, %dx label
363 shrd %cl, %bx, %dx label
364 shrd $1, %bx, %dx label
365 shrd %bx, (%rax) label
366 shrd %cl, %bx, (%rax) label
/external/boringssl/win-x86/crypto/modes/
Dghash-x86.asm64 shrd ebx,ecx,4
66 shrd ecx,edx,4
67 shrd edx,ebp,4
79 shrd ebx,ecx,4
81 shrd ecx,edx,4
82 shrd edx,ebp,4
166 shrd ebx,ecx,4
168 shrd ecx,edx,4
169 shrd edx,ebp,4
181 shrd ebx,ecx,4
[all …]
/external/boringssl/src/crypto/modes/asm/
Dghash-x86.pl167 &shrd ($Zll,$Zlh,4);
169 &shrd ($Zlh,$Zhl,4);
170 &shrd ($Zhl,$Zhh,4);
198 &shrd ($Zll,$Zlh,4);
200 &shrd ($Zlh,$Zhl,4);
201 &shrd ($Zhl,$Zhh,4);
/external/llvm/lib/Target/X86/
DX86InstrShiftRotate.td699 "shrd{w}\t{%cl, $src2, $dst|$dst, $src2, cl}",
710 "shrd{l}\t{%cl, $src2, $dst|$dst, $src2, cl}",
721 "shrd{q}\t{%cl, $src2, $dst|$dst, $src2, cl}",
738 "shrd{w}\t{$src3, $src2, $dst|$dst, $src2, $src3}",
752 "shrd{l}\t{$src3, $src2, $dst|$dst, $src2, $src3}",
766 "shrd{q}\t{$src3, $src2, $dst|$dst, $src2, $src3}",
780 "shrd{w}\t{%cl, $src2, $dst|$dst, $src2, cl}",
789 "shrd{l}\t{%cl, $src2, $dst|$dst, $src2, cl}",
798 "shrd{q}\t{%cl, $src2, $dst|$dst, $src2, cl}",
812 "shrd{w}\t{$src3, $src2, $dst|$dst, $src2, $src3}",
[all …]
/external/lzma/Asm/x86/
DXzCrc64Opt.asm126 shrd r0, r2, 8
/external/icu/icu4c/source/data/misc/
DnumberingSystems.txt306 shrd{
DkeyTypeData.txt512 shrd{""}
/external/mesa3d/src/mesa/x86/
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))
1376 #define SHRD_L(a,b,c) shrd
1377 #define SHRD2_L(a,b) shrd L_(b), L_(a)
1378 #define SHRD_W(a,b,c) shrd
1379 #define SHRD2_W(a,b) shrd W_(b), W_(a)
/external/icu/icu4c/source/data/lang/
Dko.txt865 shrd{"샤라다 숫자"}
Dru.txt867 shrd{"цифры шарада"}
Dug.txt779 shrd{"شاراداچە رەقەملەر"}
Dth.txt968 shrd{"ตัวเลขชาราดา"}
Dja.txt961 shrd{"シャーラダー数字"}
Dzh_Hant.txt948 shrd{"夏拉達數字"}
/external/boringssl/src/crypto/sha/asm/
Dsha256-586.pl327 local *ror = sub { &shrd(@_[0],@_) };
1054 local *ror = sub { &shrd(@_[0],@_) };
/external/v8/test/cctest/
Dtest-disasm-x87.cc125 __ shrd(edx, ecx, 10); in TEST() local

123