Home
last modified time | relevance | path

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

/aosp_15_r20/external/llvm/lib/Target/AVR/
H A DAVRISelLowering.h41 ROR, ///< Bit rotate right. enumerator
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AVR/
H A DAVRISelLowering.h41 ROR, ///< Bit rotate right. enumerator
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AVR/
H A DAVRISelLowering.h53 ROR, ///< Bit rotate right. enumerator
/aosp_15_r20/external/python/cpython2/Modules/
Dsha256module.c113 #define ROR(x, y)\ macro
/aosp_15_r20/external/llvm/lib/Target/AArch64/Utils/
H A DAArch64BaseInfo.h357 ROR, enumerator
/aosp_15_r20/external/python/cpython3/Modules/
Dsha256module.c119 #define ROR(x, y)\ macro
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/Utils/
H A DAArch64BaseInfo.h455 ROR, enumerator
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AArch64/Utils/
H A DAArch64BaseInfo.h613 ROR, enumerator
/aosp_15_r20/external/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64AddressingModes.h37 ROR, enumerator
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64AddressingModes.h37 ROR, enumerator
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64AddressingModes.h38 ROR, enumerator
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/
Dtables.go250 ROR const
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/arch/x86/x86asm/
Dtables.go9195 ROR const
/aosp_15_r20/external/vixl/src/aarch32/
H A Dinstructions-aarch32.h1053 enum ShiftType { LSL = 0x0, LSR = 0x1, ASR = 0x2, ROR = 0x3, RRX = 0x4 }; enumerator
/aosp_15_r20/external/pcre/src/sljit/
H A DsljitNativeX86_common.c309 #define ROR (/* SHIFT */ 1 << 3) macro
/aosp_15_r20/external/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp3835 if (SDValue ROR = ReassociateOps(ISD::OR, SDLoc(N), N0, N1)) in visitOR() local
/aosp_15_r20/external/vixl/doc/aarch64/
H A Dsupported-instructions-aarch64.md2268 ### ROR ### subsection
/aosp_15_r20/external/vixl/src/aarch64/
H A Dconstants-aarch64.h353 ROR = 0x3, enumerator
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp5913 if (SDValue ROR = reassociateOps(ISD::OR, SDLoc(N), N0, N1, N->getFlags())) in visitOR() local
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/arch/arm/armasm/
Dtables.go1394 ROR const
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp7231 if (SDValue ROR = reassociateOps(ISD::OR, SDLoc(N), N0, N1, N->getFlags())) in visitOR() local