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

  /src/external/gpl3/gcc/dist/gcc/config/alpha/
alpha.cc 1258 then they'll be in a different block from their ldgp. Which could lead
1260 containing the call and branch to the block containing the ldgp. */
9279 int prev_in_use, in_use, len, ldgp;
9298 ldgp = alpha_function_needs_gp ? 8 : 0;
9356 /* We may not insert padding inside the initial ldgp sequence. */
9357 else if (ldgp > 0)
9358 ldgp -= len;
9257 int prev_in_use, in_use, len, ldgp; local
  /src/external/gpl3/gcc.old/dist/gcc/config/alpha/
alpha.cc 1257 then they'll be in a different block from their ldgp. Which could lead
1259 containing the call and branch to the block containing the ldgp. */
9270 int prev_in_use, in_use, len, ldgp;
9289 ldgp = alpha_function_needs_gp ? 8 : 0;
9347 /* We may not insert padding inside the initial ldgp sequence. */
9348 else if (ldgp > 0)
9349 ldgp -= len;
9248 int prev_in_use, in_use, len, ldgp; local

Completed in 41 milliseconds