Home | History | Annotate | Download | only in arm64

Lines Matching full:shift_high

455     int shift_high = CountLeadingZeros(imm, reg_size);
456 int64_t imm_high = (imm << shift_high) | ((1 << shift_high) - 1);
465 return Operand(dst, LSR, shift_high);