/third_party/openssl/crypto/chacha/asm/ |
H A D | chacha-x86_64.pl | 322 shr \$32,%rdi # "@x[9]" 920 shr \$32,%r10 # OPENSSL_ia32cap_P+8 3914 shr \$3,%ecx
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/ |
H A D | IceAssemblerX8632.cpp | 2573 void AssemblerX8632::shr(Type Ty, GPRRegister reg, const Immediate &imm) { 2577 void AssemblerX8632::shr(Type Ty, GPRRegister operand, GPRRegister shifter) { 2581 void AssemblerX8632::shr(Type Ty, const AsmAddress &operand,
|
H A D | IceAssemblerX8664.cpp | 2712 void AssemblerX8664::shr(Type Ty, GPRRegister reg, const Immediate &imm) { 2716 void AssemblerX8664::shr(Type Ty, GPRRegister operand, GPRRegister shifter) { 2720 void AssemblerX8664::shr(Type Ty, const AsmAddress &operand,
|
H A D | IceInstX8632.h | 3361 template <> constexpr const char *InstX86Shr::Base::Opcode = "shr"; 3478 &Assembler::shr, &Assembler::shr};
|
H A D | IceInstX8664.h | 3258 template <> constexpr const char *InstX86Shr::Base::Opcode = "shr"; 3375 &Assembler::shr, &Assembler::shr};
|
/third_party/node/deps/v8/src/wasm/baseline/loong64/ |
H A D | liftoff-assembler-loong64.h | 1106 I32_SHIFTOP_I(shr, srl_w, srli_w) 1209 I64_SHIFTOP_I(shr, srl_d, srli_d)
|
/third_party/node/deps/openssl/openssl/crypto/aes/asm/ |
H A D | aesni-sha256-x86_64.pl | 145 shr \$32,%r11
|
H A D | aesni-x86_64.pl | 1421 shr \$4,$rounds # restore $rounds 2046 shr \$4,$rounds # restore original value 2533 shr \$4,$rounds # restore original value
|
H A D | bsaes-x86_64.pl | 1671 shr \$4, $len # bytes to blocks
|
/third_party/openssl/crypto/aes/asm/ |
H A D | aesni-sha256-x86_64.pl | 145 shr \$32,%r11
|
H A D | aesni-x86_64.pl | 1421 shr \$4,$rounds # restore $rounds 2046 shr \$4,$rounds # restore original value 2533 shr \$4,$rounds # restore original value
|
H A D | bsaes-x86_64.pl | 1671 shr \$4, $len # bytes to blocks
|
/third_party/node/deps/v8/src/compiler/backend/ia32/ |
H A D | code-generator-ia32.cc | 1140 __ shr(i.OutputOperand(), i.InputInt5(1)); in AssembleArchInstruction() 2677 __ shr(dst, 8); in AssembleArchInstruction()
|
/third_party/node/deps/v8/src/wasm/baseline/mips64/ |
H A D | liftoff-assembler-mips64.h | 1208 I32_SHIFTOP_I(shr, srl) 1315 I64_SHIFTOP_I(shr, dsrl)
|
/third_party/node/deps/v8/src/wasm/baseline/ia32/ |
H A D | liftoff-assembler-ia32.h | 1535 shr(dst, amount & 31); in emit_i32_shri() 1786 if (amount != 32) shr(dst.low_gp(), amount - 32); in emit_i64_shri() 3459 shr(dst.gp(), 8);
|
/third_party/node/deps/v8/src/wasm/baseline/riscv64/ |
H A D | liftoff-assembler-riscv64.h | 1222 I32_SHIFTOP(shr, srlw) 1226 I32_SHIFTOP_I(shr, srliw) 1316 I64_SHIFTOP(shr, srl)
|
/third_party/skia/src/core/ |
H A D | SkVM.cpp | 1011 I32 Builder::shr(I32 x, int bits) { in shr() function in skvm::Builder 1114 if (unsigned Z; this->allImm(z.id,&Z) && (~0u>>bits) == Z) { return shr(x, bits); } in extract() 1115 return bit_and(z, shr(x, bits)); in extract()
|
/third_party/node/deps/openssl/openssl/crypto/sha/asm/ |
H A D | sha256-mb-x86_64.pl | 960 shr \$32,%rcx
|
/third_party/openssl/crypto/sha/asm/ |
H A D | sha256-mb-x86_64.pl | 960 shr \$32,%rcx
|
/third_party/node/deps/v8/src/wasm/baseline/mips/ |
H A D | liftoff-assembler-mips.h | 1018 I32_SHIFTOP_I(shr, srl)
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/unittest/AssemblerX8632/ |
H A D | GPRArith.cpp | 1579 TestImplOp(shr, Dst, Value0, Count, >>, uint, Size); \ in TEST_F()
|
/third_party/node/deps/v8/src/codegen/ia32/ |
H A D | assembler-ia32.cc | 1261 void Assembler::shr(Operand dst, uint8_t imm8) { in shr() function in v8::internal::Assembler
|
/third_party/node/deps/v8/src/codegen/x64/ |
H A D | assembler-x64.h | 324 V(shr, 0x5) \
|
/third_party/skia/tests/ |
H A D | SkVMTest.cpp | 307 x = b.shr(x, 1); // 0x7fff'ffff
|
/third_party/libevdev/ |
H A D | configure | 8641 # based on the bitwidth used, traditionally 'shr.o' or 'shr_64.o', 8642 # and 'shr.imp' or 'shr_64.imp', respectively, for the Import File. 8648 shared_archive_member_spec=shr 10104 # "both,no" lib.so.V(shr.o) shared, rtl:yes 10106 # "both,yes" lib.so.V(shr.o) shared, rtl:yes, for executables 10108 # "svr4,*" lib.so.V(shr.o) shared, rtl:yes, for executables
|