Home
last modified time | relevance | path

Searched defs:RotatedImm (Results 1 – 2 of 2) sorted by relevance

/freebsd-src/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ExpandImm.cpp436 uint64_t RotatedImm = rotr<uint64_t>(Imm, Rotation); in tryEorOfLogicalImmediates() local
580 uint64_t RotatedImm = (UImm << 32) | (UImm >> 32); expandMOVImm() local
H A DAArch64ISelLowering.cpp2014 uint64_t RotatedImm = optimizeLogicalImm() local
[all...]