Searched refs:SetUnsignedSat (Results 1 - 4 of 4) sorted by relevance
/third_party/node/deps/v8/src/execution/arm64/ |
H A D | simulator-logic-arm64.cc | 655 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 D | simulator-arm64.h | 551 void SetUnsignedSat(int index, bool positive) { in SetUnsignedSat() function in v8::internal::LogicVRegister
|
/third_party/vixl/src/aarch64/ |
H A D | logic-aarch64.cc | 589 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 D | simulator-aarch64.h | 900 void SetUnsignedSat(int index, bool positive) { in SetUnsignedSat() function in vixl::aarch64::LogicVRegister
|
Completed in 34 milliseconds