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

  /src/external/gpl3/gcc/dist/gcc/config/rl78/
rl78.cc 2474 static unsigned char content_memory [32 + NUM_STACK_LOCS];
2484 memset (content_memory, NOT_KNOWN, sizeof content_memory);
2490 /* Convert LOC into an index into the content_memory array.
2558 for (i = 0; i < sizeof content_memory; i++)
2559 if (content_memory[i] != NOT_KNOWN)
2562 fprintf (file, "%s\n", get_content_name (content_memory [i], QImode));
2572 gcc_assert (index < sizeof content_memory);
2574 content_memory [index] = val;
2576 content_memory [val] = index
2466 static unsigned char content_memory [32 + NUM_STACK_LOCS]; variable
    [all...]
rl78.cc 2474 static unsigned char content_memory [32 + NUM_STACK_LOCS];
2484 memset (content_memory, NOT_KNOWN, sizeof content_memory);
2490 /* Convert LOC into an index into the content_memory array.
2558 for (i = 0; i < sizeof content_memory; i++)
2559 if (content_memory[i] != NOT_KNOWN)
2562 fprintf (file, "%s\n", get_content_name (content_memory [i], QImode));
2572 gcc_assert (index < sizeof content_memory);
2574 content_memory [index] = val;
2576 content_memory [val] = index
2466 static unsigned char content_memory [32 + NUM_STACK_LOCS]; variable
    [all...]
rl78.cc 2474 static unsigned char content_memory [32 + NUM_STACK_LOCS];
2484 memset (content_memory, NOT_KNOWN, sizeof content_memory);
2490 /* Convert LOC into an index into the content_memory array.
2558 for (i = 0; i < sizeof content_memory; i++)
2559 if (content_memory[i] != NOT_KNOWN)
2562 fprintf (file, "%s\n", get_content_name (content_memory [i], QImode));
2572 gcc_assert (index < sizeof content_memory);
2574 content_memory [index] = val;
2576 content_memory [val] = index
2466 static unsigned char content_memory [32 + NUM_STACK_LOCS]; variable
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/config/rl78/
rl78.cc 2474 static unsigned char content_memory [32 + NUM_STACK_LOCS];
2484 memset (content_memory, NOT_KNOWN, sizeof content_memory);
2490 /* Convert LOC into an index into the content_memory array.
2558 for (i = 0; i < sizeof content_memory; i++)
2559 if (content_memory[i] != NOT_KNOWN)
2562 fprintf (file, "%s\n", get_content_name (content_memory [i], QImode));
2572 gcc_assert (index < sizeof content_memory);
2574 content_memory [index] = val;
2576 content_memory [val] = index
2466 static unsigned char content_memory [32 + NUM_STACK_LOCS]; variable
    [all...]
rl78.cc 2474 static unsigned char content_memory [32 + NUM_STACK_LOCS];
2484 memset (content_memory, NOT_KNOWN, sizeof content_memory);
2490 /* Convert LOC into an index into the content_memory array.
2558 for (i = 0; i < sizeof content_memory; i++)
2559 if (content_memory[i] != NOT_KNOWN)
2562 fprintf (file, "%s\n", get_content_name (content_memory [i], QImode));
2572 gcc_assert (index < sizeof content_memory);
2574 content_memory [index] = val;
2576 content_memory [val] = index
2466 static unsigned char content_memory [32 + NUM_STACK_LOCS]; variable
    [all...]
rl78.cc 2474 static unsigned char content_memory [32 + NUM_STACK_LOCS];
2484 memset (content_memory, NOT_KNOWN, sizeof content_memory);
2490 /* Convert LOC into an index into the content_memory array.
2558 for (i = 0; i < sizeof content_memory; i++)
2559 if (content_memory[i] != NOT_KNOWN)
2562 fprintf (file, "%s\n", get_content_name (content_memory [i], QImode));
2572 gcc_assert (index < sizeof content_memory);
2574 content_memory [index] = val;
2576 content_memory [val] = index
2466 static unsigned char content_memory [32 + NUM_STACK_LOCS]; variable
    [all...]

Completed in 93 milliseconds