Home
last modified time | relevance | path

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

/external/vixl/src/aarch64/
Dinstructions-aarch64.cc699 int64_t MaxIntFromFormat(VectorFormat vform) { in MaxIntFromFormat() function
Dinstructions-aarch64.h553 int64_t MaxIntFromFormat(VectorFormat vform);
Dlogic-aarch64.cc1849 dst.SetInt(vform, i, MaxIntFromFormat(vform)); in suqadd()
1965 if (ssrc[i] > MaxIntFromFormat(dstform)) { in extractnarrow()
3353 if (product > MaxIntFromFormat(vform)) { in sqrdmulh()
3354 product = MaxIntFromFormat(vform); in sqrdmulh()
3438 if (accum > MaxIntFromFormat(vform)) { in sqrdmlash()
3439 accum = MaxIntFromFormat(vform); in sqrdmlash()
Dsimulator-aarch64.h417 SetInt(vform, i, MaxIntFromFormat(vform)); in SignedSaturate()
/external/v8/src/arm64/
Dinstructions-arm64.h486 int64_t MaxIntFromFormat(VectorFormat vform);
Dinstructions-arm64.cc617 int64_t MaxIntFromFormat(VectorFormat vform) { in MaxIntFromFormat() function
Dsimulator-logic-arm64.cc1665 dst.SetInt(vform, i, MaxIntFromFormat(vform)); in suqadd()
1775 if (ssrc[i] > MaxIntFromFormat(dstform)) { in ExtractNarrow()
2739 if (product > MaxIntFromFormat(vform)) { in sqrdmulh()
2740 product = MaxIntFromFormat(vform); in sqrdmulh()
Dsimulator-arm64.h566 SetInt(vform, i, MaxIntFromFormat(vform)); in SignedSaturate()