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

  /src/external/gpl3/gcc/dist/gcc/config/pdp11/
pdp11.cc 480 enum { REGOP, OFFSOP, MEMOP, PUSHOP, POPOP, CNSTOP, RNDOP } optype;
543 optype = CNSTOP;
609 else if (optype == CNSTOP)
  /src/external/gpl3/gcc.old/dist/gcc/config/pdp11/
pdp11.cc 480 enum { REGOP, OFFSOP, MEMOP, PUSHOP, POPOP, CNSTOP, RNDOP } optype;
543 optype = CNSTOP;
609 else if (optype == CNSTOP)
  /src/external/gpl3/gcc/dist/gcc/config/m68k/
m68k.cc 3412 REGOP, OFFSOP, MEMOP, PUSHOP, POPOP, CNSTOP, RNDOP
3442 optype1 = CNSTOP;
3538 else if (optype1 == CNSTOP)
3577 else if (optype1 == CNSTOP)
  /src/external/gpl3/gcc.old/dist/gcc/config/m68k/
m68k.cc 3396 REGOP, OFFSOP, MEMOP, PUSHOP, POPOP, CNSTOP, RNDOP
3426 optype1 = CNSTOP;
3522 else if (optype1 == CNSTOP)
3561 else if (optype1 == CNSTOP)
  /src/external/gpl3/gcc/dist/gcc/config/pa/
pa.cc 2802 enum { REGOP, OFFSOP, MEMOP, CNSTOP, RNDOP } optype0, optype1;
2821 optype1 = CNSTOP;
3015 else if (optype1 == CNSTOP)
  /src/external/gpl3/gcc.old/dist/gcc/config/pa/
pa.cc 2660 enum { REGOP, OFFSOP, MEMOP, CNSTOP, RNDOP } optype0, optype1;
2679 optype1 = CNSTOP;
2873 else if (optype1 == CNSTOP)

Completed in 55 milliseconds