Home
last modified time | relevance | path

Searched refs:Dup (Results 1 – 25 of 63) sorted by relevance

123

/external/gemmlowp/internal/
Doutput.h79 Dup<RegisterType>(output_stage.result_offset);
135 Dup<RegisterType>(output_stage.result_offset_after_shift);
166 Dup<RegisterType>(output_stage.result_offset_after_shift);
258 const RegisterType min = Dup<RegisterType>(output_stage.min);
259 const RegisterType max = Dup<RegisterType>(output_stage.max);
319 Sub(input.reg[i], Dup<DataType>(real_zero_as_int32));
329 Add(Dup<DataType>(real_zero_as_int32),
333 MaskIfLessThanOrEqual(input.reg[i], Dup<DataType>(input_cutoff_min));
335 input.reg[i], Dup<DataType>(input_cutoff_max));
338 mask_if_below_cutoff_min, Dup<DataType>(output_min),
[all …]
Dsimd_wrappers_common_neon_sse.h200 result.buf.reg[0] = Add(lhs.buf.reg[0], Dup<Int32x4>(rhs.buf.reg[0]));
211 result.buf.reg[0] = Add(lhs.buf.reg[0], Dup<Int32x4>(rhs.buf.reg[0]));
272 const Int32x4 p = Dup<Int32x4>(rhs.buf.reg[0]);
347 result.buf.reg[0] = Add(lhs.buf.reg[0], Dup<Int32x4>(rhs.buf.reg[0]));
348 result.buf.reg[1] = Add(lhs.buf.reg[1], Dup<Int32x4>(rhs.buf.reg[0]));
359 result.buf.reg[0] = Mul(lhs.buf.reg[0], Dup<Int32x4>(rhs.buf.reg[0]));
540 const Int32x4 p = Dup<Int32x4>(Mul(lhs.buf.reg[0], rhs.buf.reg[0]));
602 const Int32x4 p = Dup<Int32x4>(Mul(lhs.buf.reg[0], rhs.buf.reg[0]));
Dsimd_wrappers_sse.h83 return Mul(a, Dup<Int32x4>(b));
91 return SaturatingRoundingDoublingHighMul(a, Dup<Int32x4>(b));
/external/antlr/runtime/CSharp2/
DAPI CHANGES.TXT39 Antlr.Runtime.Tree.RewriteRuleElementStream.Dup() has been added
41 Antlr.Runtime.Tree.RewriteRuleTokenStream.Dup() has been added
43 Antlr.Runtime.Tree.RewriteRuleTokenStream.Dup() has been added
/external/gemmlowp/fixedpoint/
Dfixedpoint.h61 tRawType Dup(typename FixedPointRawTypeTraits<tRawType>::ScalarRawType x) {
338 const IntegerType mask = Dup<IntegerType>((1ll << exponent) - 1);
339 const IntegerType zero = Dup<IntegerType>(0);
340 const IntegerType one = Dup<IntegerType>(1);
367 Dup<IntegerType>(std::numeric_limits<ScalarIntegerType>::min());
369 Dup<IntegerType>(std::numeric_limits<ScalarIntegerType>::max());
375 MaskIfGreaterThan(x, Dup<IntegerType>(threshold));
377 MaskIfLessThan(x, Dup<IntegerType>(-threshold));
467 retval.raw() = Dup<RawType>(x);
744 MaskIfNonZero(BitAnd(remainder, Dup<tRawType>(1 << kShiftAmount))), \
Dfixedpoint_neon.h314 inline int32x4_t Dup<int32x4_t>(std::int32_t x) {
319 inline int16x8_t Dup<int16x8_t>(std::int16_t x) {
Dfixedpoint_msa.h336 inline v4i32 Dup<v4i32>(std::int32_t x) {
341 inline v8i16 Dup<v8i16>(std::int16_t x) {
Dfixedpoint_sse.h367 inline __m128i Dup<__m128i>(std::int32_t x) {
372 inline int16x8_m128i Dup<int16x8_m128i>(std::int16_t x) {
/external/antlr/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
DRewriteRuleElementStream.cs157 return Dup( el ); in NextTree()
207 protected abstract object Dup( object el ); in Dup() method in Antlr.Runtime.Tree.RewriteRuleElementStream
DRewriteRuleNodeStream.cs74 protected override object Dup( object el ) in Dup() method in Antlr.Runtime.Tree.RewriteRuleNodeStream
DRewriteRuleTokenStream.cs81 protected override object Dup( object el ) in Dup() method in Antlr.Runtime.Tree.RewriteRuleTokenStream
DRewriteRuleSubtreeStream.cs94 protected override object Dup( object el ) in Dup() method in Antlr.Runtime.Tree.RewriteRuleSubtreeStream
/external/antlr/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
DRewriteRuleElementStream.cs148 return Dup(el); in NextTree()
193 protected abstract object Dup(object el); in Dup() method in Antlr.Runtime.Tree.RewriteRuleElementStream
DRewriteRuleNodeStream.cs73 protected override object Dup(object el) { in Dup() method in Antlr.Runtime.Tree.RewriteRuleNodeStream
DRewriteRuleTokenStream.cs90 protected override object Dup(object el) { in Dup() method in Antlr.Runtime.Tree.RewriteRuleTokenStream
DRewriteRuleSubtreeStream.cs87 protected override object Dup(object el) { in Dup() method in Antlr.Runtime.Tree.RewriteRuleSubtreeStream
/external/tensorflow/tensorflow/lite/kernels/internal/
Dcommon.h206 gemmlowp::Dup<IntegerType>(std::numeric_limits<ScalarIntegerType>::min()); in SaturatingRoundingMultiplyByPOTParam()
208 gemmlowp::Dup<IntegerType>(std::numeric_limits<ScalarIntegerType>::max()); in SaturatingRoundingMultiplyByPOTParam()
214 gemmlowp::MaskIfGreaterThan(x, gemmlowp::Dup<IntegerType>(threshold)); in SaturatingRoundingMultiplyByPOTParam()
216 gemmlowp::MaskIfLessThan(x, gemmlowp::Dup<IntegerType>(-threshold)); in SaturatingRoundingMultiplyByPOTParam()
/external/llvm/lib/CodeGen/
DMachineLICM.cpp1239 if (const MachineInstr *Dup = LookForDuplicate(MI, CI->second)) { in EliminateCSE() local
1240 DEBUG(dbgs() << "CSEing " << *MI << " with " << *Dup); in EliminateCSE()
1251 MO.getReg() == Dup->getOperand(i).getReg()) && in EliminateCSE()
1263 unsigned DupReg = Dup->getOperand(Idx).getReg(); in EliminateCSE()
1269 MRI->setRegClass(Dup->getOperand(Defs[j]).getReg(), OrigRCs[j]); in EliminateCSE()
1276 unsigned DupReg = Dup->getOperand(Idx).getReg(); in EliminateCSE()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DMachineLICM.cpp1369 if (const MachineInstr *Dup = LookForDuplicate(MI, CI->second)) { in EliminateCSE() local
1370 LLVM_DEBUG(dbgs() << "CSEing " << *MI << " with " << *Dup); in EliminateCSE()
1381 MO.getReg() == Dup->getOperand(i).getReg()) && in EliminateCSE()
1393 unsigned DupReg = Dup->getOperand(Idx).getReg(); in EliminateCSE()
1399 MRI->setRegClass(Dup->getOperand(Defs[j]).getReg(), OrigRCs[j]); in EliminateCSE()
1406 unsigned DupReg = Dup->getOperand(Idx).getReg(); in EliminateCSE()
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DMachineLICM.cpp1178 if (const MachineInstr *Dup = LookForDuplicate(MI, CI->second)) { in EliminateCSE() local
1179 DEBUG(dbgs() << "CSEing " << *MI << " with " << *Dup); in EliminateCSE()
1189 MO.getReg() == Dup->getOperand(i).getReg()) && in EliminateCSE()
1194 MRI->replaceRegWith(MO.getReg(), Dup->getOperand(i).getReg()); in EliminateCSE()
1195 MRI->clearKillFlags(Dup->getOperand(i).getReg()); in EliminateCSE()
/external/boringssl/src/ssl/
Dssl_cert.cc184 ret->dc = cert->dc->Dup(); in ssl_cert_dup()
758 UniquePtr<DC> DC::Dup() { in Dup() function in DC
/external/v8/src/compiler/arm64/
Dcode-generator-arm64.cc1719 __ Dup(i.OutputSimd128Register().V4S(), i.InputSimd128Register(0).S(), 0); in AssembleArchInstruction() local
1767 __ Dup(i.OutputSimd128Register().V4S(), i.InputRegister32(0)); in AssembleArchInstruction() local
1827 __ Dup(i.OutputSimd128Register().V8H(), i.InputRegister32(0)); in AssembleArchInstruction() local
1924 __ Dup(i.OutputSimd128Register().V16B(), i.InputRegister32(0)); in AssembleArchInstruction() local
2023 __ Dup(dst.V4S(), src.V4S(), index); in AssembleArchInstruction() local
2026 __ Dup(dst.V8H(), src.V8H(), index); in AssembleArchInstruction() local
2029 __ Dup(dst.V16B(), src.V16B(), index); in AssembleArchInstruction() local
/external/antlr/runtime/Delphi/Sources/Antlr3.Runtime.Tests/
DAntlr.Runtime.Tree.Tests.pas332 R0, R1, Dup: ICommonTree;
348 Dup := Adaptor.DupTree(R0) as ICommonTree;
350 CheckNull(Dup.Parent);
351 CheckEquals(Dup.ChildIndex, -1);
352 Dup.SanityCheckParentAndChildIndexes;
/external/antlr/runtime/ActionScript/project/src/org/antlr/runtime/tree/
DRewriteRuleElementStream.as165 * subtree. Dup'ing a token means just creating another AST node
/external/vixl/test/aarch64/
Dtest-disasm-aarch64.cc6006 COMPARE_MACRO(Dup(v5.V8B(), v9.V8B(), 6), "dup v5.8b, v9.b[6]"); in TEST()
6007 COMPARE_MACRO(Dup(v6.V16B(), v1.V16B(), 5), "dup v6.16b, v1.b[5]"); in TEST()
6008 COMPARE_MACRO(Dup(v7.V4H(), v2.V4H(), 4), "dup v7.4h, v2.h[4]"); in TEST()
6009 COMPARE_MACRO(Dup(v8.V8H(), v3.V8H(), 3), "dup v8.8h, v3.h[3]"); in TEST()
6010 COMPARE_MACRO(Dup(v9.V2S(), v4.V2S(), 2), "dup v9.2s, v4.s[2]"); in TEST()
6011 COMPARE_MACRO(Dup(v1.V4S(), v5.V4S(), 1), "dup v1.4s, v5.s[1]"); in TEST()
6012 COMPARE_MACRO(Dup(v2.V2D(), v6.V2D(), 0), "dup v2.2d, v6.d[0]"); in TEST()
6014 COMPARE_MACRO(Dup(v5.B(), v9.B(), 6), "mov b5, v9.b[6]"); in TEST()
6015 COMPARE_MACRO(Dup(v7.H(), v2.H(), 4), "mov h7, v2.h[4]"); in TEST()
6016 COMPARE_MACRO(Dup(v9.S(), v4.S(), 2), "mov s9, v4.s[2]"); in TEST()
[all …]

123