Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AVR/
H A DAVRISelLowering.h51 ROR, ///< Bit rotate right. enumerator
/netbsd-src/external/gpl3/binutils.old/dist/gas/config/
H A Drl78-parse.h150 ROR = 351, /* ROR */ enumerator
275 #define ROR 351 macro
H A Drl78-parse.c336 ROR = 351, /* ROR */ enumerator
461 #define ROR 351 macro
/netbsd-src/external/gpl3/binutils/dist/gas/config/
H A Drl78-parse.h150 ROR = 351, /* ROR */ enumerator
275 #define ROR 351 macro
H A Drl78-parse.c336 ROR = 351, /* ROR */ enumerator
461 #define ROR 351 macro
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/Utils/
H A DAArch64BaseInfo.h471 ROR, enumerator
/netbsd-src/external/gpl3/gdb.old/dist/sim/arm/
H A Darmemu.h45 #define ROR 3 macro
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64AddressingModes.h37 ROR, enumerator
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp6476 if (SDValue ROR = reassociateOps(ISD::OR, SDLoc(N), N0, N1, N->getFlags())) in visitOR() local