Searched refs:HexValue (Results 1 – 4 of 4) sorted by relevance
167 uint64_t HexValue;178 : HexValue(HV), DecValue(DV), Width(W), Hex(H), Upper(U),
598 int HexValue; local1600 HexValue = isdigit(AsciiValue) ? AsciiValue - '0' : (AsciiValue - 'A')+10;1614 if ((HexValue & arg) != 0) 1655 if ((HexValue & arg) != 0) 1695 if ((HexValue & arg) != 0) 1728 if ((HexValue & arg) != 0)
2041 std::make_unsigned_t<T> HexValue = Value; in printImmSVE() local2044 markup(O, Markup::Immediate) << '#' << formatHex((uint64_t)HexValue); in printImmSVE()2051 *CommentStream << '=' << formatDec(HexValue) << '\n'; in printImmSVE()
390 llvm::write_hex(*this, FN.HexValue, Style, FN.Width); in operator <<()