Home
last modified time | relevance | path

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

12

/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/opentype/
H A DScriptTag.java101 shrd("Sharada"), enum constant
/third_party/node/deps/openssl/openssl/crypto/modes/asm/
H A Dghash-x86.pl164 # shrd practically kills P4, 2.5x deterioration, but P4 has
165 # MMX code-path to execute. shrd runs tad faster [than twice
176 &shrd ($Zll,$Zlh,4);
178 &shrd ($Zlh,$Zhl,4);
179 &shrd ($Zhl,$Zhh,4);
207 &shrd ($Zll,$Zlh,4);
209 &shrd ($Zlh,$Zhl,4);
210 &shrd ($Zhl,$Zhh,4);
/third_party/openssl/crypto/modes/asm/
H A Dghash-x86.pl164 # shrd practically kills P4, 2.5x deterioration, but P4 has
165 # MMX code-path to execute. shrd runs tad faster [than twice
176 &shrd ($Zll,$Zlh,4);
178 &shrd ($Zlh,$Zhl,4);
179 &shrd ($Zhl,$Zhh,4);
207 &shrd ($Zll,$Zlh,4);
209 &shrd ($Zlh,$Zhl,4);
210 &shrd ($Zhl,$Zhh,4);
/third_party/lzma/Asm/x86/
H A DXzCrc64Opt.asm154 shrd r0, r2, 8
/third_party/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)
/third_party/node/deps/openssl/openssl/crypto/sha/asm/
H A Dsha256-586.pl35 # May version, >60% over original. Add AVX+shrd code path, >25%
345 local *ror = sub { &shrd(@_[0],@_) };
1072 local *ror = sub { &shrd(@_[0],@_) };
H A Dsha1-586.pl1116 my $_ror=sub { &shrd(@_[0],@_) };
H A Dsha1-x86_64.pl976 my $_ror=sub { &shrd(@_[0],@_) };
H A Dsha512-x86_64.pl106 # (**) switch from ror to shrd stands for fair share of improvement;
1535 # AVX+shrd code path
1537 local *ror = sub { &shrd(@_[0],@_) };
/third_party/openssl/crypto/sha/asm/
H A Dsha256-586.pl35 # May version, >60% over original. Add AVX+shrd code path, >25%
345 local *ror = sub { &shrd(@_[0],@_) };
1072 local *ror = sub { &shrd(@_[0],@_) };
H A Dsha1-586.pl1116 my $_ror=sub { &shrd(@_[0],@_) };
H A Dsha1-x86_64.pl976 my $_ror=sub { &shrd(@_[0],@_) };
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
H A DIceAssemblerX8632.h818 void shrd(Type Ty, GPRRegister dst, GPRRegister src);
819 void shrd(Type Ty, GPRRegister dst, GPRRegister src, const Immediate &imm);
820 void shrd(Type Ty, const AsmAddress &dst, GPRRegister src);
H A DIceAssemblerX8664.h814 void shrd(Type Ty, GPRRegister dst, GPRRegister src);
815 void shrd(Type Ty, GPRRegister dst, GPRRegister src, const Immediate &imm);
816 void shrd(Type Ty, const AsmAddress &dst, GPRRegister src);
H A DIceAssemblerX8632.cpp2632 void AssemblerX8632::shrd(Type Ty, GPRRegister dst, GPRRegister src) {
2642 void AssemblerX8632::shrd(Type Ty, GPRRegister dst, GPRRegister src,
2655 void AssemblerX8632::shrd(Type Ty, const AsmAddress &dst, GPRRegister src) {
H A DIceAssemblerX8664.cpp2774 void AssemblerX8664::shrd(Type Ty, GPRRegister dst, GPRRegister src) {
2785 void AssemblerX8664::shrd(Type Ty, GPRRegister dst, GPRRegister src,
2799 void AssemblerX8664::shrd(Type Ty, const AsmAddress &dst, GPRRegister src) {
H A DIceInstX8632.cpp1323 "shrd" in emit()
1338 static const GPREmitterShiftD Emitter = {&Assembler::shrd, &Assembler::shrd}; in emitIAS()
1347 Str << " = shrd." << this->getDest()->getType() << " "; in dump()
H A DIceInstX8664.cpp1326 "shrd" in emit()
1341 static const GPREmitterShiftD Emitter = {&Assembler::shrd, &Assembler::shrd}; in emitIAS()
1350 Str << " = shrd." << this->getDest()->getType() << " "; in dump()
/third_party/node/deps/v8/src/codegen/ia32/
H A Dmacro-assembler-ia32.cc668 shrd(low, high, shift); in CallRecordWriteStub()
693 shrd(low, high, shift); in CallRecordWriteStub()
/third_party/node/deps/openssl/openssl/crypto/aes/asm/
H A Daesni-sha1-x86_64.pl1068 my $_ror=sub { &shrd(@_[0],@_) };
H A Daesni-sha256-x86_64.pl657 # AVX+shrd code path
659 local *ror = sub { &shrd(@_[0],@_) };
/third_party/openssl/crypto/aes/asm/
H A Daesni-sha1-x86_64.pl1068 my $_ror=sub { &shrd(@_[0],@_) };
H A Daesni-sha256-x86_64.pl657 # AVX+shrd code path
659 local *ror = sub { &shrd(@_[0],@_) };
/third_party/node/deps/openssl/openssl/crypto/bn/asm/
H A Drsaz-avx2.pl1557 shrd \$`29*$j`,@T[1],@T[0]
/third_party/openssl/crypto/bn/asm/
H A Drsaz-avx2.pl1557 shrd \$`29*$j`,@T[1],@T[0]

Completed in 52 milliseconds

12