Home
last modified time | relevance | path

Searched refs:cnot (Results 1 - 8 of 8) sorted by relevance

/third_party/vixl/test/aarch64/
H A Dtest-api-movprfx-aarch64.cc145 __ cnot(z14.VnS(), p6.Merging(), z14.VnS()); in TEST()
716 __ cnot(z0.VnH(), p5.Merging(), z2.VnH()); in TEST()
1392 __ cnot(z2.VnH(), p7.Merging(), z28.VnH()); in TEST()
H A Dtest-disasm-sve-aarch64.cc2964 COMPARE(cnot(z16.VnB(), p6.Merging(), z20.VnB()), "cnot z16.b, p6/m, z20.b"); in TEST()
2965 COMPARE(cnot(z10.VnH(), p5.Merging(), z12.VnH()), "cnot z10.h, p5/m, z12.h"); in TEST()
2966 COMPARE(cnot(z8.VnS(), p5.Merging(), z21.VnS()), "cnot z8.s, p5/m, z21.s"); in TEST()
2967 COMPARE(cnot(z3.VnD(), p3.Merging(), z18.VnD()), "cnot z3.d, p3/m, z18.d"); in TEST()
/third_party/vixl/src/aarch64/
H A Dsimulator-aarch64.h3642 LogicVRegister cnot(VectorFormat vform,
H A Dassembler-aarch64.h3978 void cnot(const ZRegister& zd, const PRegisterM& pg, const ZRegister& zn);
H A Dassembler-sve-aarch64.cc3392 void Assembler::cnot(const ZRegister& zd, in cnot() function in vixl::aarch64::Assembler
H A Dlogic-aarch64.cc1845 LogicVRegister Simulator::cnot(VectorFormat vform,
H A Dmacro-assembler-aarch64.h4112 cnot(zd, pg, zn); in Cnot()
H A Dsimulator-aarch64.cc11715 cnot(vform, result, zn); in Simulator()

Completed in 82 milliseconds