Home
last modified time | relevance | path

Searched refs:kPRegMinSize (Results 1 - 2 of 2) sorted by relevance

/third_party/vixl/src/aarch64/
H A Dinstructions-aarch64.h135 const unsigned kPRegMinSize = kZRegMinSize / kZRegBitsPerPRegBit; member
137 const unsigned kPRegMinSizeInBytes = kPRegMinSize / 8;
/third_party/vixl/test/aarch64/
H A Dtest-assembler-sve-aarch64.cc2863 // Provide more lanes than kPRegMinSize (to check propagation if we have a
2870 VIXL_ASSERT(ArrayLength(in0) > kPRegMinSize);
2986 // TODO: Once we have the infrastructure, provide more lanes than kPRegMinSize
2989 // For now, we just use kPRegMinSize so that the test works anywhere.
3072 // TODO: Once we have the infrastructure, provide more lanes than kPRegMinSize
3075 // For now, we just use kPRegMinSize so that the test works anywhere.
3161 // TODO: Once we have the infrastructure, provide more lanes than kPRegMinSize
3164 // For now, we just use kPRegMinSize so that the test works anywhere.
3227 // TODO: Once we have the infrastructure, provide more lanes than kPRegMinSize
3230 // For now, we just use kPRegMinSize s
[all...]

Completed in 6 milliseconds