Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.27/gas/config/
Dtc-xtensa.c7760 #define MAX_IMMED6 65 macro
7784 while (fragP != NULL && fragP != target_frag && max_distance <= MAX_IMMED6) in is_narrow_branch_guaranteed_in_range()
7789 if (max_distance <= MAX_IMMED6 && fragP == target_frag) in is_narrow_branch_guaranteed_in_range()
/toolchain/binutils/binutils-2.27/gas/
DChangeLog-2004241 * config/tc-xtensa.c (MAX_IMMED6): Change value to 65.