Home
last modified time | relevance | path

Searched refs:Cnot (Results 1 – 2 of 2) sorted by relevance

/external/vixl/test/aarch64/
Dtest-assembler-sve-aarch64.cc5957 __ Cnot(z0.VnB(), pg, z0.VnB()); // destructive in TEST_SVE() local
5959 __ Cnot(z1.VnH(), pg, z31.VnH()); in TEST_SVE() local
5961 __ Cnot(z2.VnS(), pg, z2.VnS()); // destructive in TEST_SVE() local
5963 __ Cnot(z3.VnD(), pg, z31.VnD()); in TEST_SVE() local
/external/vixl/src/aarch64/
Dmacro-assembler-aarch64.h3931 void Cnot(const ZRegister& zd, const PRegisterM& pg, const ZRegister& zn) { in Cnot() function