HomeSort by relevance Sort by last modified time
    Searched defs:Rot (Results 1 - 9 of 9) sorted by null

  /art/libartbase/base/
bit_utils.h 350 inline static T Rot(T opnd, int distance) {
  /external/llvm/lib/Target/ARM/MCTargetDesc/
ARMAddressingModes.h 321 int Rot = getT2SOImmValRotateVal(Arg);
322 if (Rot != -1)
323 return Rot;
  /external/swiftshader/third_party/LLVM/lib/Target/ARM/MCTargetDesc/
ARMAddressingModes.h 320 int Rot = getT2SOImmValRotateVal(Arg);
321 if (Rot != -1)
322 return Rot;
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/MCTargetDesc/
ARMAddressingModes.h 311 int Rot = getT2SOImmValRotateVal(Arg);
312 if (Rot != -1)
313 return Rot;
  /external/capstone/arch/ARM/
ARMAddressingModes.h 341 int Rot;
348 Rot = getT2SOImmValRotateVal(Arg);
349 if (Rot != -1)
350 return Rot;
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
SimplifyCFG.cpp     [all...]
  /external/llvm/lib/Target/ARM/AsmParser/
ARMAsmParser.cpp 553 unsigned Rot;
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/AsmParser/
ARMAsmParser.cpp 787 unsigned Rot;
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DAGCombiner.cpp     [all...]

Completed in 2588 milliseconds