Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.27/gas/config/
Dtc-mips.c9665 small_offset_p (unsigned int range, unsigned int align, unsigned int offbits) in small_offset_p() function
10387 if (small_offset_p (0, align, 16)) in macro()
11624 if (small_offset_p (0, align, 16)) in macro()
11632 else if (small_offset_p (0, align, offbits)) in macro()
12279 if (small_offset_p (0, align, 16)) in macro()
12282 if (!small_offset_p (4, align, 16)) in macro()
13214 large_offset = !small_offset_p (off, align, offbits); in macro()
13221 if (small_offset_p (0, align, 16)) in macro()
/toolchain/binutils/binutils-2.27/gas/
DChangeLog-2013951 (offset_high_part, small_offset_p): New functions.