Home
last modified time | relevance | path

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

/external/capstone/arch/ARM/
DARMAddressingModes.h170 unsigned RotAmt2 = TZ2 & ~1; in getSOImmValRotate() local
171 if ((rotr32(Imm, RotAmt2) & ~255U) == 0) in getSOImmValRotate()
172 return (32-RotAmt2)&31; // HW rotates right, not left. in getSOImmValRotate()
/external/swiftshader/third_party/LLVM/lib/Target/ARM/MCTargetDesc/
DARMAddressingModes.h156 unsigned RotAmt2 = TZ2 & ~1; in getSOImmValRotate() local
157 if ((rotr32(Imm, RotAmt2) & ~255U) == 0) in getSOImmValRotate()
158 return (32-RotAmt2)&31; // HW rotates right, not left. in getSOImmValRotate()
/external/llvm/lib/Target/ARM/MCTargetDesc/
DARMAddressingModes.h157 unsigned RotAmt2 = TZ2 & ~1; in getSOImmValRotate() local
158 if ((rotr32(Imm, RotAmt2) & ~255U) == 0) in getSOImmValRotate()
159 return (32-RotAmt2)&31; // HW rotates right, not left. in getSOImmValRotate()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/MCTargetDesc/
DARMAddressingModes.h147 unsigned RotAmt2 = TZ2 & ~1; in getSOImmValRotate() local
148 if ((rotr32(Imm, RotAmt2) & ~255U) == 0) in getSOImmValRotate()
149 return (32-RotAmt2)&31; // HW rotates right, not left. in getSOImmValRotate()