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

/external/vixl/src/aarch64/
H A Dsimulator-aarch64.h565 SetSatFlag(index, positive ? kSignedSatPositive : kSignedSatNegative);
569 SetSatFlag(index, positive ? kUnsignedSatPositive : kUnsignedSatNegative);
572 void SetSatFlag(int index, Saturation sat) { function in class:vixl::aarch64::LogicVRegister

Completed in 84 milliseconds