Searched refs:max_shift (Results 1 – 5 of 5) sorted by relevance
287 int max_shift; in BN_mod_lshift_quick() local290 max_shift = BN_num_bits(m) - BN_num_bits(r); in BN_mod_lshift_quick()293 if (max_shift < 0) { in BN_mod_lshift_quick()298 if (max_shift > n) in BN_mod_lshift_quick()299 max_shift = n; in BN_mod_lshift_quick()301 if (max_shift) { in BN_mod_lshift_quick()302 if (!BN_lshift(r, r, max_shift)) in BN_mod_lshift_quick()304 n -= max_shift; in BN_mod_lshift_quick()
301 int max_shift; in BN_mod_lshift_quick() local304 max_shift = BN_num_bits(m) - BN_num_bits(r); in BN_mod_lshift_quick()307 if (max_shift < 0) { in BN_mod_lshift_quick()312 if (max_shift > n) in BN_mod_lshift_quick()313 max_shift = n; in BN_mod_lshift_quick()315 if (max_shift) { in BN_mod_lshift_quick()316 if (!BN_lshift(r, r, max_shift)) in BN_mod_lshift_quick()318 n -= max_shift; in BN_mod_lshift_quick()
3460 int max_shift = GET_MODE_BITSIZE (mode) - 1; in msp430_output_asm_shift_insns() local3466 if (amt == 0 || amt > max_shift) in msp430_output_asm_shift_insns()
3668 unsigned max_shift = IS_CSKY_V1 (mach_flag) ? 31 : 32; in get_operand_value() local3670 if (is_imm_within_range (oper, 1, max_shift)) in get_operand_value()
3646 unsigned max_shift = IS_CSKY_V1 (mach_flag) ? 31 : 32; in get_operand_value() local3648 if (is_imm_within_range (oper, 1, max_shift)) in get_operand_value()