Home
last modified time | relevance | path

Searched refs:MaxIntFromFormat (Results 1 – 4 of 4) sorted by relevance

/external/vixl/src/vixl/a64/
Dinstructions-a64.cc608 int64_t MaxIntFromFormat(VectorFormat vform) { in MaxIntFromFormat() function
Dinstructions-a64.h468 int64_t MaxIntFromFormat(VectorFormat vform);
Dlogic-a64.cc1988 dst.SetInt(vform, i, MaxIntFromFormat(vform)); in suqadd()
2076 if (ssrc[i] > MaxIntFromFormat(dstform)) { in extractnarrow()
3288 if (product > MaxIntFromFormat(vform)) { in sqrdmulh()
3289 product = MaxIntFromFormat(vform); in sqrdmulh()
Dsimulator-a64.h484 SetInt(vform, i, MaxIntFromFormat(vform)); in SignedSaturate()