Searched refs:shift_low (Results 1 – 2 of 2) sorted by relevance
1578 int shift_low = CountTrailingZeros(imm, reg_size); in MoveImmediateForShiftedOp() local1584 shift_low = std::min(shift_low, 4); in MoveImmediateForShiftedOp()1586 int64_t imm_low = imm >> shift_low; in MoveImmediateForShiftedOp()1596 return Operand(dst, LSL, shift_low); in MoveImmediateForShiftedOp()
447 int shift_low = CountTrailingZeros(imm, reg_size); in MoveImmediateForShiftedOp() local448 int64_t imm_low = imm >> shift_low; in MoveImmediateForShiftedOp()461 return Operand(dst, LSL, shift_low); in MoveImmediateForShiftedOp()