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.h467 int64_t MaxIntFromFormat(VectorFormat vform);
Dlogic-a64.cc1984 dst.SetInt(vform, i, MaxIntFromFormat(vform)); in suqadd()
2072 if (ssrc[i] > MaxIntFromFormat(dstform)) { in extractnarrow()
3284 if (product > MaxIntFromFormat(vform)) { in sqrdmulh()
3285 product = MaxIntFromFormat(vform); in sqrdmulh()
Dsimulator-a64.h596 SetInt(vform, i, MaxIntFromFormat(vform)); in SignedSaturate()