Home
last modified time | relevance | path

Searched refs:SetUnsignedSat (Results 1 - 4 of 4) sorted by relevance

/third_party/node/deps/v8/src/execution/arm64/
H A Dsimulator-logic-arm64.cc655 dst.SetUnsignedSat(i, true); in add()
973 dst.SetUnsignedSat(i, false); in sub()
1560 dst.SetUnsignedSat(i, false); in sshl()
1563 dst.SetUnsignedSat(i, true); in sshl()
1613 dst.SetUnsignedSat(i, true); in ushl()
1783 dst.SetUnsignedSat(offset + i, true); in ExtractNarrow()
1785 dst.SetUnsignedSat(offset + i, false); in ExtractNarrow()
1789 dst.SetUnsignedSat(offset + i, true); in ExtractNarrow()
H A Dsimulator-arm64.h551 void SetUnsignedSat(int index, bool positive) { in SetUnsignedSat() function in v8::internal::LogicVRegister
/third_party/vixl/src/aarch64/
H A Dlogic-aarch64.cc589 dst.SetUnsignedSat(i, true); in add()
620 dst.SetUnsignedSat(i, true); in add_uint()
980 dst.SetUnsignedSat(i, false); in sub()
1012 dst.SetUnsignedSat(i, false); in sub_uint()
1913 dst.SetUnsignedSat(i, false);
1916 dst.SetUnsignedSat(i, true);
1973 dst.SetUnsignedSat(i, true);
2236 dst.SetUnsignedSat(offset + i, true);
2238 dst.SetUnsignedSat(offset + i, false);
2242 dst.SetUnsignedSat(offse
[all...]
H A Dsimulator-aarch64.h900 void SetUnsignedSat(int index, bool positive) { in SetUnsignedSat() function in vixl::aarch64::LogicVRegister

Completed in 23 milliseconds