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

/external/swiftshader/third_party/LLVM/lib/Target/ARM/MCTargetDesc/
H A DARMAddressingModes.h320 int Rot = getT2SOImmValRotateVal(Arg); local
321 if (Rot != -1)
322 return Rot;
/external/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMAddressingModes.h321 int Rot = getT2SOImmValRotateVal(Arg); local
322 if (Rot != -1)
323 return Rot;
/external/capstone/arch/ARM/
H A DARMAddressingModes.h341 int Rot; local
348 Rot = getT2SOImmValRotateVal(Arg);
349 if (Rot != -1)
350 return Rot;
/external/llvm/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp553 unsigned Rot; member in struct:__anon14271::ARMOperand::ModImmOp
1857 Inst.addOperand(MCOperand::createImm(ModImm.Bits | (ModImm.Rot << 7)));
2693 static std::unique_ptr<ARMOperand> CreateModImm(unsigned Bits, unsigned Rot, argument
2697 Op->ModImm.Rot = Rot;
2967 << ModImm.Rot << ")>";

Completed in 714 milliseconds