Searched refs:smullt (Results 1 - 5 of 5) sorted by relevance
/third_party/vixl/test/aarch64/ |
H A D | test-api-movprfx-aarch64.cc | 2578 __ 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 D | test-disasm-sve-aarch64.cc | 7690 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 D | assembler-aarch64.h | 6307 void smullt(const ZRegister& zd, 6313 void smullt(const ZRegister& zd, const ZRegister& zn, const ZRegister& zm);
|
H A D | assembler-sve-aarch64.cc | 7820 V(smullt, 0x44a0c400) \ 7937 void Assembler::smullt(const ZRegister& zd, in smullt() function in vixl::aarch64::Assembler
|
H A D | macro-assembler-aarch64.h | 7005 smullt(zd, zn, zm, index); in Smullt() 7010 smullt(zd, zn, zm); in Smullt()
|
Completed in 58 milliseconds