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

  /src/external/gpl3/gcc/dist/gcc/config/vax/
vax.cc 1731 rtx earlyhiw[3];
1741 earlyhiw[0] = x;
1744 earlyhiw[0] = operands[0];
1746 earlyhiw[1] = operands[1]; /* easy, this is const0_rtx */
1756 earlyhiw[2] = x;
1759 earlyhiw[2] = operands[2];
1761 output_asm_insn ("mnegl %2,%0", earlyhiw);
1764 if (earlyhiw[2] != operands[2])
1722 rtx earlyhiw[3]; local
  /src/external/gpl3/gcc.old/dist/gcc/config/vax/
vax.cc 1731 rtx earlyhiw[3];
1741 earlyhiw[0] = x;
1744 earlyhiw[0] = operands[0];
1746 earlyhiw[1] = operands[1]; /* easy, this is const0_rtx */
1756 earlyhiw[2] = x;
1759 earlyhiw[2] = operands[2];
1761 output_asm_insn ("mnegl %2,%0", earlyhiw);
1764 if (earlyhiw[2] != operands[2])
1722 rtx earlyhiw[3]; local

Completed in 47 milliseconds