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

  /src/external/gpl3/binutils/dist/gas/config/
tc-z8k.c 196 static int the_interrupt; variable
524 the_interrupt = 0;
533 the_interrupt |= intr_table[i].value;
562 the_interrupt = 0x0;
1115 *output_ptr++ = (~the_interrupt & 0x3);
1118 *output_ptr++ = (~the_interrupt & 0x3) | 0x4;
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-z8k.c 196 static int the_interrupt; variable
524 the_interrupt = 0;
533 the_interrupt |= intr_table[i].value;
562 the_interrupt = 0x0;
1116 *output_ptr++ = (~the_interrupt & 0x3);
1119 *output_ptr++ = (~the_interrupt & 0x3) | 0x4;

Completed in 21 milliseconds