Searched refs:overflow_bit (Results 1 – 2 of 2) sorted by relevance
73 std::byte overflow_bit = std::byte(0); in EncodeString() local77 overflow_bit = std::byte('\x80'); in EncodeString()83 output[0] = static_cast<std::byte>(bytes_to_copy) | overflow_bit; in EncodeString()
3828 unsigned overflow_bit = (value >> (msb + 1)) & 1; in VisitEvaluateIntoFlags() local3831 ReadNzcv().SetV(sign_bit ^ overflow_bit); in VisitEvaluateIntoFlags()