Home
last modified time | relevance | path

Searched refs:shr (Results 176 - 200 of 201) sorted by relevance

123456789

/third_party/openssl/crypto/chacha/asm/
H A Dchacha-x86_64.pl322 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 DIceAssemblerX8632.cpp2573 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 DIceAssemblerX8664.cpp2712 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 DIceInstX8632.h3361 template <> constexpr const char *InstX86Shr::Base::Opcode = "shr";
3478 &Assembler::shr, &Assembler::shr};
H A DIceInstX8664.h3258 template <> constexpr const char *InstX86Shr::Base::Opcode = "shr";
3375 &Assembler::shr, &Assembler::shr};
/third_party/node/deps/v8/src/wasm/baseline/loong64/
H A Dliftoff-assembler-loong64.h1106 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 Daesni-sha256-x86_64.pl145 shr \$32,%r11
H A Daesni-x86_64.pl1421 shr \$4,$rounds # restore $rounds
2046 shr \$4,$rounds # restore original value
2533 shr \$4,$rounds # restore original value
H A Dbsaes-x86_64.pl1671 shr \$4, $len # bytes to blocks
/third_party/openssl/crypto/aes/asm/
H A Daesni-sha256-x86_64.pl145 shr \$32,%r11
H A Daesni-x86_64.pl1421 shr \$4,$rounds # restore $rounds
2046 shr \$4,$rounds # restore original value
2533 shr \$4,$rounds # restore original value
H A Dbsaes-x86_64.pl1671 shr \$4, $len # bytes to blocks
/third_party/node/deps/v8/src/compiler/backend/ia32/
H A Dcode-generator-ia32.cc1140 __ 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 Dliftoff-assembler-mips64.h1208 I32_SHIFTOP_I(shr, srl)
1315 I64_SHIFTOP_I(shr, dsrl)
/third_party/node/deps/v8/src/wasm/baseline/ia32/
H A Dliftoff-assembler-ia32.h1535 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 Dliftoff-assembler-riscv64.h1222 I32_SHIFTOP(shr, srlw)
1226 I32_SHIFTOP_I(shr, srliw)
1316 I64_SHIFTOP(shr, srl)
/third_party/skia/src/core/
H A DSkVM.cpp1011 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 Dsha256-mb-x86_64.pl960 shr \$32,%rcx
/third_party/openssl/crypto/sha/asm/
H A Dsha256-mb-x86_64.pl960 shr \$32,%rcx
/third_party/node/deps/v8/src/wasm/baseline/mips/
H A Dliftoff-assembler-mips.h1018 I32_SHIFTOP_I(shr, srl)
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/unittest/AssemblerX8632/
H A DGPRArith.cpp1579 TestImplOp(shr, Dst, Value0, Count, >>, uint, Size); \ in TEST_F()
/third_party/node/deps/v8/src/codegen/ia32/
H A Dassembler-ia32.cc1261 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 Dassembler-x64.h324 V(shr, 0x5) \
/third_party/skia/tests/
H A DSkVMTest.cpp307 x = b.shr(x, 1); // 0x7fff'ffff
/third_party/libevdev/
H A Dconfigure8641 # 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

Completed in 122 milliseconds

123456789