Home
last modified time | relevance | path

Searched refs:max_val (Results 1 – 7 of 7) sorted by relevance

/toolchain/binutils/binutils-2.25/include/opcode/
Dmips.h517 unsigned int max_val; member
676 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()
Dtic6x.h141 unsigned int max_val; member
/toolchain/binutils/binutils-2.25/gas/config/
Dtc-mips.c5013 int min_val, max_val, factor; in match_int_operand() local
5019 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() local
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()
[all …]
Dtc-tic6x.c2481 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()
Dtc-metag.c954 int max_val = (1 << (bits - 1)) - 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.c454 || field_bits > opc->fixed_fields[fix].max_val) in print_insn_tic6x()
/toolchain/binutils/binutils-2.25/bfd/
Delf32-metag.c1220 int max_val = (1 << (bits - 1)) - 1; in within_signed_range() local
1221 return (value <= max_val) && (value >= min_val); in within_signed_range()