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

/external/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMAddressingModes.h156 unsigned TZ2 = CountTrailingZeros_32(Imm & ~63U); local
157 unsigned RotAmt2 = TZ2 & ~1;

Completed in 43 milliseconds