Searched refs:CONSERVATIVE_24BIT_S1 (Results 1 - 1 of 1) sorted by relevance

/haiku-buildtools/binutils/bfd/
H A Delf32-nds32.c211 #define CONSERVATIVE_24BIT_S1 (0x1000000 - 4) macro
9058 if (pic_ext_target || foff == 0 || foff < -CONSERVATIVE_24BIT_S1
9059 || foff >= CONSERVATIVE_24BIT_S1)
9244 if (pic_ext_target || foff == 0 || foff < -CONSERVATIVE_24BIT_S1
9245 || foff >= CONSERVATIVE_24BIT_S1)
9286 else if (foff >= -CONSERVATIVE_24BIT_S1 && foff < CONSERVATIVE_24BIT_S1)
9378 if (pic_ext_target || foff == 0 || foff >= CONSERVATIVE_24BIT_S1
9379 || foff < -CONSERVATIVE_24BIT_S1)
9776 if (pic_ext_target || foff == 0 || foff < -CONSERVATIVE_24BIT_S1
[all...]

Completed in 71 milliseconds