Searched defs:UImm (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ExpandImm.cpp44 static bool tryToreplicateChunks(uint64_t UImm, argument
152 static bool trySequenceOfOnes(uint64_t UImm, argument
328 uint64_t UImm = Imm << (64 - BitSize) >> (64 - BitSize); local
[all...]
H A DAArch64InstrInfo.cpp678 uint64_t UImm = Imm << (64 - BitSize) >> (64 - BitSize); local
4437 uint64_t UImm = SignExtend64(Imm, BitSize); local
4528 uint64_t UImm = SignExtend64(-Imm, BitSize); local

Completed in 114 milliseconds