Searched defs:Rot (Results 1 – 7 of 7) sorted by relevance
| /external/swiftshader/third_party/LLVM/lib/Target/ARM/MCTargetDesc/ |
| D | ARMAddressingModes.h | 320 int Rot = getT2SOImmValRotateVal(Arg); in getT2SOImmVal() local
|
| /external/llvm/lib/Target/ARM/MCTargetDesc/ |
| D | ARMAddressingModes.h | 321 int Rot = getT2SOImmValRotateVal(Arg); in getT2SOImmVal() local
|
| /external/llvm/unittests/ADT/ |
| D | APIntTest.cpp | 825 APInt Rot(256, "3fff80000000000000000000000000000000000040008000", 16); in TEST() local
|
| /external/llvm/lib/Target/ARM/InstPrinter/ |
| D | ARMInstPrinter.cpp | 1415 unsigned Rot = (Op.getImm() & 0xF00) >> 7; in printModImmOperand() local
|
| /external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/ |
| D | DAGCombiner.cpp | 2858 if (SDNode *Rot = MatchRotate(N0, N1, N->getDebugLoc())) in visitOR() local 2939 SDValue Rot; in MatchRotate() local
|
| /external/llvm/lib/Target/ARM/AsmParser/ |
| D | ARMAsmParser.cpp | 553 unsigned Rot; member 2693 static std::unique_ptr<ARMOperand> CreateModImm(unsigned Bits, unsigned Rot, in CreateModImm()
|
| /external/llvm/lib/CodeGen/SelectionDAG/ |
| D | DAGCombiner.cpp | 3857 if (SDNode *Rot = MatchRotate(N0, N1, SDLoc(N))) in visitOR() local 4067 SDValue Rot = DAG.getNode(HasROTL ? ISD::ROTL : ISD::ROTR, DL, VT, in MatchRotate() local
|