Home
last modified time | relevance | path

Searched refs:min_val (Results 1 – 6 of 6) sorted by relevance

/toolchain/binutils/binutils-2.25/include/opcode/
Dtic6x.h138 unsigned int min_val; member
/toolchain/binutils/binutils-2.25/gas/config/
Dtc-mips.c5013 int min_val, max_val, factor; in match_int_operand() local
5018 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() local
5146 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() local
13903 min_val = mips_int_operand_min (operand); in mips16_immed_in_range_p()
[all …]
Dtc-tic6x.c2481 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()
Dtc-metag.c953 int min_val = -(1 << (bits - 1)); in within_signed_range() local
955 return (value <= max_val) && (value >= min_val); in within_signed_range()
/toolchain/binutils/binutils-2.25/opcodes/
Dtic6x-dis.c453 if (field_bits < opc->fixed_fields[fix].min_val in print_insn_tic6x()
/toolchain/binutils/binutils-2.25/bfd/
Delf32-metag.c1219 int min_val = -(1 << (bits - 1)); in within_signed_range() local
1221 return (value <= max_val) && (value >= min_val); in within_signed_range()