Searched refs:smullb (Results 1 - 5 of 5) sorted by relevance
/third_party/vixl/test/aarch64/ |
H A D | test-api-movprfx-aarch64.cc | 2569 __ smullb(z10.VnD(), z4.VnS(), z4.VnS()); in TEST() 2572 __ smullb(z10.VnS(), z4.VnH(), z4.VnH(), 0); in TEST() 2575 __ smullb(z10.VnD(), z4.VnS(), z4.VnS(), 0); in TEST()
|
H A D | test-disasm-sve-aarch64.cc | 7684 COMPARE(smullb(z10.VnD(), z4.VnS(), z4.VnS()), "smullb z10.d, z4.s, z4.s"); in TEST() 7685 COMPARE(smullb(z11.VnH(), z14.VnB(), z14.VnB()), in TEST() 7686 "smullb z11.h, z14.b, z14.b"); in TEST() 7687 COMPARE(smullb(z12.VnS(), z24.VnH(), z24.VnH()), in TEST() 7688 "smullb z12.s, z24.h, z24.h"); in TEST() 8447 "smullb z13.s, z31.h, z0.h[0]"); in TEST() 8449 "smullb z8.d, z22.s, z0.s[0]"); in TEST()
|
/third_party/vixl/src/aarch64/ |
H A D | assembler-aarch64.h | 6298 void smullb(const ZRegister& zd, 6304 void smullb(const ZRegister& zd, const ZRegister& zn, const ZRegister& zm);
|
H A D | assembler-sve-aarch64.cc | 7819 V(smullb, 0x44a0c000) \ 7922 void Assembler::smullb(const ZRegister& zd, in smullb() function in vixl::aarch64::Assembler
|
H A D | macro-assembler-aarch64.h | 6992 smullb(zd, zn, zm, index); in Smullb() 6997 smullb(zd, zn, zm); in Smullb()
|
Completed in 51 milliseconds