Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMAddressingModes.h148 unsigned TZ2 = countTrailingZeros(Imm & ~63U); in getSOImmValRotate() local
149 unsigned RotAmt2 = TZ2 & ~1; in getSOImmValRotate()