Searched refs:Pfirst (Results 1 - 4 of 4) sorted by relevance
/third_party/vixl/src/aarch64/ |
H A D | macro-assembler-sve-aarch64.cc | 1032 void MacroAssembler::Pfirst(const PRegisterWithLaneSize& pd, in Pfirst() function in vixl::aarch64::MacroAssembler
|
H A D | macro-assembler-aarch64.h | 5669 void Pfirst(const PRegisterWithLaneSize& pd,
|
/third_party/vixl/test/aarch64/ |
H A D | test-assembler-sve-aarch64.cc | 2841 &MacroAssembler::Pfirst, 2872 // Pfirst finds the first active lane in pg, and activates the corresponding 2951 __ Pfirst(p0.VnB(), p0, p0.VnB()); 2955 __ Pfirst(p1.VnB(), p1, p1.VnB()); 2959 __ Pfirst(p2.VnB(), p2, p2.VnB()); 2963 __ Pfirst(p3.VnB(), p3, p3.VnB());
|
H A D | test-disasm-sve-aarch64.cc | 5827 COMPARE_MACRO(Pfirst(p1.VnB(), p2, p1.VnB()), "pfirst p1.b, p2, p1.b"); in TEST() 5828 COMPARE_MACRO(Pfirst(p3.VnB(), p4, p5.VnB()), in TEST() 5835 COMPARE_MACRO(Pfirst(p6.VnB(), p6, p0.VnB()), in TEST()
|
Completed in 53 milliseconds