Searched defs:UImm (Results 1 – 5 of 5) sorted by relevance
43 static bool tryToreplicateChunks(uint64_t UImm, in tryToreplicateChunks()150 static bool trySequenceOfOnes(uint64_t UImm, in trySequenceOfOnes()288 decomposeIntoOrrOfLogicalImmediates(uint64_t UImm) { in decomposeIntoOrrOfLogicalImmediates()316 static bool tryOrrOfLogicalImmediates(uint64_t UImm, in tryOrrOfLogicalImmediates()341 static bool tryAndOfLogicalImmediates(uint64_t UImm, in tryAndOfLogicalImmediates()556 uint64_t UImm = Imm << (64 - BitSize) >> (64 - BitSize); in expandMOVImm() local
153 T UImm = static_cast<T>(Imm); splitBitmaskImm() local
7069 uint64_t UImm = SignExtend64(Imm, BitSize); genAlternativeCodeSequence() local 7178 uint64_t UImm = SignExtend64(-Imm, BitSize); genAlternativeCodeSequence() local
1836 else if (auto UImm = Int.tryZExtValue(); !Int.isSigned() && UImm.has_value()) parseImmediateOperand() local
17500 uint64_t UImm = static_cast<uint64_t>(Imm); decomposeMulByConstant() local