Searched refs:Ptrue (Results 1 - 6 of 6) sorted by relevance
/third_party/vixl/examples/aarch64/ |
H A D | sve-strlen.cc | 43 __ Ptrue(all_true.VnB()); in GenerateSVEStrlen()
|
/third_party/vixl/test/aarch64/ |
H A D | test-assembler-sve-aarch64.cc | 520 __ Ptrue(p4.VnB()); 604 __ Ptrue(p4.VnB()); 688 __ Ptrue(p4.VnB()); 766 __ Ptrue(p4.VnB()); 844 __ Ptrue(p4.VnB()); 934 __ Ptrue(p0.VnB()); 975 __ Ptrue(p0.VnB()); 1537 __ Ptrue(p15.VnB()); 1627 __ Ptrue(p15.VnB()); 1737 __ Ptrue(p1 [all...] |
H A D | test-utils-aarch64.cc | 904 __ Ptrue(p0.VnB()); in SetInitialMachineState() 905 __ Ptrue(p1.VnH()); in SetInitialMachineState() 906 __ Ptrue(p2.VnS()); in SetInitialMachineState() 907 __ Ptrue(p3.VnD()); in SetInitialMachineState() 940 __ Ptrue(p0.VnB()); in SetInitialMachineState()
|
H A D | test-disasm-sve-aarch64.cc | 5943 COMPARE_MACRO(Ptrue(p0.VnB(), SVE_MUL3), "ptrue p0.b, mul3"); in TEST() 5945 COMPARE_MACRO(Ptrue(p2.VnS(), SVE_VL32, LeaveFlags), "ptrue p2.s, vl32"); in TEST() 5946 COMPARE_MACRO(Ptrue(p3.VnD(), SVE_VL64, SetFlags), "ptrues p3.d, vl64"); in TEST()
|
/third_party/vixl/src/aarch64/ |
H A D | macro-assembler-sve-aarch64.cc | 116 Ptrue(pg.WithSameLaneSizeAs(zd)); in IntWideImmHelper() 1075 void MacroAssembler::Ptrue(const PRegisterWithLaneSize& pd, in Ptrue() function in vixl::aarch64::MacroAssembler 1081 Ptrue(pd, pattern); in Ptrue()
|
H A D | macro-assembler-aarch64.h | 5708 void Ptrue(const PRegisterWithLaneSize& pd, 5711 void Ptrue(const PRegisterWithLaneSize& pd, in Ptrue() function in vixl::aarch64::MacroAssembler
|
Completed in 33 milliseconds