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

/freebsd-11.0-release/contrib/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMAddressingModes.h157 unsigned RotAmt2 = TZ2 & ~1; local
158 if ((rotr32(Imm, RotAmt2) & ~255U) == 0)
159 return (32-RotAmt2)&31; // HW rotates right, not left.

Completed in 34 milliseconds