Home
last modified time | relevance | path

Searched refs:IsSVEFormat (Results 1 - 4 of 4) sorted by relevance

/third_party/vixl/src/aarch64/
H A Dinstructions-aarch64.cc1159 bool IsSVEFormat(VectorFormat vform) { in IsSVEFormat() function
1230 VIXL_ASSERT(!IsSVEFormat(vform)); in RegisterSizeInBitsFromFormat()
H A Dlogic-aarch64.cc643 if (IsSVEFormat(vform)) { in addp()
1214 if (IsSVEFormat(vform)) { in sminmaxp()
1343 VIXL_ASSERT(IsSVEFormat(vform)); in smaxv()
1353 VIXL_ASSERT(IsSVEFormat(vform)); in sminv()
1420 if (IsSVEFormat(vform)) { in uminmaxp()
1485 VIXL_ASSERT(IsSVEFormat(vform)); in umaxv()
1495 VIXL_ASSERT(IsSVEFormat(vform)); in uminv()
2106 VIXL_ASSERT(IsSVEFormat(vform));
2125 VIXL_ASSERT(IsSVEFormat(vform));
2144 VIXL_ASSERT(IsSVEFormat(vfor
[all...]
H A Dsimulator-aarch64.h722 if (IsSVEFormat(vform)) register_.NotifyAccessAsZ(); in Int()
745 if (IsSVEFormat(vform)) register_.NotifyAccessAsZ(); in Uint()
786 if (IsSVEFormat(vform)) register_.NotifyAccessAsZ(); in SetInt()
814 if (IsSVEFormat(vform)) register_.NotifyAccessAsZ(); in SetUint()
853 if (IsSVEFormat(vform)) register_.NotifyAccessAsZ(); in SetFloat()
863 if (IsSVEFormat(vform)) return; in ClearForWrite()
985 if (IsSVEFormat(vform)) { in LaneCountFromFormat()
3022 if (IsSVEFormat(vform)) {
3036 if (IsSVEFormat(vform)) {
H A Dinstructions-aarch64.h784 bool IsSVEFormat(VectorFormat vform);

Completed in 15 milliseconds