| /external/vixl/test/aarch64/ |
| D | test-assembler-sve-aarch64.cc | 160 __ Dup(z2.VnD(), 0); // Clear the register first. in TEST_SVE() local 330 __ Dup(v13.V8B(), b13, kDRegSizeInBytes); in TEST_SVE() local 770 __ Dup(z1.VnB(), -1); in TEST_SVE() local 771 __ Dup(z2.VnB(), -1); in TEST_SVE() local 782 __ Dup(z9.VnB(), -1); in TEST_SVE() local 788 __ Dup(z13.VnB(), -1); in TEST_SVE() local 794 __ Dup(z19.VnB(), -1); in TEST_SVE() local 848 __ Dup(z1.VnB(), 0xff); in TEST_SVE() local 849 __ Dup(z2.VnB(), 0xff); in TEST_SVE() local 860 __ Dup(z9.VnB(), 0xff); in TEST_SVE() local [all …]
|
| D | test-utils-aarch64.cc | 828 __ Dup(z30.WithLaneSize(esize), a); in SetFpData() local 829 __ Dup(z31.WithLaneSize(esize), b); in SetFpData() local 910 __ Dup(z30.VnD(), 1); in SetInitialMachineState() local 911 __ Dup(z31.VnD(), lcg_mult); in SetInitialMachineState() local
|
| D | test-assembler-neon-aarch64.cc | 7812 __ Dup(v16.V16B(), v0.B(), 0); in TEST() local 7813 __ Dup(v17.V8H(), v1.H(), 7); in TEST() local 7814 __ Dup(v18.V4S(), v1.S(), 3); in TEST() local 7815 __ Dup(v19.V2D(), v0.D(), 0); in TEST() local 7817 __ Dup(v20.V8B(), v0.B(), 0); in TEST() local 7818 __ Dup(v21.V4H(), v1.H(), 7); in TEST() local 7819 __ Dup(v22.V2S(), v1.S(), 3); in TEST() local 7821 __ Dup(v23.B(), v0.B(), 0); in TEST() local 7822 __ Dup(v24.H(), v1.H(), 7); in TEST() local 7823 __ Dup(v25.S(), v1.S(), 3); in TEST() local [all …]
|
| /external/drm_hwcomposer/utils/ |
| D | UniqueFd.h | 77 static auto Dup(int fd) { in Dup() function
|
| /external/antlr/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/ |
| D | RewriteRuleSubtreeStream.cs | 87 protected override object Dup(object el) { in Dup() method in Antlr.Runtime.Tree.RewriteRuleSubtreeStream
|
| D | RewriteRuleNodeStream.cs | 73 protected override object Dup(object el) { in Dup() method in Antlr.Runtime.Tree.RewriteRuleNodeStream
|
| D | RewriteRuleTokenStream.cs | 90 protected override object Dup(object el) { in Dup() method in Antlr.Runtime.Tree.RewriteRuleTokenStream
|
| D | RewriteRuleElementStream.cs | 193 protected abstract object Dup(object el); in Dup() method in Antlr.Runtime.Tree.RewriteRuleElementStream
|
| /external/libcap/cap/ |
| D | cap.go | 313 func (c *Set) Dup() (*Set, error) { func
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
| D | LoopSimplifyCFG.cpp | 507 for (unsigned Dup = 1; Dup < TheOnlySuccDuplicates; ++Dup) in foldTerminators() local
|
| /external/cronet/third_party/boringssl/src/ssl/ |
| D | ssl_cert.cc | 751 UniquePtr<DC> DC::Dup() { in Dup() function in DC
|
| /external/rust/crates/quiche/deps/boringssl/src/ssl/ |
| D | ssl_cert.cc | 755 UniquePtr<DC> DC::Dup() { in Dup() function in DC
|
| /external/boringssl/src/ssl/ |
| D | ssl_cert.cc | 751 UniquePtr<DC> DC::Dup() { in Dup() function in DC
|
| /external/fmtlib/test/ |
| D | os-test.cc | 461 TEST(FileTest, Dup) { in TEST() argument
|
| /external/llvm/lib/CodeGen/ |
| D | MachineLICM.cpp | 1239 if (const MachineInstr *Dup = LookForDuplicate(MI, CI->second)) { in EliminateCSE() local
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
| D | MachineLICM.cpp | 1405 if (const MachineInstr *Dup = LookForDuplicate(MI, CI->second)) { in EliminateCSE() local
|
| /external/antlr/runtime/Delphi/Sources/Antlr3.Runtime/ |
| D | Antlr.Runtime.Tree.pas | 1602 function Dup(const O: IANTLRInterface): IANTLRInterface; in Dup() function 3657 function TRewriteRuleSubtreeStream.Dup( in TRewriteRuleSubtreeStream.Dup() function
|
| /external/vixl/src/aarch64/ |
| D | macro-assembler-sve-aarch64.cc | 478 void MacroAssembler::Dup(const ZRegister& zd, IntegerOperand imm) { in Dup() function in vixl::aarch64::MacroAssembler
|
| D | macro-assembler-aarch64.h | 3127 void Dup(const VRegister& vd, const VRegister& vn, int index) { in Dup() function 3132 void Dup(const VRegister& vd, const Register& rn) { in Dup() function 4055 void Dup(const ZRegister& zd, const Register& xn) { in Dup() function 4060 void Dup(const ZRegister& zd, const ZRegister& zn, int index) { in Dup() function
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/ |
| D | AArch64InstructionSelector.cpp | 3756 auto Dup = MIB.buildInstr(Opc, {I.getOperand(0).getReg()}, {ScalarReg}); in tryOptVectorDup() local
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
| D | X86ISelLowering.cpp | 7819 SDValue Dup = DAG.getNode(X86ISD::MOVDDUP, DL, MVT::v2f64, NewBV); in LowerBuildVectorv4x32() local
|