Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/codegen/arm64/
H A Dregister-arm64.cc287 int64_t MaxIntFromFormat(VectorFormat vform) { in MaxIntFromFormat() function
H A Dregister-arm64.h313 int64_t MaxIntFromFormat(VectorFormat vform);
/third_party/vixl/src/aarch64/
H A Dinstructions-aarch64.cc1404 int64_t MaxIntFromFormat(VectorFormat vform) { in MaxIntFromFormat() function
1411 return -MaxIntFromFormat(vform) - 1; in MinIntFromFormat()
H A Dinstructions-aarch64.h792 int64_t MaxIntFromFormat(VectorFormat vform);
H A Dlogic-aarch64.cc2051 dst.SetInt(vform, i, MaxIntFromFormat(vform));
2227 if (ssrc > MaxIntFromFormat(dstform)) {
3978 dst.SetInt(vform, i, MaxIntFromFormat(vform));
4161 (accum.second > static_cast<uint64_t>(MaxIntFromFormat(vform)))) {
4162 accum.second = MaxIntFromFormat(vform);
4205 if (accum > MaxIntFromFormat(vform)) {
4206 accum = MaxIntFromFormat(vform);
6519 dst.SetInt(vform, i, MaxIntFromFormat(vform));
H A Dsimulator-aarch64.h915 SetInt(vform, i, MaxIntFromFormat(vform)); in SignedSaturate()
/third_party/node/deps/v8/src/execution/arm64/
H A Dsimulator-logic-arm64.cc1664 dst.SetInt(vform, i, MaxIntFromFormat(vform)); in suqadd()
1774 if (ssrc[i] > MaxIntFromFormat(dstform)) { in ExtractNarrow()
2738 if (product > MaxIntFromFormat(vform)) { in sqrdmulh()
2739 product = MaxIntFromFormat(vform); in sqrdmulh()
H A Dsimulator-arm64.h566 SetInt(vform, i, MaxIntFromFormat(vform)); in SignedSaturate()

Completed in 38 milliseconds