Home
last modified time | relevance | path

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

/external/dropbear/libtomcrypt/src/headers/
Dtomcrypt_macros.h240 #define ROR(x,n) _lrotr(x,n) macro
255 static inline unsigned ROR(unsigned word, int i) in ROR() function
298 static inline unsigned ROR(unsigned word, int i) in ROR() function
336 #define ROR(x, y) ( ((((unsigned long)(x)&0xFFFFFFFFUL)>>(unsigned long)((y)&31)) | ((unsigned long… macro
/external/chromium_org/v8/test/mjsunit/compiler/
Drotate.js47 function ROR(x, sa) { class
/external/v8/src/arm/
Dconstants-arm.h290 ROR = 3 << 5, // Rotate right. enumerator
/external/chromium_org/v8/src/arm/
Dconstants-arm.h255 ROR = 3 << 5, // Rotate right. enumerator
/external/llvm/lib/Target/AArch64/Utils/
DAArch64BaseInfo.h295 ROR, enumerator
/external/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp3150 SDValue ROR = ReassociateOps(ISD::OR, SDLoc(N), N0, N1); in visitOR() local