Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.27/gas/config/
Dtc-mips.c5126 int min_val, max_val, max_high; in match_msb_operand() local
5132 max_high = operand->opsize; in match_msb_operand()
5140 if (size < 0 || high > max_high || sval < min_val || sval > max_val) in match_msb_operand()