Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AVR/
HDAVRISelLowering.h53 ROR, ///< Bit rotate right. enumerator
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
HDARMUtils.h182 static inline uint32_t ROR(const uint32_t value, const uint32_t amount, in ROR() function
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AArch64/Utils/
HDAArch64BaseInfo.h609 ROR, enumerator
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AArch64/MCTargetDesc/
HDAArch64AddressingModes.h37 ROR, enumerator
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
HDDAGCombiner.cpp7958 if (SDValue ROR = reassociateOps(ISD::OR, DL, N0, N1, N->getFlags())) in visitOR() local