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

  /src/external/gpl3/gcc/dist/gcc/config/rs6000/
rs6000.cc 9612 static rtx global_tlsarg;
9714 global_tlsarg = arg;
9716 global_tlsarg = NULL_RTX;
9730 global_tlsarg = arg;
9732 global_tlsarg = NULL_RTX;
25992 if (global_tlsarg)
25993 tlsarg = global_tlsarg;
26156 if (global_tlsarg)
26157 tlsarg = global_tlsarg;
26212 if (global_tlsarg)
9599 static rtx global_tlsarg; variable
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/config/rs6000/
rs6000.cc 9537 static rtx global_tlsarg;
9639 global_tlsarg = arg;
9641 global_tlsarg = NULL_RTX;
9655 global_tlsarg = arg;
9657 global_tlsarg = NULL_RTX;
25556 if (global_tlsarg)
25557 tlsarg = global_tlsarg;
25720 if (global_tlsarg)
25721 tlsarg = global_tlsarg;
25776 if (global_tlsarg)
9524 static rtx global_tlsarg; variable
    [all...]

Completed in 58 milliseconds