Home | History | Annotate | Download | only in a64

Lines Matching full:shift_high

1335     int shift_high = CountLeadingZeros(imm, reg_size);
1336 int64_t imm_high = (imm << shift_high) | ((INT64_C(1) << shift_high) - 1);
1345 return Operand(dst, LSR, shift_high);