Searched defs:ROR (Results 1 - 7 of 7) sorted by path

/external/chromium_org/v8/src/arm/
H A Dconstants-arm.h232 ROR = 3 << 5, // Rotate right. enumerator in enum:v8::internal::ShiftOp
234 // RRX is encoded as ROR with shift_imm == 0.
237 // detect it and emit the correct ROR shift operand with shift_imm == 0.
/external/chromium_org/v8/src/arm64/
H A Dconstants-arm64.h337 ROR = 0x3 enumerator in enum:v8::internal::Shift
/external/chromium_org/v8/test/mjsunit/compiler/
H A Drotate.js47 function ROR(x, sa) { function
67 assertEquals(1 << ((2 % 32)), ROR(1, 30));
68 assertEquals(1 << ((2 % 32)), ROR(1, 30));
69 %OptimizeFunctionOnNextCall(ROR);
70 assertEquals(1 << ((2 % 32)), ROR(1, 30));
/external/lldb/source/Plugins/Process/Utility/
H A DARMUtils.h190 static inline uint32_t ROR(const uint32_t value, const uint32_t amount, bool *success) function in namespace:lldb_private
/external/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64AddressingModes.h37 ROR, enumerator in enum:llvm::AArch64_AM::ShiftExtendType
58 case AArch64_AM::ROR: return "ror";
79 case 3: return AArch64_AM::ROR;
107 case AArch64_AM::ROR: STEnc = 3; break;
/external/llvm/lib/Target/AArch64/Utils/
H A DAArch64BaseInfo.h456 ROR, enumerator in enum:llvm::AArch64SE::ShiftExtSpecifiers
/external/vixl/src/a64/
H A Dconstants-a64.h227 ROR = 0x3 enumerator in enum:vixl::Shift

Completed in 763 milliseconds