HomeSort by: relevance | last modified time | path
    Searched defs:J_RANGE (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/binutils/dist/gas/config/
tc-xtensa.c 7463 #define J_RANGE (128 * 1024)
7684 but within the J_RANGE - J_MARGIN from the source. */
7707 if (vma_abs (off) >= J_RANGE - J_MARGIN)
7718 || vma_abs (off) >= J_RANGE - J_MARGIN)
9382 n = (vma_abs (delta) + J_RANGE - J_MARGIN - 1) / (J_RANGE - J_MARGIN);
9431 J_RANGE / 4 from the projected fulcrum. A trampoline w/o jump
9433 if (best < idx->n_entries && vma_abs (off) > J_RANGE / 4)
9437 if (vma_abs (off) < J_RANGE - J_MARGIN)
9503 if (vma_abs (delta) < J_RANGE - J_MARGIN
    [all...]
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-xtensa.c 7463 #define J_RANGE (128 * 1024)
7684 but within the J_RANGE - J_MARGIN from the source. */
7707 if (vma_abs (off) >= J_RANGE - J_MARGIN)
7718 || vma_abs (off) >= J_RANGE - J_MARGIN)
9382 n = (vma_abs (delta) + J_RANGE - J_MARGIN - 1) / (J_RANGE - J_MARGIN);
9431 J_RANGE / 4 from the projected fulcrum. A trampoline w/o jump
9433 if (best < idx->n_entries && vma_abs (off) > J_RANGE / 4)
9437 if (vma_abs (off) < J_RANGE - J_MARGIN)
9503 if (vma_abs (delta) < J_RANGE - J_MARGIN
    [all...]

Completed in 36 milliseconds