Searched defs:ROR (Results 1 – 12 of 12) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AVR/ |
D | AVRISelLowering.h | 41 ROR, ///< Bit rotate right. enumerator
|
/third_party/python/Modules/ |
D | sha256module.c | 116 #define ROR(x, y)\ macro
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/Utils/ |
D | AArch64BaseInfo.h | 455 ROR, enumerator
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/MCTargetDesc/ |
D | AArch64AddressingModes.h | 37 ROR, enumerator
|
/third_party/node/deps/v8/src/codegen/arm/ |
D | constants-arm.h | 231 ROR = 3 << 5, // Rotate right. enumerator
|
/third_party/pcre2/pcre2/src/sljit/ |
D | sljitNativeX86_common.c | 243 #define ROR (/* SHIFT */ 1 << 3) macro
|
/third_party/vixl/src/aarch32/ |
D | instructions-aarch32.h | 1054 enum ShiftType { LSL = 0x0, LSR = 0x1, ASR = 0x2, ROR = 0x3, RRX = 0x4 }; enumerator
|
/third_party/skia/src/core/ |
D | SkVM.h | 330 enum Shift { LSL,LSR,ASR,ROR }; enumerator
|
/third_party/node/deps/v8/src/codegen/arm64/ |
D | constants-arm64.h | 365 ROR = 0x3, enumerator
|
/third_party/vixl/doc/aarch64/ |
D | supported-instructions-aarch64.md | 2268 ### ROR ### subsection
|
/third_party/vixl/src/aarch64/ |
D | constants-aarch64.h | 353 ROR = 0x3, enumerator
|
/third_party/skia/third_party/externals/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
|