Home
last modified time | relevance | path

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

/external/llvm/lib/Target/AVR/
DAVRISelLowering.h41 ROR, ///< Bit rotate right. enumerator
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AVR/
DAVRISelLowering.h41 ROR, ///< Bit rotate right. enumerator
/external/llvm-project/llvm/lib/Target/AVR/
DAVRISelLowering.h41 ROR, ///< Bit rotate right. enumerator
/external/python/cpython3/Modules/
Dsha256module.c103 #define ROR(x, y)\ macro
/external/llvm-project/lldb/source/Plugins/Process/Utility/
DARMUtils.h181 static inline uint32_t ROR(const uint32_t value, const uint32_t amount, in ROR() function
/external/llvm/lib/Target/AArch64/Utils/
DAArch64BaseInfo.h357 ROR, enumerator
/external/python/cpython2/Modules/
Dsha256module.c113 #define ROR(x, y)\ macro
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/Utils/
DAArch64BaseInfo.h455 ROR, enumerator
/external/llvm-project/llvm/lib/Target/AArch64/Utils/
DAArch64BaseInfo.h455 ROR, enumerator
/external/llvm/lib/Target/AArch64/MCTargetDesc/
DAArch64AddressingModes.h37 ROR, enumerator
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/MCTargetDesc/
DAArch64AddressingModes.h37 ROR, enumerator
/external/llvm-project/llvm/lib/Target/AArch64/MCTargetDesc/
DAArch64AddressingModes.h37 ROR, enumerator
/external/vixl/src/aarch32/
Dinstructions-aarch32.h1051 enum ShiftType { LSL = 0x0, LSR = 0x1, ASR = 0x2, ROR = 0x3, RRX = 0x4 }; enumerator
/external/skia/src/core/
DSkVM.h330 enum Shift { LSL,LSR,ASR,ROR }; enumerator
/external/vixl/doc/aarch64/
Dsupported-instructions-aarch64.md2273 ### ROR ### subsection
/external/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp3835 if (SDValue ROR = ReassociateOps(ISD::OR, SDLoc(N), N0, N1)) in visitOR() local
/external/vixl/src/aarch64/
Dconstants-aarch64.h353 ROR = 0x3, enumerator
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp5913 if (SDValue ROR = reassociateOps(ISD::OR, SDLoc(N), N0, N1, N->getFlags())) in visitOR() local
/external/llvm-project/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp6326 if (SDValue ROR = reassociateOps(ISD::OR, SDLoc(N), N0, N1, N->getFlags())) in visitOR() local