Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.27/gas/config/
Dtc-mips.c9650 addressT low_mask; in offset_high_part() local
9655 low_mask = bias * 2 - 1; in offset_high_part()
9656 return (value + bias) & ~low_mask; in offset_high_part()