| /third_party/mesa3d/src/microsoft/compiler/ |
| D | dxil_nir_lower_vs_vertex_conversion.c | 59 nir_ssa_def *lshift, shift_right_func shr) in from_10_10_10_2_scaled()
|
| /third_party/musl/src/stdlib/ |
| D | qsort.c | 80 static inline void shr(size_t p[2], int n) in shr() function
|
| /third_party/skia/third_party/externals/tint/src/transform/ |
| D | vertex_pulling.cc | 462 auto* shr = ctx.dst->Shr(low_u32, 8u); in Fetch() local 485 auto* shr = ctx.dst->Shr(low_u32, 24u); in Fetch() local
|
| /third_party/ffmpeg/libavformat/ |
| D | tls_mbedtls.c | 170 TLSShared *shr = &tls_ctx->tls_shared; in tls_open() local
|
| /third_party/mesa3d/src/freedreno/registers/ |
| D | gen_header.py | 35 def __init__(self, name, low, high, shr, type, parser): argument
|
| /third_party/lzma/Asm/arm64/ |
| D | 7zAsm.S | 69 .macro shr reg:req, param:req macro
|
| /third_party/mesa3d/src/freedreno/ir3/ |
| D | ir3_lower_parallelcopy.c | 241 struct ir3_instruction *shr = in do_copy() local
|
| /third_party/mesa3d/src/nouveau/codegen/ |
| D | nv50_ir_emit_gv100.h | 318 inline void emitADDR(int gpr, int off, int len, int shr, in emitADDR()
|
| D | nv50_ir_emit_gm107.cpp | 302 CodeEmitterGM107::emitADDR(int gpr, int off, int len, int shr, in emitADDR() 313 CodeEmitterGM107::emitCBUF(int buf, int gpr, int off, int len, int shr, in emitCBUF()
|
| D | nv50_ir_emit_nvc0.cpp | 188 CodeEmitterNVC0::srcAddr32(const ValueRef& src, int pos, int shr) in srcAddr32()
|
| /third_party/rust/crates/rust-openssl/openssl/src/ |
| D | bn.rs | 1360 fn shr(self, n: i32) -> BigNum { in shr() method 1370 fn shr(self, n: i32) -> BigNum { in shr() method
|
| /third_party/ffmpeg/libswscale/ |
| D | input.c | 278 int shr, int shg, in rgb16_32ToUV_c_template() 306 int shr, int shg, in rgb16_32ToUV_half_c_template() 345 #define rgb16_32_wrapper(fmt, name, shr, shg, shb, shp, maskr, \ argument
|
| /third_party/node/deps/v8/src/builtins/ia32/ |
| D | builtins-ia32.cc | 3166 __ shr(ecx, HeapNumber::kExponentShift); in Generate_DoubleToI() local 3729 __ shr(loop_count, 6); in Generate_MemMove() local 3762 __ shr(loop_count, 6); in Generate_MemMove() local 3794 __ shr(loop_count, 6); in Generate_MemMove() local 3829 __ shr(loop_count, 6); in Generate_MemMove() local 3884 __ shr(eax, 4); in Generate_MemMove() local
|
| /third_party/mesa3d/src/freedreno/rnn/ |
| D | rnn.h | 139 int shr, low, high; member
|
| /third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/ |
| D | IceAssemblerX8664.cpp | 2712 void AssemblerX8664::shr(Type Ty, GPRRegister reg, const Immediate &imm) { in shr() function in Ice::X8664::AssemblerX8664 2716 void AssemblerX8664::shr(Type Ty, GPRRegister operand, GPRRegister shifter) { in shr() function in Ice::X8664::AssemblerX8664 2720 void AssemblerX8664::shr(Type Ty, const AsmAddress &operand, in shr() function in Ice::X8664::AssemblerX8664
|
| D | IceAssemblerX8632.cpp | 2573 void AssemblerX8632::shr(Type Ty, GPRRegister reg, const Immediate &imm) { in shr() function in Ice::X8632::AssemblerX8632 2577 void AssemblerX8632::shr(Type Ty, GPRRegister operand, GPRRegister shifter) { in shr() function in Ice::X8632::AssemblerX8632 2581 void AssemblerX8632::shr(Type Ty, const AsmAddress &operand, in shr() function in Ice::X8632::AssemblerX8632
|
| /third_party/node/deps/v8/src/compiler/ |
| D | machine-operator-reducer.cc | 1929 Node* shr = nullptr; in TryMatchWord32Ror() local
|
| /third_party/node/deps/v8/src/compiler/backend/ia32/ |
| D | code-generator-ia32.cc | 1140 __ shr(i.OutputOperand(), i.InputInt5(1)); in AssembleArchInstruction() local 2677 __ shr(dst, 8); in AssembleArchInstruction() local
|
| /third_party/node/deps/v8/src/codegen/ia32/ |
| D | assembler-ia32.h | 679 void shr(Register dst, uint8_t imm8) { shr(Operand(dst), imm8); } in shr() function
|
| D | assembler-ia32.cc | 1261 void Assembler::shr(Operand dst, uint8_t imm8) { in shr() function in v8::internal::Assembler
|
| /third_party/skia/src/core/ |
| D | SkVM.h | 1262 SI I32 shr(I32 x, int bits) { return x->shr(x, bits); } in shr() function
|
| D | SkVM.cpp | 1011 I32 Builder::shr(I32 x, int bits) { in shr() function in skvm::Builder
|
| /third_party/node/deps/simdutf/ |
| D | simdutf.cpp | 419 simdutf_really_inline simd8<uint8_t> shr() const { return vshrq_n_u8(*this, N); } in shr() function 921 …simdutf_really_inline simd16<uint16_t> shr() const { return simd16<uint16_t>(vshrq_n_u16(*this, N)… in shr() function 1919 …simdutf_really_inline simd8<uint8_t> shr() const { return simd8<uint8_t>(_mm256_srli_epi16(*this, … in shr() function 2186 …simdutf_really_inline simd16<uint16_t> shr() const { return simd16<uint16_t>(_mm256_srli_epi16(*th… in shr() function 2811 …simdutf_really_inline simd8<uint8_t> shr() const { return simd8<uint8_t>(_mm_srli_epi16(*this, N))… in shr() function 3151 …simdutf_really_inline simd16<uint16_t> shr() const { return simd16<uint16_t>(_mm_srli_epi16(*this,… in shr() function 3802 template <int N> simdutf_really_inline simd8<uint8_t> shr() const { in shr() function
|