Searched refs:sqxtnt (Results 1 - 5 of 5) sorted by relevance
/third_party/vixl/test/aarch64/ |
H A D | test-disasm-sve-aarch64.cc | 6921 COMPARE(sqxtnt(z31.VnB(), z18.VnH()), "sqxtnt z31.b, z18.h"); in TEST() 6922 COMPARE(sqxtnt(z31.VnH(), z18.VnS()), "sqxtnt z31.h, z18.s"); in TEST() 6923 COMPARE(sqxtnt(z31.VnS(), z18.VnD()), "sqxtnt z31.s, z18.d"); in TEST()
|
H A D | test-api-movprfx-aarch64.cc | 2659 __ sqxtnt(z31.VnB(), z18.VnH()); in TEST()
|
/third_party/vixl/src/aarch64/ |
H A D | assembler-aarch64.h | 6538 void sqxtnt(const ZRegister& zd, const ZRegister& zn);
|
H A D | assembler-sve-aarch64.cc | 8593 void Assembler::sqxtnt(const ZRegister& zd, const ZRegister& zn) { in sqxtnt() function in vixl::aarch64::Assembler
|
H A D | macro-assembler-aarch64.h | 7227 sqxtnt(zd, zn); in Sqxtnt()
|
Completed in 57 milliseconds