Searched defs:ROR (Results 1 – 10 of 10) sorted by relevance
| /external/v8/test/mjsunit/compiler/ |
| D | rotate.js | 47 function ROR(x, sa) { class
|
| /external/lldb/source/Plugins/Process/Utility/ |
| D | ARMUtils.h | 190 static inline uint32_t ROR(const uint32_t value, const uint32_t amount, bool *success) in ROR() function
|
| /external/llvm/lib/Target/AArch64/MCTargetDesc/ |
| D | AArch64AddressingModes.h | 37 ROR, enumerator
|
| /external/v8/src/arm/ |
| D | constants-arm.h | 232 ROR = 3 << 5, // Rotate right. enumerator
|
| /external/v8/src/arm64/ |
| D | constants-arm64.h | 337 ROR = 0x3 enumerator
|
| /external/llvm/lib/Target/AArch64/Utils/ |
| D | AArch64BaseInfo.h | 471 ROR, enumerator
|
| /external/vixl/doc/ |
| D | supported-instructions.md | 975 ### ROR ### subsection
|
| /external/vixl/src/vixl/a64/ |
| D | constants-a64.h | 270 ROR = 0x3, enumerator
|
| /external/llvm/lib/CodeGen/SelectionDAG/ |
| D | DAGCombiner.cpp | 3578 if (SDValue ROR = ReassociateOps(ISD::OR, SDLoc(N), N0, N1)) in visitOR() local
|
| /external/valgrind/VEX/priv/ |
| D | guest_arm64_toIR.c | 3516 #define ROR(_v128,_nbytes) \ macro
|