HomeSort by relevance Sort by last modified time
    Searched refs:shrd (Results 1 - 25 of 33) sorted by null

1 2

  /external/llvm/test/MC/X86/
intel-syntax.s 382 shrd DX, BX label
383 shrd DX, BX, CL label
384 shrd DX, BX, 1 label
385 shrd [RAX], BX label
386 shrd [RAX], BX, CL label
x86-64.s 362 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/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/tests/
genopcode.asm 96 shrd cx, dx, cl label
  /external/chromium_org/third_party/boringssl/src/crypto/modes/asm/
ghash-x86.pl 156 # shrd practically kills P4, 2.5x deterioration, but P4 has
157 # MMX code-path to execute. shrd runs tad faster [than twice
168 &shrd ($Zll,$Zlh,4);
170 &shrd ($Zlh,$Zhl,4);
171 &shrd ($Zhl,$Zhh,4);
199 &shrd ($Zll,$Zlh,4);
201 &shrd ($Zlh,$Zhl,4);
202 &shrd ($Zhl,$Zhh,4);
    [all...]
  /external/openssl/crypto/modes/asm/
ghash-x86.pl 144 # shrd practically kills P4, 2.5x deterioration, but P4 has
145 # MMX code-path to execute. shrd runs tad faster [than twice
156 &shrd ($Zll,$Zlh,4);
158 &shrd ($Zlh,$Zhl,4);
159 &shrd ($Zhl,$Zhh,4);
187 &shrd ($Zll,$Zlh,4);
189 &shrd ($Zlh,$Zhl,4);
190 &shrd ($Zhl,$Zhh,4);
    [all...]
  /external/chromium_org/v8/test/cctest/
test-disasm-x87.cc 123 __ shrd(edx, ecx);
218 __ shrd(edx, Operand(ebx, ecx, times_4, 10000));
test-disasm-ia32.cc 123 __ shrd(edx, ecx);
218 __ shrd(edx, Operand(ebx, ecx, times_4, 10000));
test-disasm-x64.cc 119 __ shrd(rdx, rcx);
196 __ shrd(rdx, rbx);
  /external/chromium_org/v8/src/x87/
assembler-x87.h 739 void shrd(Register dst, Register src) { shrd(dst, Operand(src)); }
740 void shrd(Register dst, const Operand& src);
    [all...]
assembler-x87.cc 996 void Assembler::shrd(Register dst, const Operand& src) { function in class:v8::internal::Assembler
    [all...]
  /external/chromium_org/v8/src/ia32/
assembler-ia32.h 756 void shrd(Register dst, Register src) { shrd(dst, Operand(src)); }
757 void shrd(Register dst, const Operand& src);
    [all...]
  /art/runtime/arch/x86/
quick_entrypoints_x86.S     [all...]
  /external/chromium_org/third_party/boringssl/src/crypto/sha/asm/
sha256-586.pl 28 # May version, >60% over original. Add AVX+shrd code path, >25%
332 local *ror = sub { &shrd(@_[0],@_) };
1059 local *ror = sub { &shrd(@_[0],@_) };
    [all...]
sha1-586.pl     [all...]
sha1-x86_64.pl 931 my $_ror=sub { &shrd(@_[0],@_) };
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/x86/
assyntax.h 655 #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))
    [all...]
  /external/mesa3d/src/mesa/x86/
assyntax.h 655 #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))
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/stdlib/
SDL_stdlib.c 602 shrd eax,edx,cl
  /external/openssl/crypto/aes/asm/
aesni-sha1-x86_64.pl 646 my $_ror=sub { &shrd(@_[0],@_) };
  /external/openssl/crypto/sha/asm/
sha1-586.pl 865 my $_ror=sub { &shrd(@_[0],@_) };
    [all...]
sha1-x86_64.pl 724 my $_ror=sub { &shrd(@_[0],@_) };
  /external/valgrind/main/VEX/test/
test-amd64.c 147 #define OP shrd
    [all...]
test-i386.c 136 #define OP shrd
    [all...]
  /external/chromium_org/v8/src/x64/
assembler-x64.h 842 void shrd(Register dst, Register src);
    [all...]
  /external/chromium_org/third_party/boringssl/src/crypto/bn/asm/
rsaz-avx2.pl     [all...]

Completed in 370 milliseconds

1 2