Searched refs:ReadV (Results 1 – 1 of 1) sorted by relevance
1361 bool ReadV() const { return nzcv_.GetV() != 0; } in ReadV() function1362 VIXL_DEPRECATED("ReadV", bool V() const) { return ReadV(); } in V()1774 return ReadV();1776 return !ReadV();1782 return ReadN() == ReadV();1784 return ReadN() != ReadV();1786 return !ReadZ() && (ReadN() == ReadV());1788 return !(!ReadZ() && (ReadN() == ReadV()));