Searched refs:Pnext (Results 1 - 4 of 4) sorted by relevance
/third_party/vixl/test/aarch64/ |
H A D | test-disasm-sve-aarch64.cc | 5857 COMPARE_MACRO(Pnext(p5.VnB(), p9, p5.VnB()), "pnext p5.b, p9, p5.b"); in TEST() 5858 COMPARE_MACRO(Pnext(p6.VnH(), p8, p6.VnH()), "pnext p6.h, p8, p6.h"); in TEST() 5859 COMPARE_MACRO(Pnext(p7.VnS(), p5, p7.VnS()), "pnext p7.s, p5, p7.s"); in TEST() 5860 COMPARE_MACRO(Pnext(p8.VnD(), p6, p8.VnD()), "pnext p8.d, p6, p8.d"); in TEST() 5862 COMPARE_MACRO(Pnext(p6.VnB(), p4, p5.VnB()), in TEST() 5865 COMPARE_MACRO(Pnext(p7.VnH(), p3, p8.VnH()), in TEST() 5868 COMPARE_MACRO(Pnext(p8.VnS(), p2, p9.VnS()), in TEST() 5871 COMPARE_MACRO(Pnext(p9.VnD(), p1, p10.VnD()), in TEST() 5878 COMPARE_MACRO(Pnext(p6.VnB(), p6, p0.VnB()), in TEST() 5882 COMPARE_MACRO(Pnext(p in TEST() [all...] |
H A D | test-assembler-sve-aarch64.cc | 2855 &MacroAssembler::Pnext, 2996 // Pnext activates the next element that is true in pg, after the last-active 3082 // Pnext activates the next element that is true in pg, after the last-active 3170 // Pnext activates the next element that is true in pg, after the last-active 3235 // Pnext activates the next element that is true in pg, after the last-active 3292 __ Pnext(p0.VnB(), p0, p0.VnB()); 3296 __ Pnext(p1.VnB(), p1, p1.VnB()); 3300 __ Pnext(p2.VnB(), p2, p2.VnB()); 3304 __ Pnext(p3.VnB(), p3, p3.VnB());
|
/third_party/vixl/src/aarch64/ |
H A D | macro-assembler-sve-aarch64.cc | 1054 void MacroAssembler::Pnext(const PRegisterWithLaneSize& pd, in Pnext() function in vixl::aarch64::MacroAssembler
|
H A D | macro-assembler-aarch64.h | 5672 void Pnext(const PRegisterWithLaneSize& pd,
|
Completed in 44 milliseconds