Home
last modified time | relevance | path

Searched defs:shl (Results 1 - 25 of 27) sorted by relevance

12

/third_party/ltp/tools/sparse/sparse-src/validation/backend/
H A Dbitwise-ops.c1 static int shl(int x, int y) in shl() function
/third_party/musl/src/stdlib/
H A Dqsort.c68 static inline void shl(size_t p[2], int n) in shl() function
/third_party/rust/crates/shlex/src/
H A Dlib.rs155 let mut shl = Shlex::new(in_str); in split() variables
/third_party/rust/crates/minimal-lexical/src/
H A Dbigint.rs673 pub fn shl(x: &mut VecType, n: usize) -> Option<()> { in shl() functions
/third_party/mesa3d/src/compiler/nir/tests/
H A Dload_store_vectorizer_tests.cpp628 nir_alu_instr *shl = nir_instr_as_alu(offset->parent_instr); in TEST_F() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
H A DAPInt.h1009 APInt shl(unsigned shiftAmt) const { in shl() function
1048 APInt shl(const APInt &ShiftAmt) const { in shl() function
/third_party/node/deps/v8/src/compiler/
H A Dmachine-operator-reducer.cc1928 Node* shl = nullptr; in TryMatchWord32Ror() local
/third_party/mesa3d/src/nouveau/codegen/
H A Dnv50_ir_emit_nv50.cpp1640 CodeEmitterNV50::emitARL(const Instruction *i, unsigned int shl) in emitARL() argument
H A Dnv50_ir_peephole.cpp1004 int shl = util_logbase2_64(b); in createMul() local
1023 int shl = subA ? util_logbase2_64(absB + 1) : util_logbase2_64(absB - 1); createMul() local
2460 Instruction *shl; tryADDToSHLADD() local
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/
H A DAPInt.cpp1171 APInt APInt::shl(const APInt &shiftAmt) const { in shl() function in APInt
/third_party/skia/third_party/externals/tint/src/transform/
H A Dvertex_pulling.cc538 auto* shl = ctx.dst->Shl(u16s, ctx.dst->vec2<u32>(8u, 0u)); in Fetch() local
546 auto* shl = ctx.dst->Shl(u32s, ctx.dst->vec4<u32>(24u, 16u, 8u, 0u)); in Fetch() local
554 auto* shl = ctx.dst->Shl(u32s, ctx.dst->vec2<u32>(16u, 0u)); in Fetch() local
564 auto* shl = ctx.dst->Shl(xxyy, ctx.dst->vec4<u32>(16u, 0u, 16u, 0u)); Fetch() local
572 auto* shl = ctx.dst->Shl(i16s, ctx.dst->vec2<u32>(8u, 0u)); Fetch() local
580 auto* shl = ctx.dst->Shl(i32s, ctx.dst->vec4<u32>(24u, 16u, 8u, 0u)); Fetch() local
588 auto* shl = ctx.dst->Shl(i32s, ctx.dst->vec2<u32>(16u, 0u)); Fetch() local
598 auto* shl = ctx.dst->Shl(xxyy, ctx.dst->vec4<u32>(16u, 0u, 16u, 0u)); Fetch() local
[all...]
/third_party/rust/crates/rust-openssl/openssl/src/
H A Dbn.rs1342 fn shl(self, n: i32) -> BigNum { in shl() functions
1352 fn shl(self, n: i32) -> BigNum { in shl() functions
/third_party/mesa3d/src/freedreno/.gitlab-ci/traces/
H A Dafuc_test.asm143 shl $02, $02, $regdata label
/third_party/skia/src/core/
H A DSkVM.cpp1006 I32 Builder::shl(I32 x, int bits) { in shl() function in skvm::Builder
H A DSkVM.h1261 SI I32 shl(I32 x, int bits) { return x->shl(x, bits); } in shl() function
/third_party/vixl/src/aarch64/
H A Dlogic-aarch64.cc1501 LogicVRegister Simulator::shl(VectorFormat vform, in shl() function in vixl::aarch64::Simulator
/third_party/node/deps/v8/src/compiler/backend/arm/
H A Dinstruction-selector-arm.cc1183 uint32_t shl = mleft.right().ResolvedValue(); in VisitWord32Sar() local
/third_party/node/deps/v8/src/compiler/backend/mips/
H A Dinstruction-selector-mips.cc627 uint32_t shl = mleft.right().ResolvedValue(); in VisitWord32Sar() local
/third_party/node/deps/v8/src/codegen/ia32/
H A Dassembler-ia32.h672 void shl(Register dst, uint8_t imm8) { shl(Operand(dst), imm8); } in shl() function in v8::internal::Assembler
H A Dassembler-ia32.cc1242 void Assembler::shl(Operand dst, uint8_t imm8) { in shl() function in v8::internal::Assembler
/third_party/skia/third_party/externals/swiftshader/src/Shader/
H A DShaderCore.cpp908 void ShaderCore::shl(Vector4f &dst, const Vector4f &src0, const Vector4f &src1) in shl() function in sw::ShaderCore
/third_party/node/deps/v8/src/compiler/backend/mips64/
H A Dinstruction-selector-mips64.cc826 uint32_t shl = mleft.right().ResolvedValue(); in VisitWord32Sar() local
/third_party/node/deps/v8/src/compiler/backend/loong64/
H A Dinstruction-selector-loong64.cc810 uint32_t shl = mleft.right().ResolvedValue(); in VisitWord32Sar() local
/third_party/node/deps/v8/src/compiler/backend/riscv64/
H A Dinstruction-selector-riscv64.cc805 uint32_t shl = mleft.right().ResolvedValue(); in VisitWord32Sar() local
/third_party/node/deps/v8/src/execution/arm64/
H A Dsimulator-logic-arm64.cc1339 LogicVRegister Simulator::shl(VectorFormat vform, LogicVRegister dst, in shl() function in v8::internal::Simulator

Completed in 117 milliseconds

12