Searched refs:sunpklo (Results 1 - 4 of 4) sorted by relevance
/third_party/vixl/test/aarch64/ |
H A D | test-disasm-sve-aarch64.cc | 5723 COMPARE(sunpklo(z20.VnH(), z12.VnB()), "sunpklo z20.h, z12.b"); in TEST() 5724 COMPARE(sunpklo(z21.VnS(), z12.VnH()), "sunpklo z21.s, z12.h"); in TEST() 5725 COMPARE(sunpklo(z22.VnD(), z12.VnS()), "sunpklo z22.d, z12.s"); in TEST()
|
/third_party/vixl/src/aarch64/ |
H A D | assembler-aarch64.h | 5656 void sunpklo(const ZRegister& zd, const ZRegister& zn);
|
H A D | assembler-sve-aarch64.cc | 6034 void Assembler::sunpklo(const ZRegister& zd, const ZRegister& zn) { in sunpklo() function in vixl::aarch64::Assembler
|
H A D | macro-assembler-aarch64.h | 6215 sunpklo(zd, zn); in Sunpklo()
|
Completed in 53 milliseconds