Searched refs:eorbt (Results 1 - 5 of 5) sorted by relevance
/third_party/vixl/test/aarch64/ |
H A D | test-api-movprfx-aarch64.cc | 2013 __ eorbt(z3.VnB(), z10.VnB(), z8.VnB()); in TEST() 2877 __ eorbt(z3.VnB(), z10.VnB(), z8.VnB()); in TEST() 3203 __ eorbt(z3.VnB(), z10.VnB(), z3.VnB()); in TEST()
|
H A D | test-disasm-sve-aarch64.cc | 6943 COMPARE(eorbt(z3.VnB(), z10.VnB(), z8.VnB()), "eorbt z3.b, z10.b, z8.b"); in TEST() 6944 COMPARE(eorbt(z3.VnD(), z10.VnD(), z8.VnD()), "eorbt z3.d, z10.d, z8.d"); in TEST() 6945 COMPARE(eorbt(z3.VnH(), z10.VnH(), z8.VnH()), "eorbt z3.h, z10.h, z8.h"); in TEST() 6946 COMPARE(eorbt(z3.VnS(), z10.VnS(), z8.VnS()), "eorbt z3.s, z10.s, z8.s"); in TEST()
|
/third_party/vixl/src/aarch64/ |
H A D | assembler-aarch64.h | 5996 void eorbt(const ZRegister& zd, const ZRegister& zn, const ZRegister& zm);
|
H A D | assembler-sve-aarch64.cc | 6926 void Assembler::eorbt(const ZRegister& zd, in eorbt() function in vixl::aarch64::Assembler
|
H A D | macro-assembler-aarch64.h | 6647 eorbt(zd, zn, zm); in Eorbt()
|
Completed in 59 milliseconds