/aosp_15_r20/external/vixl/test/aarch64/ |
H A 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 …]
|
H A 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 …]
|
H A 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
|
/aosp_15_r20/art/compiler/optimizing/ |
H A D | code_generator_vector_arm64_sve.cc | 119 __ Dup(dst.VnB(), Int64FromLocation(src_loc)); in VisitVecReplicateScalar() local 121 __ Dup(dst.VnB(), InputRegisterAt(instruction, 0)); in VisitVecReplicateScalar() local 127 __ Dup(dst.VnH(), Int64FromLocation(src_loc)); in VisitVecReplicateScalar() local 129 __ Dup(dst.VnH(), InputRegisterAt(instruction, 0)); in VisitVecReplicateScalar() local 134 __ Dup(dst.VnS(), Int64FromLocation(src_loc)); in VisitVecReplicateScalar() local 136 __ Dup(dst.VnS(), InputRegisterAt(instruction, 0)); in VisitVecReplicateScalar() local 141 __ Dup(dst.VnD(), Int64FromLocation(src_loc)); in VisitVecReplicateScalar() local 143 __ Dup(dst.VnD(), XRegisterFrom(src_loc)); in VisitVecReplicateScalar() local 150 __ Dup(dst.VnS(), ZRegisterFrom(src_loc).VnS(), 0); in VisitVecReplicateScalar() local 157 __ Dup(dst.VnD(), ZRegisterFrom(src_loc).VnD(), 0); in VisitVecReplicateScalar() local [all …]
|
H A D | code_generator_vector_arm64_neon.cc | 120 __ Dup(dst.V16B(), InputRegisterAt(instruction, 0)); in VisitVecReplicateScalar() local 129 __ Dup(dst.V8H(), InputRegisterAt(instruction, 0)); in VisitVecReplicateScalar() local 137 __ Dup(dst.V4S(), InputRegisterAt(instruction, 0)); in VisitVecReplicateScalar() local 145 __ Dup(dst.V2D(), XRegisterFrom(src_loc)); in VisitVecReplicateScalar() local 153 __ Dup(dst.V4S(), VRegisterFrom(src_loc).V4S(), 0); in VisitVecReplicateScalar() local 161 __ Dup(dst.V2D(), VRegisterFrom(src_loc).V2D(), 0); in VisitVecReplicateScalar() local
|
H A D | gvn.cc | 196 Node* Dup(ScopedArenaAllocator* allocator, Node* new_next = nullptr) { in Dup() function in art::ValueSet::Node
|
/aosp_15_r20/external/antlr/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/ |
H A D | RewriteRuleSubtreeStream.cs | 87 protected override object Dup(object el) { in Dup() method in Antlr.Runtime.Tree.RewriteRuleSubtreeStream
|
H A D | RewriteRuleNodeStream.cs | 73 protected override object Dup(object el) { in Dup() method in Antlr.Runtime.Tree.RewriteRuleNodeStream
|
H A D | RewriteRuleTokenStream.cs | 90 protected override object Dup(object el) { in Dup() method in Antlr.Runtime.Tree.RewriteRuleTokenStream
|
H A D | RewriteRuleElementStream.cs | 193 protected abstract object Dup(object el); in Dup() method in Antlr.Runtime.Tree.RewriteRuleElementStream
|
/aosp_15_r20/prebuilts/go/linux-x86/src/syscall/ |
D | zsyscall_plan9_arm.go | 200 func Dup(oldfd int, newfd int) (fd int, err error) { func
|
D | zsyscall_plan9_386.go | 200 func Dup(oldfd int, newfd int) (fd int, err error) { func
|
D | zsyscall_plan9_amd64.go | 200 func Dup(oldfd int, newfd int) (fd int, err error) { func
|
D | fs_js.go | 496 func Dup(fd int) (int, error) { func
|
/aosp_15_r20/external/libcap/cap/ |
H A D | iab.go | 93 func (iab *IAB) Dup() (*IAB, error) { func
|
H A D | cap.go | 330 func (c *Set) Dup() (*Set, error) { func
|
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/sys/plan9/ |
D | zsyscall_plan9_386.go | 200 func Dup(oldfd int, newfd int) (fd int, err error) { func
|
D | zsyscall_plan9_amd64.go | 200 func Dup(oldfd int, newfd int) (fd int, err error) { func
|
D | zsyscall_plan9_arm.go | 200 func Dup(oldfd int, newfd int) (fd int, err error) { func
|
/aosp_15_r20/prebuilts/go/linux-x86/src/internal/poll/ |
D | fd_unix.go | 680 func (fd *FD) Dup() (int, string, error) { func
|
/aosp_15_r20/external/boringssl/src/ssl/ |
H A D | ssl_credential.cc | 84 UniquePtr<SSL_CREDENTIAL> ssl_credential_st::Dup() const { in Dup() function in ssl_credential_st
|
/aosp_15_r20/external/cronet/third_party/boringssl/src/ssl/ |
H A D | ssl_credential.cc | 84 UniquePtr<SSL_CREDENTIAL> ssl_credential_st::Dup() const { in Dup() function in ssl_credential_st
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
H A D | LoopSimplifyCFG.cpp | 507 for (unsigned Dup = 1; Dup < TheOnlySuccDuplicates; ++Dup) in foldTerminators() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Scalar/ |
H A D | LoopSimplifyCFG.cpp | 512 for (unsigned Dup = 1; Dup < TheOnlySuccDuplicates; ++Dup) in foldTerminators() local
|
/aosp_15_r20/external/rust/android-crates-io/crates/quiche/deps/boringssl/src/ssl/ |
D | ssl_cert.cc | 755 UniquePtr<DC> DC::Dup() { in Dup() function in DC
|