Searched refs:cnot (Results 1 - 8 of 8) sorted by relevance
/third_party/vixl/test/aarch64/ |
H A D | test-api-movprfx-aarch64.cc | 145 __ 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 D | test-disasm-sve-aarch64.cc | 2964 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 D | simulator-aarch64.h | 3642 LogicVRegister cnot(VectorFormat vform,
|
H A D | assembler-aarch64.h | 3978 void cnot(const ZRegister& zd, const PRegisterM& pg, const ZRegister& zn);
|
H A D | assembler-sve-aarch64.cc | 3392 void Assembler::cnot(const ZRegister& zd, in cnot() function in vixl::aarch64::Assembler
|
H A D | logic-aarch64.cc | 1845 LogicVRegister Simulator::cnot(VectorFormat vform,
|
H A D | macro-assembler-aarch64.h | 4112 cnot(zd, pg, zn); in Cnot()
|
H A D | simulator-aarch64.cc | 11715 cnot(vform, result, zn); in Simulator()
|
Completed in 82 milliseconds