Searched refs:MaxIntFromFormat (Results 1 - 8 of 8) sorted by relevance
/third_party/node/deps/v8/src/codegen/arm64/ |
H A D | register-arm64.cc | 287 int64_t MaxIntFromFormat(VectorFormat vform) { in MaxIntFromFormat() function
|
H A D | register-arm64.h | 313 int64_t MaxIntFromFormat(VectorFormat vform);
|
/third_party/vixl/src/aarch64/ |
H A D | instructions-aarch64.cc | 1404 int64_t MaxIntFromFormat(VectorFormat vform) { in MaxIntFromFormat() function 1411 return -MaxIntFromFormat(vform) - 1; in MinIntFromFormat()
|
H A D | instructions-aarch64.h | 792 int64_t MaxIntFromFormat(VectorFormat vform);
|
H A D | logic-aarch64.cc | 2051 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 D | simulator-aarch64.h | 915 SetInt(vform, i, MaxIntFromFormat(vform)); in SignedSaturate()
|
/third_party/node/deps/v8/src/execution/arm64/ |
H A D | simulator-logic-arm64.cc | 1664 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 D | simulator-arm64.h | 566 SetInt(vform, i, MaxIntFromFormat(vform)); in SignedSaturate()
|
Completed in 38 milliseconds