Searched refs:min_val (Results 1 – 6 of 6) sorted by relevance
138 unsigned int min_val; member
5013 int min_val, max_val, factor; in match_int_operand() local5018 min_val = mips_int_operand_min (operand); 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() local5146 min_val = operand->bias; in match_msb_operand()5147 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()5161 insn_insert_operand (arg->insn, operand_base, sval - min_val); in match_msb_operand()13901 int min_val, max_val; in mips16_immed_in_range_p() local13903 min_val = mips_int_operand_min (operand); in mips16_immed_in_range_p()[all …]
2481 if (opct->fixed_fields[fld].min_val == opct->fixed_fields[fld].max_val) in tic6x_try_encode()2487 opcode_value |= opct->fixed_fields[fld].min_val << fldd->bitfields[0].low_pos; in tic6x_try_encode()3047 && (value < opct->fixed_fields[ffld].min_val in tic6x_try_encode()
953 int min_val = -(1 << (bits - 1)); in within_signed_range() local955 return (value <= max_val) && (value >= min_val); in within_signed_range()
453 if (field_bits < opc->fixed_fields[fix].min_val in print_insn_tic6x()
1219 int min_val = -(1 << (bits - 1)); in within_signed_range() local1221 return (value <= max_val) && (value >= min_val); in within_signed_range()