HomeSort by: relevance | last modified time | path
    Searched defs:Rot (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Target/ARM/MCTargetDesc/
ARMAddressingModes.h 327 int Rot = getT2SOImmValRotateVal(Arg);
328 if (Rot != -1)
329 return Rot;
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
SimplifyCFG.cpp 6231 auto *Rot = Builder.CreateOr(LShr, Shl);
6232 SI->replaceUsesOfWith(SI->getCondition(), Rot);
  /src/external/apache2/llvm/dist/llvm/lib/Target/ARM/AsmParser/
ARMAsmParser.cpp 890 unsigned Rot;
2616 Inst.addOperand(MCOperand::createImm(ModImm.Bits | (ModImm.Rot << 7)));
3683 static std::unique_ptr<ARMOperand> CreateModImm(unsigned Bits, unsigned Rot,
3687 Op->ModImm.Rot = Rot;
4000 << ModImm.Rot << ")>";
5497 // From this point onward, we expect the input to be a (#bits, #rot) pair
5511 // Repeat for #rot

Completed in 48 milliseconds