Home
last modified time | relevance | path

Searched refs:smullt (Results 1 - 5 of 5) sorted by relevance

/third_party/vixl/test/aarch64/
H A Dtest-api-movprfx-aarch64.cc2578 __ smullt(z31.VnD(), z26.VnS(), z5.VnS()); in TEST()
2581 __ smullt(z31.VnS(), z26.VnH(), z5.VnH(), 0); in TEST()
2584 __ smullt(z31.VnD(), z26.VnS(), z5.VnS(), 0); in TEST()
H A Dtest-disasm-sve-aarch64.cc7690 COMPARE(smullt(z31.VnD(), z26.VnS(), z5.VnS()), "smullt z31.d, z26.s, z5.s"); in TEST()
7691 COMPARE(smullt(z21.VnH(), z16.VnB(), z5.VnB()), "smullt z21.h, z16.b, z5.b"); in TEST()
7692 COMPARE(smullt(z11.VnS(), z6.VnH(), z5.VnH()), "smullt z11.s, z6.h, z5.h"); in TEST()
8451 "smullt z14.s, z30.h, z7.h[7]"); in TEST()
8453 "smullt z22.d, z28.s, z15.s[3]"); in TEST()
/third_party/vixl/src/aarch64/
H A Dassembler-aarch64.h6307 void smullt(const ZRegister& zd,
6313 void smullt(const ZRegister& zd, const ZRegister& zn, const ZRegister& zm);
H A Dassembler-sve-aarch64.cc7820 V(smullt, 0x44a0c400) \
7937 void Assembler::smullt(const ZRegister& zd, in smullt() function in vixl::aarch64::Assembler
H A Dmacro-assembler-aarch64.h7005 smullt(zd, zn, zm, index); in Smullt()
7010 smullt(zd, zn, zm); in Smullt()

Completed in 63 milliseconds