Home
last modified time | relevance | path

Searched defs:sqincp (Results 1 – 4 of 4) sorted by relevance

/external/llvm-project/llvm/test/MC/AArch64/SVE/
Dsqincp.s10 sqincp x0, p0.b label
16 sqincp x0, p0.h label
22 sqincp x0, p0.s label
28 sqincp x0, p0.d label
34 sqincp xzr, p15.b, wzr label
40 sqincp xzr, p15.h, wzr label
46 sqincp xzr, p15.s, wzr label
52 sqincp xzr, p15.d, wzr label
58 sqincp z0.h, p0 label
64 sqincp z0.h, p0.h label
[all …]
Dsqincp-diagnostics.s50 sqincp z0.d, p0.b label
55 sqincp z0.d, p0.q label
65 sqincp z0.d, p0 label
/external/vixl/test/aarch64/
Dtest-api-movprfx-aarch64.cc1148 __ sqincp(z4.VnD(), p7); in TEST() local
1516 __ sqincp(z7.VnS(), p6); in TEST() local
/external/vixl/src/aarch64/
Dassembler-sve-aarch64.cc2091 void Assembler::sqincp(const Register& xd, in sqincp() function in vixl::aarch64::Assembler
2106 void Assembler::sqincp(const Register& xdn, const PRegisterWithLaneSize& pg) { in sqincp() function in vixl::aarch64::Assembler
2118 void Assembler::sqincp(const ZRegister& zdn, const PRegister& pg) { in sqincp() function in vixl::aarch64::Assembler