Lines Matching refs:imm_r
281 unsigned imm_r = (value >> 6) & 0x3f;284 // An integer is constructed from the n, imm_s and imm_r bits according to303 return RotateRight(bits, imm_r, 64);311 return RepeatBitsAcrossReg(is_wide, RotateRight(bits, imm_r & mask, width), width);