Home
last modified time | relevance | path

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

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