Home
last modified time | relevance | path

Searched defs:Rot (Results 1 – 5 of 5) sorted by relevance

/external/llvm/lib/Target/ARM/MCTargetDesc/
DARMAddressingModes.h321 int Rot = getT2SOImmValRotateVal(Arg); in getT2SOImmVal() local
/external/llvm/unittests/ADT/
DAPIntTest.cpp721 APInt Rot(256, "3fff80000000000000000000000000000000000040008000", 16); in TEST() local
/external/llvm/lib/Target/ARM/InstPrinter/
DARMInstPrinter.cpp1409 unsigned Rot = (Op.getImm() & 0xF00) >> 7; in printModImmOperand() local
/external/llvm/lib/Target/ARM/AsmParser/
DARMAsmParser.cpp529 unsigned Rot; member
2663 static std::unique_ptr<ARMOperand> CreateModImm(unsigned Bits, unsigned Rot, in CreateModImm()
/external/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp3600 if (SDNode *Rot = MatchRotate(N0, N1, SDLoc(N))) in visitOR() local
3810 SDValue Rot = DAG.getNode(HasROTL ? ISD::ROTL : ISD::ROTR, DL, VT, in MatchRotate() local