Searched refs:ptrues (Results 1 - 5 of 5) sorted by relevance
/third_party/vixl/test/aarch64/ |
H A D | test-disasm-sve-aarch64.cc | 5912 COMPARE(ptrues(p8.VnB(), SVE_ALL), "ptrues p8.b"); in TEST() 5913 COMPARE(ptrues(p9.VnH(), SVE_MUL4), "ptrues p9.h, mul4"); in TEST() 5914 COMPARE(ptrues(p10.VnS(), SVE_MUL3), "ptrues p10.s, mul3"); in TEST() 5915 COMPARE(ptrues(p11.VnD(), SVE_VL256), "ptrues p11.d, vl256"); in TEST() 5916 COMPARE(ptrues(p12.VnB(), SVE_VL16), "ptrues p1 in TEST() [all...] |
H A D | test-assembler-sve-aarch64.cc | 3381 // SVEPredicateConstraint, so call `ptrues` directly.. 3387 assemble = &MacroAssembler::ptrues;
|
/third_party/vixl/src/aarch64/ |
H A D | assembler-aarch64.h | 5222 void ptrues(const PRegisterWithLaneSize& pd, int pattern = SVE_ALL);
|
H A D | assembler-sve-aarch64.cc | 6312 void Assembler::ptrues(const PRegisterWithLaneSize& pd, int pattern) { in ptrues() function in vixl::aarch64::Assembler
|
H A D | macro-assembler-aarch64.h | 5721 ptrues(pd, pattern); in Ptrues()
|
Completed in 63 milliseconds