Home
last modified time | relevance | path

Searched refs:ptrues (Results 1 - 5 of 5) sorted by relevance

/third_party/vixl/test/aarch64/
H A Dtest-disasm-sve-aarch64.cc5912 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 Dtest-assembler-sve-aarch64.cc3381 // SVEPredicateConstraint, so call `ptrues` directly..
3387 assemble = &MacroAssembler::ptrues;
/third_party/vixl/src/aarch64/
H A Dassembler-aarch64.h5222 void ptrues(const PRegisterWithLaneSize& pd, int pattern = SVE_ALL);
H A Dassembler-sve-aarch64.cc6312 void Assembler::ptrues(const PRegisterWithLaneSize& pd, int pattern) { in ptrues() function in vixl::aarch64::Assembler
H A Dmacro-assembler-aarch64.h5721 ptrues(pd, pattern); in Ptrues()

Completed in 73 milliseconds