Searched refs:shift_high (Results 1 – 2 of 2) sorted by relevance
1314 int shift_high = CountLeadingZeros(imm, reg_size); in MoveImmediateForShiftedOp() local1315 int64_t imm_high = (imm << shift_high) | ((INT64_C(1) << shift_high) - 1); in MoveImmediateForShiftedOp()1324 return Operand(dst, LSR, shift_high); in MoveImmediateForShiftedOp()
455 int shift_high = CountLeadingZeros(imm, reg_size); in MoveImmediateForShiftedOp() local456 int64_t imm_high = (imm << shift_high) | ((1 << shift_high) - 1); in MoveImmediateForShiftedOp()465 return Operand(dst, LSR, shift_high); in MoveImmediateForShiftedOp()