Home
last modified time | relevance | path

Searched refs:shr (Results 151 - 175 of 202) sorted by relevance

123456789

/third_party/node/deps/openssl/openssl/crypto/rc4/asm/
H A Drc4-md5-x86_64.pl203 shr \$6,$len # number of 64-byte blocks
/third_party/openssl/crypto/rc4/asm/
H A Drc4-md5-x86_64.pl203 shr \$6,$len # number of 64-byte blocks
/third_party/mesa3d/src/nouveau/codegen/
H A Dnv50_ir_emit_gm107.cpp302 CodeEmitterGM107::emitADDR(int gpr, int off, int len, int shr, in emitADDR() argument
306 assert(!(v->reg.data.offset & ((1 << shr) - 1))); in emitADDR()
309 emitField(off, len, v->reg.data.offset >> shr); in emitADDR()
313 CodeEmitterGM107::emitCBUF(int buf, int gpr, int off, int len, int shr, in emitCBUF() argument
319 assert(!(s->reg.data.offset & ((1 << shr) - 1))); in emitCBUF()
324 emitField(off, 16, s->reg.data.offset >> shr); in emitCBUF()
H A Dnv50_ir_emit_nvc0.cpp160 inline void srcAddr32(const ValueRef&, int pos, int shr);
188 CodeEmitterNVC0::srcAddr32(const ValueRef& src, int pos, int shr) in srcAddr32() argument
190 const uint32_t offset = SDATA(src).offset >> shr; in srcAddr32()
/third_party/node/deps/v8/src/builtins/ia32/
H A Dbuiltins-ia32.cc3166 __ shr(ecx, HeapNumber::kExponentShift); in Generate_DoubleToI()
3729 __ shr(loop_count, 6); in Generate_MemMove()
3762 __ shr(loop_count, 6); in Generate_MemMove()
3794 __ shr(loop_count, 6); in Generate_MemMove()
3829 __ shr(loop_count, 6); in Generate_MemMove()
3884 __ shr(eax, 4); in Generate_MemMove()
/third_party/node/deps/v8/src/compiler/
H A Dmachine-operator-reducer.cc1929 Node* shr = nullptr; in TryMatchWord32Ror() local
1932 shr = m.right().node(); in TryMatchWord32Ror()
1935 shr = m.left().node(); in TryMatchWord32Ror()
1941 Int32BinopMatcher mshr(shr); in TryMatchWord32Ror()
/third_party/mesa3d/src/freedreno/ir3/
H A Ddisasm-a3xx.c236 OPC(2, OPC_SHR_B, shr.b),
/third_party/lzma/Asm/x86/
H A DAesOpt.asm505 shr ksize_x, 1
/third_party/mesa3d/src/mesa/x86/
H A Dassyntax.h652 #define SHR_L(a, b) CHOICE(shrl ARG2(a,b), shrl ARG2(a,b), _LTOG shr ARG2(b,a))
653 #define SHR_W(a, b) CHOICE(shrw ARG2(a,b), shrw ARG2(a,b), _WTOG shr ARG2(b,a))
1365 #define SHR_L(a, b) shr L_(b), B_(a)
1366 #define SHR_W(a, b) shr W_(b), B_(a)
1367 #define SHR_B(a, b) shr B_(b), B_(a)
/third_party/ffmpeg/libavcodec/x86/
H A Dh264_deblock.asm370 shr r7, 3
817 shr r7, 3
H A Dh264_intrapred.asm133 shr r2d, 5
729 shr r2d, 4
1766 shr r3d, 3
H A Dme_cmp.asm287 shr hd, 1
/third_party/node/deps/openssl/openssl/crypto/sha/asm/
H A Dsha1-mb-x86_64.pl1041 shr \$32,%rcx
1249 shr \$1,$num
H A Dsha512-x86_64.pl250 shr \$$sigma0[2],$T1
253 shr \$$sigma1[2],$a1
/third_party/node/deps/openssl/openssl/crypto/modes/asm/
H A Daesni-gcm-x86_64.pl481 shr \$4,$len
703 shr \$4,$len
/third_party/node/deps/openssl/openssl/crypto/aes/asm/
H A Daesni-mb-x86_64.pl729 shr \$1,$num
1028 shr \$1,$num
/third_party/openssl/crypto/modes/asm/
H A Daesni-gcm-x86_64.pl481 shr \$4,$len
703 shr \$4,$len
/third_party/openssl/crypto/aes/asm/
H A Daesni-mb-x86_64.pl729 shr \$1,$num
1028 shr \$1,$num
/third_party/openssl/crypto/sha/asm/
H A Dsha1-mb-x86_64.pl1041 shr \$32,%rcx
1249 shr \$1,$num
H A Dsha512-x86_64.pl250 shr \$$sigma0[2],$T1
253 shr \$$sigma1[2],$a1
/third_party/node/deps/v8/src/codegen/ia32/
H A Dassembler-ia32.h679 void shr(Register dst, uint8_t imm8) { shr(Operand(dst), imm8); } in shr() function in v8::internal::Assembler
680 void shr(Operand dst, uint8_t imm8);
/third_party/skia/src/core/
H A DSkVM.h846 I32 shr(I32 x, int bits); in abs()
1262 SI I32 shr(I32 x, int bits) { return x->shr(x, bits); } in shr() function
/third_party/node/deps/openssl/openssl/crypto/perlasm/
H A Dx86_64-xlate.pl571 shl => 0x24, shr => 0x25,
/third_party/openssl/crypto/perlasm/
H A Dx86_64-xlate.pl566 shl => 0x24, shr => 0x25,
/third_party/skia/third_party/externals/libjpeg-turbo/simd/i386/
H A Djidctred-mmx.asm685 shr ecx, 2*BYTE_BIT ; ecx=(C1 D1 -- --)

Completed in 55 milliseconds

123456789