Searched refs:eortb (Results 1 - 5 of 5) sorted by relevance
/third_party/vixl/test/aarch64/ |
H A D | test-api-movprfx-aarch64.cc | 2016 __ eortb(z20.VnB(), z21.VnB(), z15.VnB()); in TEST() 2880 __ eortb(z20.VnB(), z21.VnB(), z15.VnB()); in TEST() 3206 __ eortb(z20.VnB(), z21.VnB(), z20.VnB()); in TEST()
|
H A D | test-disasm-sve-aarch64.cc | 6947 COMPARE(eortb(z21.VnB(), z21.VnB(), z15.VnB()), "eortb z21.b, z21.b, z15.b"); in TEST() 6948 COMPARE(eortb(z21.VnD(), z21.VnD(), z15.VnD()), "eortb z21.d, z21.d, z15.d"); in TEST() 6949 COMPARE(eortb(z21.VnH(), z21.VnH(), z15.VnH()), "eortb z21.h, z21.h, z15.h"); in TEST() 6950 COMPARE(eortb(z21.VnS(), z21.VnS(), z15.VnS()), "eortb z21.s, z21.s, z15.s"); in TEST()
|
/third_party/vixl/src/aarch64/ |
H A D | assembler-aarch64.h | 5999 void eortb(const ZRegister& zd, const ZRegister& zn, const ZRegister& zm);
|
H A D | assembler-sve-aarch64.cc | 6939 void Assembler::eortb(const ZRegister& zd, in eortb() function in vixl::aarch64::Assembler
|
H A D | macro-assembler-aarch64.h | 6652 eortb(zd, zn, zm); in Eortb()
|
Completed in 52 milliseconds