Searched refs:shld (Results 1 - 25 of 28) sorted by relevance

12

/external/boringssl/win-x86/crypto/fipsmodule/
H A Dsha1-586.asm2697 shld eax,eax,5
2712 shld edi,edi,5
2725 shld edx,edx,5
2739 shld ecx,ecx,5
2754 shld ebx,ebx,5
2769 shld eax,eax,5
2782 shld edi,edi,5
2796 shld edx,edx,5
2811 shld ecx,ecx,5
2826 shld eb
[all...]
/external/boringssl/win-x86_64/crypto/fipsmodule/
H A Dsha1-x86_64.asm2526 shld eax,eax,5
2540 shld ebp,ebp,5
2554 shld edx,edx,5
2569 shld ecx,ecx,5
2581 shld ebx,ebx,5
2595 shld eax,eax,5
2609 shld ebp,ebp,5
2624 shld edx,edx,5
2637 shld ecx,ecx,5
2651 shld eb
[all...]
/external/llvm/test/MC/X86/
H A Dintel-syntax.s379 shld DX, BX label
380 shld DX, BX, CL label
381 shld DX, BX, 1 label
382 shld [RAX], BX label
383 shld [RAX], BX, CL label
H A Dx86-64.s378 shld %bx, %dx label
379 shld %cl, %bx, %dx label
380 shld $1, %bx, %dx label
381 shld %bx, (%rax) label
382 shld %cl, %bx, (%rax) label
/external/syslinux/gnu-efi/gnu-efi-3.0/lib/ia32/
H A Dmath.c55 shld edx, eax, cl
/external/syslinux/gnu-efi/gnu-efi-3.0/lib/x86_64/
H A Dmath.c55 shld edx, eax, cl
/external/swiftshader/third_party/LLVM/test/MC/X86/
H A Dx86-64.s347 shld %bx,%bx label
348 shld $1, %bx,%bx label
/external/swiftshader/third_party/subzero/src/
H A DIceAssemblerX86Base.h677 void shld(Type Ty, GPRRegister dst, GPRRegister src);
678 void shld(Type Ty, GPRRegister dst, GPRRegister src, const Immediate &imm);
679 void shld(Type Ty, const Address &operand, GPRRegister src);
H A DIceAssemblerX86BaseImpl.h3299 void AssemblerX86Base<TraitsType>::shld(Type Ty, GPRRegister dst,
3312 void AssemblerX86Base<TraitsType>::shld(Type Ty, GPRRegister dst,
3327 void AssemblerX86Base<TraitsType>::shld(Type Ty, const Address &operand,
H A DIceInstX86BaseImpl.h1415 "shld" << this->getWidthString(Dest->getType()) << "\t";
1430 static const GPREmitterShiftD Emitter = {&Assembler::shld, &Assembler::shld};
1440 Str << " = shld." << this->getDest()->getType() << " ";
/external/mesa3d/src/mesa/x86/
H A Dassyntax.h648 #define SHLD_L(a,b,c) CHOICE(shldl ARG3(a,b,c), shldl ARG3(a,b,c), _LTOG shld ARG3(c,b,a))
649 #define SHLD2_L(a,b) CHOICE(shldl ARG2(a,b), shldl ARG3(CL,a,b), _LTOG shld ARG3(b,a,CL))
650 #define SHLD_W(a,b,c) CHOICE(shldw ARG3(a,b,c), shldw ARG3(a,b,c), _WTOG shld ARG3(c,b,a))
651 #define SHLD2_W(a,b) CHOICE(shldw ARG2(a,b), shldw ARG3(CL,a,b), _WTOG shld ARG3(b,a,CL))
1361 #define SHLD_L(a,b,c) shld
1362 #define SHLD2_L(a,b) shld L_(b), L_(a)
1363 #define SHLD_W(a,b,c) shld
1364 #define SHLD2_W(a,b) shld W_(b), W_(a)
/external/libvpx/libvpx/third_party/libyuv/source/
H A Dscale_win.cc1346 shld edx, eax, 16 // 32.16
1360 shld edx, eax, 16 // 32.16
/external/libyuv/files/source/
H A Dscale_win.cc1363 shld edx, eax, 16 // 32.16
1376 shld edx, eax, 16 // 32.16
/external/boringssl/src/crypto/fipsmodule/sha/asm/
H A Dsha1-586.pl1105 my $_rol=sub { &shld(@_[0],@_) };
H A Dsha1-x86_64.pl934 my $_rol=sub { &shld(@_[0],@_) };
/external/v8/src/x87/
H A Dassembler-x87.h756 void shld(Register dst, Register src, uint8_t shift);
H A Dassembler-x87.cc1020 void Assembler::shld(Register dst, Register src, uint8_t shift) { function in class:v8::internal::Assembler
/external/syslinux/core/
H A Disolinux.asm779 shld edx,eax,2
/external/v8/src/ia32/
H A Dassembler-ia32.h763 void shld(Register dst, Register src, uint8_t shift);
H A Dassembler-ia32.cc1149 void Assembler::shld(Register dst, Register src, uint8_t shift) { function in class:v8::internal::Assembler
H A Dmacro-assembler-ia32.cc716 shld(high, low, shift);
/external/boringssl/src/crypto/cipher_extra/asm/
H A Dchacha20_poly1305_x86_64.pl408 shld \$8, $t0, $t1
/external/swiftshader/third_party/subzero/unittest/AssemblerX8632/
H A DGPRArith.cpp1590 TestImplThreeOperandOp(shld, Dst, Value0, Src, Value1, Count, <<, >>, \
/external/swiftshader/third_party/subzero/unittest/AssemblerX8664/
H A DGPRArith.cpp1569 TestImplThreeOperandOp(shld, Dst, Value0, Src, Value1, Count, <<, >>, \
/external/v8/src/x64/
H A Dassembler-x64.h846 void shld(Register dst, Register src);

Completed in 1766 milliseconds

12