Home
last modified time | relevance | path

Searched defs:sabd (Results 1 – 5 of 5) sorted by relevance

/external/llvm-project/llvm/test/MC/AArch64/SVE/
Dsabd.s10 sabd z31.b, p7/m, z31.b, z31.b label
16 sabd z31.h, p7/m, z31.h, z31.h label
22 sabd z31.s, p7/m, z31.s, z31.s label
28 sabd z31.d, p7/m, z31.d, z31.d label
44 sabd z4.d, p7/m, z4.d, z31.d label
56 sabd z4.d, p7/m, z4.d, z31.d label
Dsabd-diagnostics.s3 sabd z0.b, p8/m, z0.b, z0.b label
/external/vixl/test/aarch64/
Dtest-api-movprfx-aarch64.cc206 __ sabd(z2.VnD(), p2.Merging(), z2.VnD(), z2.VnD()); in TEST() local
761 __ sabd(z1.VnB(), p3.Merging(), z1.VnB(), z15.VnB()); in TEST() local
1459 __ sabd(z28.VnS(), p7.Merging(), z28.VnS(), z11.VnS()); in TEST() local
Dtest-trace-aarch64.cc1364 __ sabd(v0.V16B(), v15.V16B(), v13.V16B()); in GenerateTestSequenceNEON() local
1365 __ sabd(v15.V2S(), v7.V2S(), v30.V2S()); in GenerateTestSequenceNEON() local
1366 __ sabd(v17.V4H(), v17.V4H(), v12.V4H()); in GenerateTestSequenceNEON() local
1367 __ sabd(v7.V4S(), v4.V4S(), v22.V4S()); in GenerateTestSequenceNEON() local
1368 __ sabd(v23.V8B(), v3.V8B(), v26.V8B()); in GenerateTestSequenceNEON() local
1369 __ sabd(v20.V8H(), v28.V8H(), v5.V8H()); in GenerateTestSequenceNEON() local
/external/vixl/src/aarch64/
Dassembler-sve-aarch64.cc2410 void Assembler::sabd(const ZRegister& zd, in sabd() function in vixl::aarch64::Assembler