Searched refs:SetUnsignedSat (Results 1 – 4 of 4) sorted by relevance
/external/v8/src/arm64/ |
D | simulator-logic-arm64.cc | 656 dst.SetUnsignedSat(i, true); in add() 974 dst.SetUnsignedSat(i, false); in sub() 1561 dst.SetUnsignedSat(i, false); in sshl() 1564 dst.SetUnsignedSat(i, true); in sshl() 1614 dst.SetUnsignedSat(i, true); in ushl() 1784 dst.SetUnsignedSat(offset + i, true); in ExtractNarrow() 1786 dst.SetUnsignedSat(offset + i, false); in ExtractNarrow() 1790 dst.SetUnsignedSat(offset + i, true); in ExtractNarrow()
|
D | simulator-arm64.h | 551 void SetUnsignedSat(int index, bool positive) { in SetUnsignedSat() function
|
/external/vixl/src/aarch64/ |
D | logic-aarch64.cc | 559 dst.SetUnsignedSat(i, true); in add() 1010 dst.SetUnsignedSat(i, false); in sub() 1738 dst.SetUnsignedSat(i, false); in sshl() 1741 dst.SetUnsignedSat(i, true); in sshl() 1793 dst.SetUnsignedSat(i, true); in ushl() 1974 dst.SetUnsignedSat(offset + i, true); in extractnarrow() 1976 dst.SetUnsignedSat(offset + i, false); in extractnarrow() 1980 dst.SetUnsignedSat(offset + i, true); in extractnarrow()
|
D | simulator-aarch64.h | 402 void SetUnsignedSat(int index, bool positive) { in SetUnsignedSat() function
|