Home
last modified time | relevance | path

Searched defs:ROR (Results 1 – 16 of 16) sorted by relevance

/external/llvm/lib/Target/AVR/
DAVRISelLowering.h41 ROR, ///< Bit rotate right. enumerator
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AVR/
DAVRISelLowering.h42 ROR, ///< Bit rotate right. enumerator
/external/python/cpython3/Modules/
Dsha256module.c112 #define ROR(x, y)\ macro
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/Utils/
DAArch64BaseInfo.h398 ROR, enumerator
/external/python/cpython2/Modules/
Dsha256module.c113 #define ROR(x, y)\ macro
/external/llvm/lib/Target/AArch64/Utils/
DAArch64BaseInfo.h357 ROR, enumerator
/external/llvm/lib/Target/AArch64/MCTargetDesc/
DAArch64AddressingModes.h37 ROR, enumerator
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/MCTargetDesc/
DAArch64AddressingModes.h37 ROR, enumerator
/external/v8/src/arm/
Dconstants-arm.h240 ROR = 3 << 5, // Rotate right. enumerator
/external/vixl/src/aarch32/
Dinstructions-aarch32.h1051 enum ShiftType { LSL = 0x0, LSR = 0x1, ASR = 0x2, ROR = 0x3, RRX = 0x4 }; enumerator
/external/vixl/doc/aarch64/
Dsupported-instructions-aarch64.md962 ### ROR ### subsection
/external/v8/src/arm64/
Dconstants-arm64.h369 ROR = 0x3, enumerator
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp2773 SDValue ROR = ReassociateOps(ISD::OR, N->getDebugLoc(), N0, N1); in visitOR() local
/external/vixl/src/aarch64/
Dconstants-aarch64.h285 ROR = 0x3, enumerator
/external/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp3835 if (SDValue ROR = ReassociateOps(ISD::OR, SDLoc(N), N0, N1)) in visitOR() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp5127 if (SDValue ROR = ReassociateOps(ISD::OR, SDLoc(N), N0, N1)) in visitOR() local