Searched refs:max_val (Results 1 – 7 of 7) sorted by relevance
517 unsigned int max_val; member676 uval |= (operand->max_val - uval) & -(1 << operand->root.size); in mips_decode_int_operand()687 return (operand->max_val + operand->bias) << operand->shift; in mips_int_operand_max()
141 unsigned int max_val; member
5013 int min_val, max_val, factor; in match_int_operand() local5019 max_val = mips_int_operand_max (operand); in match_int_operand()5025 && (operand->max_val == 32767 || operand->max_val == 65535)) in match_int_operand()5055 if (sval > max_val) in match_int_operand()5057 max_val = ((1 << operand_base->size) - 1) << operand->shift; in match_int_operand()5058 if (!arg->lax_match && sval <= max_val) in match_int_operand()5070 if (sval < min_val || sval > max_val || sval % factor) in match_int_operand()5142 int min_val, max_val, max_high; in match_msb_operand() local5147 max_val = min_val + (1 << operand_base->size) - 1; in match_msb_operand()5156 if (size < 0 || high > max_high || sval < min_val || sval > max_val) in match_msb_operand()[all …]
2481 if (opct->fixed_fields[fld].min_val == opct->fixed_fields[fld].max_val) in tic6x_try_encode()3048 || value > opct->fixed_fields[ffld].max_val)) in tic6x_try_encode()
954 int max_val = (1 << (bits - 1)) - 1; in within_signed_range() local955 return (value <= max_val) && (value >= min_val); in within_signed_range()
454 || field_bits > opc->fixed_fields[fix].max_val) in print_insn_tic6x()
1220 int max_val = (1 << (bits - 1)) - 1; in within_signed_range() local1221 return (value <= max_val) && (value >= min_val); in within_signed_range()