Searched defs:rotate (Results 1 – 3 of 3) sorted by relevance
45 ShifterOperand(uint32_t rotate, uint32_t immed8) : type_(kImmediate), rm_(kNoRegister), in ShifterOperand()
163 uint32_t rotate = ((instruction >> 8) & 0xf); in ShiftedImmediate() local379 int32_t rotate = (imm12 >> 7) & 0x1F; in ThumbExpand() local
253 static uint64_t RotateRight(uint64_t value, unsigned rotate, unsigned width) { in RotateRight()