Home
last modified time | relevance | path

Searched refs:RotAmt2 (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMAddressingModes.h135 unsigned RotAmt2 = TZ2 & ~1; in getSOImmValRotate() local
136 if ((llvm::rotr<uint32_t>(Imm, RotAmt2) & ~255U) == 0) in getSOImmValRotate()
137 return (32-RotAmt2)&31; // HW rotates right, not left. in getSOImmValRotate()