Home
last modified time | relevance | path

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

/external/vixl/src/vixl/a64/
Dinstructions-a64.cc613 int64_t MinIntFromFormat(VectorFormat vform) { in MinIntFromFormat() function
Dinstructions-a64.h468 int64_t MinIntFromFormat(VectorFormat vform);
Dlogic-a64.cc1965 if (sa == MinIntFromFormat(vform)) { in neg()
2021 if (sa == MinIntFromFormat(vform)) { in abs()
2074 } else if (ssrc[i] < MinIntFromFormat(dstform)) { in extractnarrow()
3286 } else if (product < MinIntFromFormat(vform)) { in sqrdmulh()
3287 product = MinIntFromFormat(vform); in sqrdmulh()
Dsimulator-a64.h598 SetInt(vform, i, MinIntFromFormat(vform)); in SignedSaturate()