Home
last modified time | relevance | path

Searched refs:mips_int_operand_max (Results 1 – 4 of 4) sorted by relevance

/toolchain/binutils/binutils-2.25/include/opcode/
Dmips.h685 mips_int_operand_max (const struct mips_int_operand *operand) in mips_int_operand_max() function
698 return mips_int_operand_max (operand) - (mask << operand->shift); in mips_int_operand_min()
DChangeLog270 (mips_int_operand_min, mips_int_operand_max): New functions.
/toolchain/binutils/binutils-2.25/gas/config/
Dtc-mips.c5019 max_val = mips_int_operand_max (operand); in match_int_operand()
13904 max_val = mips_int_operand_max (operand); in mips16_immed_in_range_p()
16903 maxtiny = mips_int_operand_max (operand); in mips16_extended_frag()
/toolchain/binutils/binutils-2.25/gas/
DChangeLog-2013581 and mips_int_operand_max.