Searched refs:shift_low (Results 1 – 2 of 2) sorted by relevance
1309 int shift_low = CountTrailingZeros(imm, reg_size); in MoveImmediateForShiftedOp() local1310 int64_t imm_low = imm >> shift_low; in MoveImmediateForShiftedOp()1320 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()