Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/gas/config/
Dtc-mips.c9756 addressT low_mask; in offset_high_part() local
9761 low_mask = bias * 2 - 1; in offset_high_part()
9762 return (value + bias) & ~low_mask; in offset_high_part()