Searched refs:UValue (Results 1 – 4 of 4) sorted by relevance
334 uint64_t UValue = Value.uval; in dump() local341 AddrOS << format("0x%016" PRIx64, UValue); in dump()344 AddrOS << format(" indexed (%8.8x) address = ", (uint32_t)UValue); in dump()348 else if (U->getAddrOffsetSectionItem(UValue, Address)) in dump()359 OS << format("0x%02x", (uint8_t)UValue); in dump()362 OS << format("0x%04x", (uint16_t)UValue); in dump()365 OS << format("0x%08x", (uint32_t)UValue); in dump()368 AddrOS << format("0x%016" PRIx64, UValue); in dump()371 OS << format("0x%016" PRIx64, UValue); in dump()386 if (UValue > 0) { in dump()[all …]
190 unsigned long long UValue; in LexDigit() local191 if (Result.getAsInteger(10, UValue)) in LexDigit()193 Value = (long long)UValue; in LexDigit()
545 inline int UValue() const { return Bit(23); } in UValue() function659 inline bool HasU() const { return UValue() == 1; } in HasU()
1525 uint64_t UValue = CN->getZExtValue(); in get_vec_u18imm() local1526 uint32_t upper = uint32_t(UValue >> 32); in get_vec_u18imm()1527 uint32_t lower = uint32_t(UValue); in get_vec_u18imm()1547 uint64_t UValue = CN->getZExtValue(); in get_vec_i16imm() local1548 uint32_t upper = uint32_t(UValue >> 32); in get_vec_i16imm()1549 uint32_t lower = uint32_t(UValue); in get_vec_i16imm()1570 uint64_t UValue = CN->getZExtValue(); in get_vec_i10imm() local1571 uint32_t upper = uint32_t(UValue >> 32); in get_vec_i10imm()1572 uint32_t lower = uint32_t(UValue); in get_vec_i10imm()