Home
last modified time | relevance | path

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

/external/libgdx/extensions/gdx-box2d/gdx-box2d-gwt/src/com/badlogic/gdx/physics/box2d/gwt/emu/org/jbox2d/common/
DRot.java33 public class Rot implements Serializable { class
38 public Rot() { in Rot() method in Rot
42 public Rot(float angle) { in Rot() method in Rot
/external/llvm/lib/Target/ARM/MCTargetDesc/
DARMAddressingModes.h321 int Rot = getT2SOImmValRotateVal(Arg); in getT2SOImmVal() local
/external/llvm/unittests/ADT/
DAPIntTest.cpp797 APInt Rot(256, "3fff80000000000000000000000000000000000040008000", 16); in TEST() local
/external/llvm/lib/Target/ARM/InstPrinter/
DARMInstPrinter.cpp1398 unsigned Rot = (Op.getImm() & 0xF00) >> 7; in printModImmOperand() local
/external/llvm/lib/Target/ARM/AsmParser/
DARMAsmParser.cpp533 unsigned Rot; member
2586 static std::unique_ptr<ARMOperand> CreateModImm(unsigned Bits, unsigned Rot, in CreateModImm()
/external/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp3809 if (SDNode *Rot = MatchRotate(N0, N1, SDLoc(N))) in visitOR() local
4019 SDValue Rot = DAG.getNode(HasROTL ? ISD::ROTL : ISD::ROTR, DL, VT, in MatchRotate() local