Home
last modified time | relevance | path

Searched refs:eorbt (Results 1 - 5 of 5) sorted by relevance

/third_party/vixl/test/aarch64/
H A Dtest-api-movprfx-aarch64.cc2013 __ 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 Dtest-disasm-sve-aarch64.cc6943 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 Dassembler-aarch64.h5996 void eorbt(const ZRegister& zd, const ZRegister& zn, const ZRegister& zm);
H A Dassembler-sve-aarch64.cc6926 void Assembler::eorbt(const ZRegister& zd, in eorbt() function in vixl::aarch64::Assembler
H A Dmacro-assembler-aarch64.h6647 eorbt(zd, zn, zm); in Eorbt()

Completed in 59 milliseconds