Searched refs:shift_low (Results 1 – 2 of 2) sorted by relevance
1625 int shift_low = CountTrailingZeros(imm, reg_size); in MoveImmediateForShiftedOp() local1631 shift_low = std::min(shift_low, 4); in MoveImmediateForShiftedOp()1633 int64_t imm_low = imm >> shift_low; in MoveImmediateForShiftedOp()1643 return Operand(dst, LSL, shift_low); in MoveImmediateForShiftedOp()
671 int shift_low = CountTrailingZeros(imm, reg_size); in MoveImmediateForShiftedOp() local677 shift_low = std::min(shift_low, 4); in MoveImmediateForShiftedOp()679 int64_t imm_low = imm >> shift_low; in MoveImmediateForShiftedOp()692 return Operand(dst, LSL, shift_low); in MoveImmediateForShiftedOp()