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

/haiku-buildtools/legacy/binutils/bfd/
H A Delf32-xtensa.c3189 int last_immed, last_opnd, opi;
3197 last_immed = XTENSA_UNDEFINED;
3205 last_immed = opi;
3208 if (last_immed == XTENSA_UNDEFINED
3210 last_immed = opi;
3212 if (last_immed < 0)
3220 if (reloc_opnd != last_immed)
3224 return last_immed;
3179 int last_immed, last_opnd, opi; local
/haiku-buildtools/binutils/bfd/
H A Delf32-xtensa.c3969 int last_immed, last_opnd, opi;
3977 last_immed = XTENSA_UNDEFINED;
3985 last_immed = opi;
3988 if (last_immed == XTENSA_UNDEFINED
3990 last_immed = opi;
3992 if (last_immed < 0)
4000 if (reloc_opnd != last_immed)
4004 return last_immed;
3960 int last_immed, last_opnd, opi; local
/haiku-buildtools/legacy/binutils/gas/config/
H A Dtc-xtensa.c2465 int last_immed = -1;
2478 if (last_immed == -1
2480 last_immed = opi;
2482 return last_immed;
2460 int last_immed = -1; local
/haiku-buildtools/binutils/gas/config/
H A Dtc-xtensa.c2588 int last_immed = -1;
2601 if (last_immed == -1
2603 last_immed = opi;
2605 return last_immed;
2583 int last_immed = -1; local

Completed in 237 milliseconds