/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/opentype/ |
H A D | ScriptTag.java | 101 shrd("Sharada"), enum constant
|
/third_party/node/deps/openssl/openssl/crypto/modes/asm/ |
H A D | ghash-x86.pl | 164 # 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 D | ghash-x86.pl | 164 # 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 D | XzCrc64Opt.asm | 154 shrd r0, r2, 8
|
/third_party/mesa3d/src/mesa/x86/ |
H A D | 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)) 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 D | sha256-586.pl | 35 # 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 D | sha1-586.pl | 1116 my $_ror=sub { &shrd(@_[0],@_) };
|
H A D | sha1-x86_64.pl | 976 my $_ror=sub { &shrd(@_[0],@_) };
|
H A D | sha512-x86_64.pl | 106 # (**) 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 D | sha256-586.pl | 35 # 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 D | sha1-586.pl | 1116 my $_ror=sub { &shrd(@_[0],@_) };
|
H A D | sha1-x86_64.pl | 976 my $_ror=sub { &shrd(@_[0],@_) };
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/ |
H A D | IceAssemblerX8632.h | 818 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 D | IceAssemblerX8664.h | 814 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 D | IceAssemblerX8632.cpp | 2632 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 D | IceAssemblerX8664.cpp | 2774 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 D | IceInstX8632.cpp | 1323 "shrd" in emit() 1338 static const GPREmitterShiftD Emitter = {&Assembler::shrd, &Assembler::shrd}; in emitIAS() 1347 Str << " = shrd." << this->getDest()->getType() << " "; in dump()
|
H A D | IceInstX8664.cpp | 1326 "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 D | macro-assembler-ia32.cc | 668 shrd(low, high, shift); in CallRecordWriteStub() 693 shrd(low, high, shift); in CallRecordWriteStub()
|
/third_party/node/deps/openssl/openssl/crypto/aes/asm/ |
H A D | aesni-sha1-x86_64.pl | 1068 my $_ror=sub { &shrd(@_[0],@_) };
|
H A D | aesni-sha256-x86_64.pl | 657 # AVX+shrd code path 659 local *ror = sub { &shrd(@_[0],@_) };
|
/third_party/openssl/crypto/aes/asm/ |
H A D | aesni-sha1-x86_64.pl | 1068 my $_ror=sub { &shrd(@_[0],@_) };
|
H A D | aesni-sha256-x86_64.pl | 657 # AVX+shrd code path 659 local *ror = sub { &shrd(@_[0],@_) };
|
/third_party/node/deps/openssl/openssl/crypto/bn/asm/ |
H A D | rsaz-avx2.pl | 1557 shrd \$`29*$j`,@T[1],@T[0]
|
/third_party/openssl/crypto/bn/asm/ |
H A D | rsaz-avx2.pl | 1557 shrd \$`29*$j`,@T[1],@T[0]
|