Home
last modified time | relevance | path

Searched refs:incp (Results 1 - 13 of 13) sorted by relevance

/third_party/optimized-routines/string/aarch64/
H A Dstrlen-sve.S38 incp x1, p0.b
49 incp x1, p0.b
H A Dmemchr-sve.S44 incp x0, p2.b /* form final pointer to c */
54 incp x3, p0.b
H A Dstrcpy-sve.S55 incp x2, p0.b
64 incp x0, p0.b
H A Dstrnlen-sve.S54 incp x0, p2.b
64 incp x2, p1.b
H A Dstrchr-sve.S48 incp x0, p4.b
64 incp x0, p0.b
H A Dstrcmp-sve.S48 2: incp x2, p0.b /* skip bytes for next round */
H A Dstrncmp-sve.S59 incp x3, p1.b
H A Dstrrchr-sve.S51 incp x0, p0.b /* skip bytes this round */
/third_party/vixl/test/aarch64/
H A Dtest-disasm-sve-aarch64.cc2023 COMPARE(incp(x26, p8.VnB()), "incp x26, p8.b"); in TEST()
2024 COMPARE(incp(x26, p8.VnH()), "incp x26, p8.h"); in TEST()
2025 COMPARE(incp(x26, p8.VnS()), "incp x26, p8.s"); in TEST()
2026 COMPARE(incp(x26, p8.VnD()), "incp x26, p8.d"); in TEST()
2027 COMPARE(incp(z27.VnH(), p9), "incp z2 in TEST()
[all...]
H A Dtest-api-movprfx-aarch64.cc1137 __ incp(z9.VnD(), p1); in TEST()
1437 __ incp(z14.VnD(), p1); in TEST()
/third_party/vixl/src/aarch64/
H A Dassembler-aarch64.h4539 void incp(const Register& rdn, const PRegisterWithLaneSize& pg);
4542 void incp(const ZRegister& zdn, const PRegister& pg);
H A Dassembler-sve-aarch64.cc2047 void Assembler::incp(const Register& rdn, const PRegisterWithLaneSize& pg) { in incp() function in vixl::aarch64::Assembler
2059 void Assembler::incp(const ZRegister& zdn, const PRegister& pg) { in incp() function in vixl::aarch64::Assembler
H A Dmacro-assembler-aarch64.h4928 incp(rdn, pg); in Incp()
4933 // `incp` writes every lane, so use an unpredicated movprfx. in Incp()
4935 incp(zd, pg); in Incp()

Completed in 47 milliseconds