/external/llvm/lib/Target/AVR/ |
D | AVRISelLowering.h | 41 ROR, ///< Bit rotate right. enumerator
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AVR/ |
D | AVRISelLowering.h | 41 ROR, ///< Bit rotate right. enumerator
|
/external/llvm-project/llvm/lib/Target/AVR/ |
D | AVRISelLowering.h | 41 ROR, ///< Bit rotate right. enumerator
|
/external/python/cpython3/Modules/ |
D | sha256module.c | 103 #define ROR(x, y)\ macro
|
/external/llvm-project/lldb/source/Plugins/Process/Utility/ |
D | ARMUtils.h | 181 static inline uint32_t ROR(const uint32_t value, const uint32_t amount, in ROR() function
|
/external/llvm/lib/Target/AArch64/Utils/ |
D | AArch64BaseInfo.h | 357 ROR, enumerator
|
/external/python/cpython2/Modules/ |
D | sha256module.c | 113 #define ROR(x, y)\ macro
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/Utils/ |
D | AArch64BaseInfo.h | 455 ROR, enumerator
|
/external/llvm-project/llvm/lib/Target/AArch64/Utils/ |
D | AArch64BaseInfo.h | 455 ROR, enumerator
|
/external/llvm/lib/Target/AArch64/MCTargetDesc/ |
D | AArch64AddressingModes.h | 37 ROR, enumerator
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/MCTargetDesc/ |
D | AArch64AddressingModes.h | 37 ROR, enumerator
|
/external/llvm-project/llvm/lib/Target/AArch64/MCTargetDesc/ |
D | AArch64AddressingModes.h | 37 ROR, enumerator
|
/external/vixl/src/aarch32/ |
D | instructions-aarch32.h | 1051 enum ShiftType { LSL = 0x0, LSR = 0x1, ASR = 0x2, ROR = 0x3, RRX = 0x4 }; enumerator
|
/external/skia/src/core/ |
D | SkVM.h | 330 enum Shift { LSL,LSR,ASR,ROR }; enumerator
|
/external/vixl/doc/aarch64/ |
D | supported-instructions-aarch64.md | 2273 ### ROR ### subsection
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | DAGCombiner.cpp | 3835 if (SDValue ROR = ReassociateOps(ISD::OR, SDLoc(N), N0, N1)) in visitOR() local
|
/external/vixl/src/aarch64/ |
D | constants-aarch64.h | 353 ROR = 0x3, enumerator
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
D | DAGCombiner.cpp | 5913 if (SDValue ROR = reassociateOps(ISD::OR, SDLoc(N), N0, N1, N->getFlags())) in visitOR() local
|
/external/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
D | DAGCombiner.cpp | 6326 if (SDValue ROR = reassociateOps(ISD::OR, SDLoc(N), N0, N1, N->getFlags())) in visitOR() local
|