Home
last modified time | relevance | path

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

/external/vixl/src/aarch64/
Dinstructions-aarch64.cc692 int64_t MaxIntFromFormat(VectorFormat vform) { in MaxIntFromFormat() function
Dinstructions-aarch64.h547 int64_t MaxIntFromFormat(VectorFormat vform);
Dlogic-aarch64.cc2037 dst.SetInt(vform, i, MaxIntFromFormat(vform)); in suqadd()
2153 if (ssrc[i] > MaxIntFromFormat(dstform)) { in extractnarrow()
3346 if (product > MaxIntFromFormat(vform)) { in sqrdmulh()
3347 product = MaxIntFromFormat(vform); in sqrdmulh()
Dsimulator-aarch64.h583 SetInt(vform, i, MaxIntFromFormat(vform)); in SignedSaturate()