Searched defs:RRX (Results 1 - 3 of 3) sorted by relevance

/external/lldb/source/Plugins/Process/Utility/
H A DARMUtils.h210 static inline uint32_t RRX(const uint32_t value, const uint32_t carry_in, bool *success) function in namespace:lldb_private
/external/llvm/lib/Target/ARM/
H A DARMISelLowering.h75 RRX, // V = RRX X, Flag -> srl X, 1 + shift in carry flag. enumerator in enum:llvm::ARMISD::NodeType
/external/chromium_org/v8/src/arm/
H A Dconstants-arm.h234 // RRX is encoded as ROR with shift_imm == 0.
235 // Use a special code to make the distinction. The RRX ShiftOp is only used
238 RRX = -1, enumerator in enum:v8::internal::ShiftOp

Completed in 649 milliseconds