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 374 shrd DX, BX label
375 shrd DX, BX, CL label
376 shrd DX, BX, 1 label
377 shrd [RAX], BX label
378 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/openssl/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/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-x64.cc 113 __ shrd(rdx, rcx);
189 __ shrd(rdx, rbx);
test-disasm-ia32.cc 120 __ shrd(edx, ecx);
202 __ shrd(edx, Operand(ebx, ecx, times_4, 10000));
  /external/v8/test/cctest/
test-disasm-x64.cc 121 __ shrd(rdx, rcx);
197 __ shrd(rdx, rbx);
test-disasm-ia32.cc 127 __ shrd(edx, ecx);
209 __ shrd(edx, Operand(ebx, ecx, times_4, 10000));
  /external/chromium_org/v8/src/ia32/
assembler-ia32.h 837 void shrd(Register dst, Register src) { shrd(dst, Operand(src)); }
838 void shrd(Register dst, const Operand& src);
    [all...]
  /external/v8/src/ia32/
assembler-ia32.h 819 void shrd(Register dst, Register src) { shrd(dst, Operand(src)); }
820 void shrd(Register dst, const Operand& src);
    [all...]
  /art/runtime/arch/x86/
quick_entrypoints_x86.S 561 shrd %cl,%edx,%eax
574 shrd %cl,%edx,%eax
    [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/chromium_org/third_party/openssl/openssl/crypto/aes/asm/
aesni-sha1-x86_64.pl 646 my $_ror=sub { &shrd(@_[0],@_) };
  /external/chromium_org/third_party/openssl/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/chromium_org/v8/src/x64/
assembler-x64.h     [all...]
  /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/v8/src/x64/
assembler-x64.h 1016 void shrd(Register dst, Register src);
    [all...]
  /external/valgrind/main/VEX/test/
test-amd64.c 147 #define OP shrd
    [all...]
test-i386.c 136 #define OP shrd
    [all...]

Completed in 2164 milliseconds

1 2