Searched refs:pmullt (Results 1 - 5 of 5) sorted by relevance
/third_party/vixl/src/aarch64/ |
H A D | assembler-aarch64.h | 6160 void pmullt(const ZRegister& zd, const ZRegister& zn, const ZRegister& zm);
|
H A D | assembler-sve-aarch64.cc | 7422 void Assembler::pmullt(const ZRegister& zd, in pmullt() function in vixl::aarch64::Assembler
|
H A D | macro-assembler-aarch64.h | 6826 pmullt(zd, zn, zm); in Pmullt()
|
/third_party/vixl/test/aarch64/ |
H A D | test-api-movprfx-aarch64.cc | 2515 __ pmullt(z31.VnD(), z30.VnS(), z26.VnS()); in TEST()
|
H A D | test-disasm-sve-aarch64.cc | 7681 COMPARE(pmullt(z31.VnD(), z30.VnS(), z26.VnS()), in TEST() 7682 "pmullt z31.d, z30.s, z26.s"); in TEST()
|
Completed in 62 milliseconds