Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/codegen/arm64/
H A Dregister-arm64.cc291 int64_t MinIntFromFormat(VectorFormat vform) { in MinIntFromFormat() function
H A Dregister-arm64.h314 int64_t MinIntFromFormat(VectorFormat vform);
/third_party/vixl/src/aarch64/
H A Dinstructions-aarch64.cc1410 int64_t MinIntFromFormat(VectorFormat vform) { in MinIntFromFormat() function
H A Dinstructions-aarch64.h793 int64_t MinIntFromFormat(VectorFormat vform);
H A Dlogic-aarch64.cc2029 if (sa == MinIntFromFormat(vform)) {
2089 if (sa == MinIntFromFormat(vform)) {
2229 } else if (ssrc < MinIntFromFormat(dstform)) {
3974 if ((src1.Int(vform, i) == MinIntFromFormat(vform)) &&
3975 (src2.Int(vform, i) == MinIntFromFormat(vform))) {
4164 static_cast<uint64_t>(MinIntFromFormat(vform)))) {
4165 accum.second = MinIntFromFormat(vform);
4207 } else if (accum < MinIntFromFormat(vform)) {
4208 accum = MinIntFromFormat(vform);
6523 dst.SetInt(vform, i, MinIntFromFormat(vfor
[all...]
H A Dsimulator-aarch64.h917 SetInt(vform, i, MinIntFromFormat(vform)); in SignedSaturate()
/third_party/node/deps/v8/src/execution/arm64/
H A Dsimulator-logic-arm64.cc1646 if (sa == MinIntFromFormat(vform)) { in neg()
1697 if (sa == MinIntFromFormat(vform)) { in abs()
1776 } else if (ssrc[i] < MinIntFromFormat(dstform)) { in ExtractNarrow()
2740 } else if (product < MinIntFromFormat(vform)) { in sqrdmulh()
2741 product = MinIntFromFormat(vform); in sqrdmulh()
H A Dsimulator-arm64.h568 SetInt(vform, i, MinIntFromFormat(vform)); in SignedSaturate()

Completed in 34 milliseconds